Hi to all, i probably found why i dont’ have access to the song saving in my new sequencer.
looking at the main.asm and to setup_mbseq_v2.asm file i found the following:
; Address of BankStick which stores the patterns
; use 0-7 to select the CS address
; or use -1 to deactivate the BankStick (in this case only one internal pattern is available)
#define DEFAULT_BANKSTICK_PATTERN_CS 0
;
; Address of BankStick which stores the song
; use 0-7 to select the CS address
; if the same address is used like for the patterns, a 64k EEPROM has to be used (24LC512)
; use -1 to deactivate the BankStick (in this case the song mode doesn’t work)
#define DEFAULT_BANKSTICK_SONG_CS 0
i think that the DEFAULT_BANKSTICK_SONG_CS should be set to a differrent adress, since i have 4 bankstick…
for other reason, i’d like to have the main.asm file compiled with the following strings:
#define DEFAULT_BANKSTICK_PATTERN_CS 0
#define DEFAULT_BANKSTICK_SONG_CS 1
since i’m not still able to compile MIOS applications (i don’t ever have the programs required still…)… is there some smart person who can make the main.hex and the setup_mbseq_v2.hex files for me and privately mail them to
matteo at alchemystudio DOT it ??
thank you very much! ![]()
(by the way… what is the difference between setup_mbseq_v2.asm and main.asm??)