Jump to content

TD

Members
  • Posts

    36
  • Joined

  • Last visited

    Never

Posts posted by TD

  1. by changing to another patch.. i only have the play button mod on bass & drum engine..

    probably a lazy way to do it, but it seems to work out for me.  ;)

    yes it work this way but how you come back to main?  ;)

    CS_MENU_BUTTON_Sel5
    	;; if in main page (CS_MENU[7]), goto to PlayNote/StartSeq
    	movlw	0x00
    	GOTO_IFSET CS_MENU, 7, ACCESS, CS_MENU_MS_PlayNote
    
    	;; select button #5, set cursor to 5th position
    	clrw
    
    	movlw	0x04
    	rgoto	CS_MENU_BUTTON_Select_Cont

    this is mine.

    i move just 0x00 into W because i've just a stereo sid and CS_MENU_MS_PlayNote read the current SID selected in W. for slaves code must improved like CS_MENU_BUTTON_Play show. reading the sid state in CS_MENU_SELECTED_SID_FLAGS (set by CS_MENU_BUTTON_SID[1234]) and move the right SID number 0x0[0123] into W.

  2. my first go at a mod in MB SID.. i wanted to be able to start a seq in the bass or drum engine without having to trigger a note on..

    after following this topic.

    http://www.midibox.org/forum/index.php/topic,11188.0.html

    i had a go at this.

    cs_menu_tables.inc

     ; --------------------------------------------------------------------------
    CS_MENU_TABLES_B
    	;;              pointer to table      par. button pressed      exec button pressed   page name          var            max  print function
    	CS_MENU_T_ENTRY	CS_MENU_TABLE_B_ROOT, CS_MENU_Page_Root,       CS_MENU_BUTTON_Play,   "---", SID_PATCH,               0x7f, PRINT_PAT  ; (special handling in CS_MENU_PageUpDown selected with SID_PATCH)
    and:
    ; --------------------------------------------------------------------------
    CS_MENU_TABLES_D 
    	;;              pointer to table      par. button pressed      exec button pressed   page name          var            max  print function
    	CS_MENU_T_ENTRY	CS_MENU_TABLE_D_ROOT, CS_MENU_Page_Root,       CS_MENU_BUTTON_Play,   "---", SID_PATCH,             0x7f, PRINT_PAT  ; (special handling in CS_MENU_PageUpDown selected with SID_PATCH)
    

    it works out quite nice.. in a bassline or drum patch, once in the menu root, menu button will toggle start /stop sequence  8) cool to be able to just hold the little box and trigger / tweak patterns..  [[sUPER FUN!!!]]  ;D 

    switching to a lead patch gets your main menu back..    now i just need to replace my wobbbbly encoder switch! 

    ..just thought id share that.

  3. What do you mean by this???

    Sometimes i really get confused with this sh*t. What are these .inc files?? And do i need to make some changes now??? And if i want to change the main.asm can i do this in like MidiOX?

    the .inc files are inside the 'src' folder located inside the app folder..

    on mac you can just edit them with textedit..

    and regarding xcode2 on OSX as suggested by  buhler, you a will also need to go get gputils from sourceforge and load gpasm..  ( i hope this doen't seem overwhelming..) then  i had to copy the gputils myself to /usr/bin/ before make would see the gpasm lib.

    cd to the folder containing source files in terminal..  type:

    sudo ./configure , make ,  make install 

    run each command in turn..

    ..hope that helps.

  4. yeah.. it does sound noisy.. also very low vol since you had to boost it.. but it does seem to trigger a sound from your keyboard, so it must be getting MIDI..  you got me why it sounds messed up though.. did it sound nice and clear yesterday? these things seem fairly sturdy as far as being able to kill one, so its prob just something silly.. id check my connections and maybe try to send the app again.. other than that, its over my rookie head..  ???  maybe step back for a bit and brew on it mate..  8)

  5. when you turn her on, do you hear that little beep tone it makes as it boots up?

    that may tell you if its something with the hardware or not..

    rather i should say, if the problem is with the audio or with recieving midi.. or maybe try the MBSID test tone app.. ?  :-\

  6. I think it's a bit naff....

    I love brit slang!!! 

    and i agree.. saving old hardware IS a bit naff.. i mean.. is anyone going to actually RUN a SX64.. 'cmon..  ( im in IT, so i dont usually get sentimental about old computers )

    but maybe you get the SX64 from craigslist for free.. SELL it on ebay ( or the fleamaket ) to someone who wants it.. and buy more SIDS from wilba!!! :D  but they dont really go for more than about $80 on ebay from what i can see..

  7. nice one mate!  ;D

    You can imaging how happy i am at the moment...all my friends declared me for a nut, i quote:''yeah,yeah cool sounds from an old c64, you're an idiot that doesn't work'' well i(we) proved them wrong.....

    THIS IS SO GREAT.....

  8. 2349942857_7a64708936.jpg?v=0

    2349942769_6d6b01452c.jpg?v=0

    2350776678_10f74d38f7.jpg?v=0

    i finished the build last night after redoing the down/up/shift buttons so i could cram all these parts including the DIN4x module. ;) spent all day playing around with Greenie!!! this thing sounds so phat and mean!  of note: i had one of those LaCie type power supplies around. yeah, they're a wee bit noisy, also makes noise when its turned OFF (actually way more than when it is powered on)!!! wtf!?  maybe i go for the optimised PSU.. oh yeah and my encoder is a bit wonkey..  skips sometimes. those two items withstanding im quite pleased with my first effort and im STOKED to rock out on my new friend!!!! Yeeeeah!!!!!  ..working out the rest of the gremlinz.. ;)

    big up  everyone in this community.. MBHP rules!!!

    esp.. smash for the wicked kits and of course TK. all you guys have this project dialed in!

  9. Im in the home stretch.. this weekend it felt like orange county choppers as i fabricated my case!

    also wired up the LCD, soldered din4x module, and soldered buttons to vero, all i need to do now is wire up the buttons and encoder to DIN and im there! ..and a few cosmectic details.  ::)

    question: on a Smash TV DIN4x module, is it kosher to cut it in half, if one is only stuffing half the registers? ( it seems like it wouldnt be a prob, but other side of course, would be no good. ) id like to save the space as it is getting rather cramped inside my case..  if not, ill just have to cram it all in there!! haha.  ;)

    oh yeah, and im calling it..  "Greenie" 

×
×
  • Create New...