Hi there!I I am a newbie trying to finish my first patch (a 4track sampler with effects and assignable lfo´s and envelopes all of it controlled with twister midi fighter). I still have plenty CPU BUT Im struggling with SRAM at the moment. I read about saving SRAM and after attending to remake the whole patch without subpatches and after realize I need even more SRAM I decided to start changing OBJECT´s program. I never program before but I copy/paste or delete what I think I need to do to change the object the way I want.. I succeeded in a few easy ones ( like deleting parameters or adding inputs) but im having problems with the tiar/gain/vca3 im trying to make a "tear/gain/vca4" (add 1 more input) but I have this error message every time
Generate code complete
Creating directory on sdcard : /sampler live efectos REMAKE 12
Done creating directory
Changing working directory on sdcard : /sampler live efectos REMAKE 12
Done changing working directory
Start compiling patch
Compiling patch... with /Applications/Axoloti.app/Contents/Java/firmware
BDIR = /Users/steve/Documents/axoloti/build
FIRMWARE = .
RM
APP
! /Users/steve/Documents/axoloti/build/xpatch.h.gch
/Users/steve/Documents/axoloti/build/xpatch.cpp: In member function 'void rootc::instancevca3__1::dsp(const int32_t*, int32_t, const int32_t*, int32_t, const int32_t*, int32_t, const int32_t*, int32_t, int32_t (&)[16])':
/Users/steve/Documents/axoloti/build/xpatch.cpp:9728:45: error: expected ')' before ';' token
__SMMUL(inletin1[i], g1 += dg1))) << 5;
^
make: *** [/Users/steve/Documents/axoloti/build/xpatch.bin] Error 1
shell task failed, exit value: 2
Compiling patch failed ( /Users/steve/axoloti patches DrGwon/sampler live efectos REMAKE 12.axp )
Im doble checking everything on the code but I really don't know what im doing
Anyone knows what can I do to make it right?(seem like a easy thing but the knowledge needed its way over my head)... any help will be very appreciated at this point!