mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 17:11:40 -05:00
removed GenericMIDI::launchScene && ::mute
This commit is contained in:
parent
ca4478c721
commit
c909d8b15f
1 changed files with 0 additions and 25 deletions
|
@ -203,31 +203,6 @@ void GenericMIDI::trackJackSendActivate(int t, bool a)
|
|||
|
||||
}
|
||||
|
||||
/*
|
||||
void GenericMIDI::launchScene( int s )
|
||||
{
|
||||
unsigned char data[3];
|
||||
|
||||
for(int i = 0; i < 5; i++ )
|
||||
{
|
||||
data[0] = 128;
|
||||
data[1] = 82 + i; // scene play
|
||||
data[2] = 0;
|
||||
jack->midiObserverWriteMIDI( _port, &data[0] );
|
||||
}
|
||||
|
||||
data[0] = 144;
|
||||
data[1] = 82 + s;
|
||||
data[2] = 127;
|
||||
jack->midiObserverWriteMIDI( _port, &data[0] );
|
||||
}
|
||||
|
||||
void GenericMIDI::mute(int t, bool b)
|
||||
{
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
void GenericMIDI::midi(unsigned char* midi)
|
||||
{
|
||||
int status = midi[0];
|
||||
|
|
Loading…
Add table
Reference in a new issue