but I don't really know how to chage it to suit my needs. Any ideas anyone? I suck at programming
change these:
0x00, //force mode (forces lsdj to be sl)
0x00, //mode
to these:
0x01, //force mode (forces lsdj to be sl)
0x00, //mode (<- whatever mode # you want)
These are the modes:
case 0:
modeLSDJSlaveSyncSetup();
break;
case 1:
modeLSDJMasterSyncSetup();
break;
case 2:
modeLSDJKeyboardSetup();
break;
case 3:
modeNanoloopSetup();
break;
case 4:
modeMidiGbSetup();
break;
case 5:
modeLSDJMapSetup();
break;
case 6:
modeLSDJMidioutSetup();
break;
also you want to set this to true:
boolean alwaysUseDefaultSettings = false; //set to true to always use the settings below, else they are pulled from memory for the software editor
... or if you have midi in and out, just use the editor.