Complete Fender Floor MIDI implementation
This commit is contained in:
parent
6638fc5bf3
commit
92ffd60808
21 changed files with 1834 additions and 367 deletions
25
reverb.cpp
25
reverb.cpp
|
|
@ -45,28 +45,3 @@ ReverbCC::dispatch( int cc, int value ) {
|
|||
}
|
||||
}
|
||||
|
||||
int
|
||||
ReverbCC::cc59( int value ) {
|
||||
return continuous_control( 0x00, 0x00, 0x0b, value );
|
||||
}
|
||||
|
||||
int
|
||||
ReverbCC::cc60( int value ) {
|
||||
return continuous_control( 0x01, 0x01, 0x0b, value );
|
||||
}
|
||||
|
||||
int
|
||||
ReverbCC::cc61( int value ) {
|
||||
return continuous_control( 0x02, 0x02, 0x0b, value );
|
||||
}
|
||||
|
||||
int
|
||||
ReverbCC::cc62( int value ) {
|
||||
return continuous_control( 0x03, 0x03, 0x0b, value );
|
||||
}
|
||||
|
||||
int
|
||||
ReverbCC::cc63( int value ) {
|
||||
return continuous_control( 0x04, 0x04, 0x0b, value );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue