Jump to content

yodabe

Members
  • Posts

    95
  • Joined

  • Last visited

Everything posted by yodabe

  1. thx all enclosure preview in 3ds file
  2. From the album: Yoda-Stuff

    TWINSID enclosure 3ds preview

    © FOX P

  3. yodabe

    TWINsid V1.1

    yep the encoder is fixed and de .brd coming soon thx best regards
  4. From the album: Yoda-Stuff

    © FOX P

  5. From the album: Yoda-Stuff

    © FOX P

  6. yodabe

    TWINsid V1.1 03

    From the album: Yoda-Stuff

    © FOX P

  7. yodabe

    TWINsid V1.1 02

    From the album: Yoda-Stuff

    © FOX P

  8. yodabe

    TWINsid V1.1 01

    From the album: Yoda-Stuff

    © FOX P

  9. yodabe

    TWINsid V1.1

    From the album: Yoda-Stuff

    © FOX P

  10. Midibox TWINsid is a light midibox sid v2 on three pcb wiht only 2 sid chip for stereo sound and a control surface for the clasic parameter (env flt ...) Midibox twinsid features : Clasic 100x160mm pcb 2x16 lcd screen The main board pcb integrated : 1 x psu parts (12v or 9v jumper setting) 1 x core module 8 x bankstick (7 for 896 patchs 1 for 128 ensemble) 1 x ltc module for midi thru and second midi out 2 x sid module The SR board integrated the din and dout module The CTRL board have 13 pots and 13 switchs for an easy programming The enclosure and the pcb Layout coming soon ... Best regards Pascal
  11. yodabe

    Ltc module

    Ok thx bye best regards
  12. yep i processing a new pcb board thx for your help Tk best regards
  13. yodabe

    Ltc module

    hi ltc module is active by defaut in midibox sid or need to be activate in .asm ? best regards
  14. thx Thorsten thats work but wiht this code the increment not work on osc env section (for a d s r) he work fine on sub menu (fin por phs pw k#2 k#3 k#5 k#5) and i have the same bug like sidmonster if turn the encoder slowly it not increment or decrement if turn normally or quickly thats work fine best regards my code : ;; -------------------------------------------------------------------------- ;; This function is called by MIOS when an encoder has been moved ;; Input: ;; o Encoder number in WREG and MIOS_PARAMETER1 ;; o signed incrementer value in MIOS_PARAMETER2: ;; - is positive when encoder has been turned clockwise ;; - is negative when encoder has been turned counter clockwise ;; -------------------------------------------------------------------------- USER_ENC_NotifyChange movf MIOS_PARAMETER1, W xorlw 2 skpnz comf MIOS_PARAMETER2, F ; inverse incre movf MIOS_PARAMETER1, W xorlw 3 skpnz comf MIOS_PARAMETER2, F ; inverse incre movf MIOS_PARAMETER1, W xorlw 13 skpnz comf MIOS_PARAMETER2, F ; inverse incre movf MIOS_PARAMETER1, W xorlw 14 skpnz comf MIOS_PARAMETER2, F ; inverse incre movf MIOS_PARAMETER1, W xorlw 8 skpnz comf MIOS_PARAMETER2, F ; inverse incre movf MIOS_PARAMETER1, W xorlw 9 skpnz comf MIOS_PARAMETER2, F ; inverse incre movf MIOS_PARAMETER1, W xorlw 10 skpnz comf MIOS_PARAMETER2, F ; inverse incre movf MIOS_PARAMETER1, W xorlw 1 skpnz comf MIOS_PARAMETER2, F ; inverse incre movf SID_MIDI_DEVICE, W ; exit if device ID != 0x00 skpz return ;; store encoder number in CS_MENU_USED_ENCODER - will be used by CS_MENU_ENC_CSInc later to set a new speed! movff MIOS_PARAMETER1, CS_MENU_USED_ENCODER ; comf MIOS_PARAMETER2, F ; inverse incrementer #if CS_MENU_USE_INCDEC_BUTTONS == 0 ;; if encoder #0 has been moved, jump to Control Surface Menu Encoder Handler movlw 0x00 ; encoder #0 cpfseq MIOS_PARAMETER1, ACCESS rgoto USER_ENC_Handler_NoMenu ;; get incrementer and jump to control surface menu encoder handler movf MIOS_PARAMETER2, W goto CS_MENU_ENC_Handler USER_ENC_Handler_NoMenu decf MIOS_PARAMETER1, F; decrement encoder number (the CS encoders begin at 0) #endif ;; jump to CS handler goto CS_MENU_ENC_CS_Handler
  15. Osc delay/transpose/assign sr 3 pin 0 Filter CutOff sr 3 pin 2 Filter Resonance sr 4 pin 0 Env depth/assign sr 4 pin 2 Env sustain/assign sr 5 pin 0 Env release/assign sr 5 pin 2 Osc attack/finetune/assign sr 2 pin 0 Osc decay/portamento/assign sr 2 pin 2 thx best regards
  16. thx Thorsten thats work for all encoder but how to for only 8 encoder on 12 ? 4 work normally thx best regards Pascal
  17. hi all i build a midibox sid on a home made pcb but a lot of my encoder work on the wrong way i have inverted the sr pin on eagle without paying attention -( when i turn the encoder clockwise it decrease the value that's possible to modify the direction of work an encoder in sid app ? best regards yoda http://www.youtube.com/watch?v=E0QNuXENkQw
  18. hi all how to connect a stereo sid ? in parallel ? best regards
  19. hi all my first test on a sid http://www.youtube.com/watch?v=NMKeK6mQ6yU only 1 sid sequenced by cubase and some drums as add on ... -)
  20. anybody sell a YMF262 and yac512 (new from old stock)? thx best regards
  21. the connection is ok with 18f452 all unselected pins are 0V but no sound in test tone only one plopping sound when turn on/off I will buy a new opl and dac ! thx best regards
  22. its very cool TK thx but i have 18f452 with mbfm on (my first test) i retest the interconnection with this and feedback thx best regards
  23. re i try new upload mios 1.9g and mbfm 1.1d modified asm for my encoders en recompiled for 18f4685 not work 4.77v on d0-d3 try lcd in 4bit mode + pull up resistor for the can bus not work too im lost ! IN readme.txt : By default all unselected pins are 0V The SID pins are mapped to following keys: C : Pin J2_1:RS = 5V C#: Pin J2_1:A0 = 5V D : Pin J2_1:A1 = 5V D#: Pin J2_1:WR = 5V E : Pin J2_1:D0 = 5V F : Pin J2_1:D1 = 5V F#: Pin J2_2:D2 = 5V G : Pin J2_2:D3 = 5V G#: Pin J2_2:D4 = 5V A : Pin J2_2:D5 = 5V A#: Pin J2_2:D6 = 5V B : Pin J2_2:D7 = 5V the sid ? not a sid is opl module are you 100% sure if the d0-d3 is setup to 0v in interconection test ? maybe anybody test in your mdfm if you have 4.7v on d0-d3 ? on my all core module is 4.7v to d0-d3 ! thx
×
×
  • Create New...