The codebase to run the *spark d-fuser controller www.sparkav.co.uk/dvimixer
Dependencies: SPK-TVOne DMX DmxArtNet NetServicesMin OSC PinDetect mRotaryEncoder iniparser mbed spk_oled_ssd1305 filter
Diff: main.cpp
- Revision:
- 46:491229c97336
- Parent:
- 45:cf8c2400be5c
- Child:
- 47:ff6b98459548
diff -r cf8c2400be5c -r 491229c97336 main.cpp --- a/main.cpp Wed Dec 05 16:45:43 2012 +0000 +++ b/main.cpp Thu Dec 06 14:18:42 2012 +0000 @@ -1,4 +1,4 @@ -/* *SPARK D-FUSER + /* *SPARK D-FUSER * A project by Toby Harris * * 'DJ' controller styke RS232 Control for TV-One products @@ -600,7 +600,7 @@ { mixModeMenu.clearMenuItems(); - if (tvOne.getProcessorType().version == 423) + if (tvOne.getProcessorType().version == 423 || tvOne.getProcessorType().version == -1) { mixModeMenu.addMenuItem(SPKMenuItem("Crossfade", &mixModeAdditiveMenu)); }