Fix Faderport8/16 support in the wake of FP2
This commit is contained in:
parent
948834bb1e
commit
b30cd5f657
@ -113,8 +113,10 @@ FaderPort8::setup_actions ()
|
|||||||
BindMethod (BtnLink, button_link);
|
BindMethod (BtnLink, button_link);
|
||||||
BindMethod (BtnLock, button_lock);
|
BindMethod (BtnLock, button_lock);
|
||||||
|
|
||||||
BindMethod (BtnChanLock, button_chanlock); //FP2 only
|
#ifdef FADERPORT2
|
||||||
BindMethod (BtnFlip, button_flip); //FP2 only
|
BindMethod (BtnChanLock, button_chanlock);
|
||||||
|
BindMethod (BtnFlip, button_flip);
|
||||||
|
#endif
|
||||||
|
|
||||||
// user-specific
|
// user-specific
|
||||||
for (FP8Controls::UserButtonMap::const_iterator i = _ctrls.user_buttons ().begin ();
|
for (FP8Controls::UserButtonMap::const_iterator i = _ctrls.user_buttons ().begin ();
|
||||||
|
Loading…
Reference in New Issue
Block a user