Jump to content

MIOS compiling request...


bosone

Recommended Posts

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??)

Link to comment
Share on other sites

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??)

Link to comment
Share on other sites

Sorry.. >:( (for being silly)

If it compiles cleanly with default options by only using MPASMWIN I could give it a try.. (Little did I know, when I ripped Internet Explorer out of my system. For some probably very smart reason, Microchips MPLAB IDE is dependant on IE, so it quit working).

So HEX will do, and you have got PERL?!

(by the way... what is the difference between setup_mbseq_v2.asm and main.asm??)

setup_mbseq_vintage.asm - setup file for "Vintage", pot based MBSeq

setup_mbseq_v2.asm - setup file for "new" encoder based MBSeq

main.asm is common resource file for sequencer functions, "include"'d by both setups.

Bye, Moebius

edit: "The third setup "main.asm" is similar to setup_mbseq_v2.asm, but different encoders types are specified - this file matches with my own hardware."

Link to comment
Share on other sites

Sorry.. >:( (for being silly)

If it compiles cleanly with default options by only using MPASMWIN I could give it a try.. (Little did I know, when I ripped Internet Explorer out of my system. For some probably very smart reason, Microchips MPLAB IDE is dependant on IE, so it quit working).

So HEX will do, and you have got PERL?!

(by the way... what is the difference between setup_mbseq_v2.asm and main.asm??)

setup_mbseq_vintage.asm - setup file for "Vintage", pot based MBSeq

setup_mbseq_v2.asm - setup file for "new" encoder based MBSeq

main.asm is common resource file for sequencer functions, "include"'d by both setups.

Bye, Moebius

edit: "The third setup "main.asm" is similar to setup_mbseq_v2.asm, but different encoders types are specified - this file matches with my own hardware."

Link to comment
Share on other sites

  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...