mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Fixed APC virtual function naming issue
This commit is contained in:
parent
02604b9b6d
commit
c66c78eaf8
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ void AkaiAPC::progress(int t, int s, float f)
|
|||
*/
|
||||
}
|
||||
|
||||
void AkaiAPC::fxTrackSend(int t, int send, float v)
|
||||
void AkaiAPC::trackSend(int t, int send, float v)
|
||||
{
|
||||
unsigned char data[3];
|
||||
data[0] = 176 + t;
|
||||
|
|
|
@ -23,7 +23,7 @@ class AkaiAPC : public Controller, public MidiObserver
|
|||
void setSceneState(int track, int clip, GridLogic::State s);
|
||||
|
||||
/// track FX
|
||||
void fxTrackSend(int t, int send, float v);
|
||||
void trackSend(int t, int send, float v);
|
||||
|
||||
void midi(unsigned char* data);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue