Jump to content

natemccoy

Members
  • Posts

    21
  • Joined

  • Last visited

About natemccoy

  • Birthday January 1

Contact Methods

  • AIM
    natemccoy
  • Website URL
    http://www.mrspastic.com

Profile Information

  • Gender
    Male
  • Location
    Los Angeles

natemccoy's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. Thank you for the information, I will have to reread the documentation you have listed. I also seem to be confused about the difference between v1 and v2. I thought it was a reference to the MIOS. From the limited information i have read within the last day, i see what i will have to do now. I will finish up adding the second core and if i still have problems i will post my questions. Thank you.
  2. philetaylor, But in this configuration I would have both SIDs playing the SAME sound at the SAME time correct? Or is the MIOS capable of distributing the multiple MIDI notes across both SID modules? I would like to utilize the full 6 note polyphony if possible. Also, it seems this option is only available for synthesizers running MIOS 2.0 I am running MIOS 1.9. I am assuming I would have to upgrade. Is this true?
  3. Hello, I would like to know about the options I have in implementing multiple SIDs. My ultimate goal: to use my two SID chips to get a maximum polyphony of 6 simultaneous notes. My question is this: Is there a way to use two SID chips in parallel by using only one core module to get the result I am looking for, or would I have to buy a second core to achieve my goal? Thanks in advance. //The reason I am asking this question is because I bought another SID module thinking //the CORE module could control two SID modules independently so I could achieve //my goal of having a maximum polyphony of 6 simultaneous notes
  4. oh man im sorry, i dont use this forum a lot and didnt know where it would be best suited to place this. i already sold it so i wanted to delete this post. can you delete this whole thread? it says i have to ask a moderator to do it anyhow. ok thanks! ;D
  5. I made a really simple quick and dirty video of the making of my MBSID. I was looking for videos on making a MBSID when i first started and couldn't find much of anything, so i decided to make my own video along the way in hope that it would explain the process to those who are interested and have no idea where to start, like i was! It is nowhere near "finished" i would say, but "functional" and i have been using it for new music which you see in the video. it is a very very minimal setup for a MBSID. i hope it helps someone and enjoy! http://www.youtube.com/watch?v=N0xPzbNRR5Q http://www.youtube.com/watch?v=N0xPzbNRR5Q http://www.youtube.com/watch?v=N0xPzbNRR5Q ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D
  6. i made a simple quick and dirty video of making my MBSID if anyone is interested. take a look here. http://www.youtube.com/watch?v=N0xPzbNRR5Q :) ;) :D ;D >:( :( :o 8) ??? ::) :P :-[ :-X :-\ :-* :'(
  7. Actually i was wrong. the patch does stay in memory on power off but the name of the patch does not. it reverts back to the default name which is <new patch> or something like that... here is the code from "cs_menu_bank.inc" of "midibox_sid_v1_7303c" ;; -------------------------------------------------------------------------- ;; Restore channel and patch numbers from BankStick ;; (called after startup and BankStick exchange) ;; -------------------------------------------------------------------------- CS_MENU_BANK_RestoreCfg movlw 0x05 movwf CS_MENU_SID_M_CHN return clrf CS_MENU_SID CS_MENU_BANK_RestoreCfg_Loop BRA_IFCLR SID_BANKSTICK_STATUS, 0, ACCESS, CS_MENU_BANK_RestoreCfg_LoopNoBS ;; select first BankStick, verify off movlw 0x80 call MIOS_BANKSTICK_CtrlSet ;; rest of original code etc etc etc... even if the patch name doesnt stay i dont really care. just as long as it works on midi channel 6 or higher by default. so this is great! i got exactly what i needed. ive been making some new sounds and am really happy with the results. thanks everyone! :) ;) :D ;D :) ;) :D ;D
  8. i went over the syntax again and realized it was just missing one letter. i uploaded the new file and viola! it is on midi channel 6 by default. the problem now is when i write a patch to the internal memory it does not stay in memory. when i write a patch i works until i turn it off again. is this due to the syntax of the sysex being sent? do i have to change the patch so that it encompasses the midi channel as well? thanks, i am so close i can taste it! i really really am grateful!
  9. Ok i tried to do this exactly as you said. I think this is the best idea because it is permanent and i am not worried about changing it again. but i ran into some problems... i changed the cs_menu_bank.inc file to say this exactly as you specified i read the tutorial on http://www.ucapps.de/howto_tools_gpasm.html i followed the instructions here is the way the change looked in the "inc" file. CS_MENU_BANK_RestoreCfg movlw 0x05 ;; for channel 6 movwf CS_MENU_SID_M_CHN ;; used as SID master MIDI channel return but when i try to compile the code i get this error via command prompt. "cs_menu_bank.inc:164:Error [113] Symbol not previously defined (CS_MENU_BANK_)." is there a place where i have not defined it? what should i do? i am no programmer but i am quite capable if lead in the right direction. is the syntax incorrect? i used tab once in the spots with the spaces. thank you very much.
  10. So if i do not have a bankstick then this option will not work correct? Because i do not have one. I just want to clarify. i will try this once i have a working bankstick. thank you.
  11. Ok so i tried exactly as specified for the three OSC's. here is the command which i sent. F0 00 00 7E 46 00 0D 02 00 05 F7 F0 00 00 7E 46 00 0D 01 00 05 F7 F0 00 00 7E 46 00 0D 00 00 05 F7 C0 00 it worked great and changed the MIDI channel to #6 just as i wanted but after shutting down the MBSID and restarting, the setting went back to the default of MIDI channel #1. Is there a command to write the changes to the EEPROM? is that possible? i would much rather it work on channel #6 by default, if not, i can do other things to make my setup work correctly. thank you guys so much for all the help.
  12. oh great, thank you. i will try it ;D ok the results... i tried to send the command "F0 00 00 7E 46 00 0D 02 00 05 F7" but it does not change the channel, i assume the default device id is "00" and that "05" is representitive of midi channel 6. when i send this command it just changes the patch sound a little and not the midi channel. is there a different default device ID #? ??? ??? ???
  13. I guess i should be more thorough. ;) I opened midi-ox and navigated to the sysex console. i then proceeded to paste only one line of the specific channel i require which happens to be midi channel number six which corresponds to "F0 00 00 7E 4B 00 06 70 00 10 05 00" if i am not mistaken. i then click send sysex. On the LCD the Chn # is "1" and does not change... I proceeded to try and change it again with any other sysex commands on the list you provided. i choose channel #7 by pasting and sending "F0 00 00 7E 4B 00 06 70 00 10 06 00" the chan # stayed "1" on the LCD. I tried both times after sending the commands to play something on that specific channel with an external midi keyboard controller. they only responeded on channel 1, which seemed the obvious outcome. i can send and recieve sysex correctly from my boss dr-202, is there any other special settings i may need to configure in midi-ox with this purpose? Also, i am running mios v1.9f and using the software from the release "midibox_sid_v1_7303c" if there is any more information i can give that may help i would gladly write it, just let me know. thank you very much.
  14. ive tried pasting and sending multiple commands with MIDI-OX. it does not seem to change the midi channel setting at all. is there any other ideas? thank you very much.
×
×
  • Create New...