The inset is the sub patch, and the patch loaded fine until I connected a midi device [specifically a drum machine] to the midi in. It worked fine, I removed the drum machine, then this happened?
Since then I get this error message
Start compiling patch
BDIR = C:\Users\barry\DOCUME~1\axoloti/build
FIRMWARE = .
RM
APP
! C:\Users\barry\DOCUME~1\axoloti/build/xpatch.h.gch
. C:/Users/barry/Documents/axoloti/axoloti-factory/objects/osc/brds/brds_analog.h
C:\Users\barry\DOCUME~1\axoloti/build/xpatch.cpp: In member function 'void rootc::instanceSimpe_space_2_space_OSC::MidiInHandler(midi_device_t, uint8_t, uint8_t, uint8_t, uint8_t)':
C:\Users\barry\DOCUME~1\axoloti/build/xpatch.cpp:778:6: error: 'attr_mididevice' was not declared in this scope
if ( attr_mididevice > 0 && dev > 0 && attr_mididevice != dev) return;
^
C:\Users\barry\DOCUME~1\axoloti/build/xpatch.cpp:779:6: error: 'attr_midiport' was not declared in this scope
if ( attr_midiport > 0 && port > 0 && attr_midiport != port) return;
^
make: *** [C:\Users\barry\DOCUME~1\axoloti/build/xpatch.bin] Error 1
shell task failed, exit value: 1
Compiling patch failed ( C:\Users\barry\Documents\axoloti\patches\bouncy.axp )
Other patches are working fine!
Any ideas? Haven't altered the patch in any way!
Barry