Jump to content

Stigmata

Members
  • Posts

    178
  • Joined

  • Last visited

Everything posted by Stigmata

  1. Hi! Look at:http://www.midibox.org/edrum/ Christoffer
  2. Stigmata

    SIDboxen...

    Gratulerar!!! Hur många ska du göra? Ska du göra en full controller till den?? (Rek.varmt!) Lycka till Christoffer
  3. Hej! Finns hos elfa, kolla artikelnummer:3584745 i sök så finn det ALPS 24 stegs! Jag har sådana till min SID (ej köpta hos elfa utan hos RS eller farnell kom ej ihåg!) /Stigmata
  4. Hej! Finns hos elfa, kolla artikelnummer:3584745 i sök så finn det ALPS 24 stegs! Jag har sådana till min SID (ej köpta hos elfa utan hos RS eller farnell kom ej ihåg!) /Stigmata
  5. Hi there again! I´m back to the sid reality again.. :) But I have this question again, haven´t figured it out! I want the midi led on the DOUT... And in the main.asm for the sid I read: #define DEFAULT_MIDI_MONITOR_ENABLED 1 ; if 1, the Tx/Rx LEDs are enabled #define DEFAULT_MIDI_RX_LED 0x41 ; DOUT SR#8, pin D0 #define DEFAULT_MIDI_TX_LED 0x42 ; DOUT SR#8, pin D1 Now comes the part I don´t understand.. :-[ In the default layout for the led´s I found the cathodes for the matrix.....(OR IS THIS THE PART I MISUNDERSTAND.) Help me to understand this! ??? And if I want to use the unused dout (J4 on the last dout) D0 to D1 how do I do that(for the Midi led´s) Best Christoffer
  6. Hi there! Found the problem with the 4-8 button..bad soldering again :-[ it was the RC track in the second DINX4 ....Hmmm But I still got some flickering led on the first vertical row but I guess that problem is bad soldering again.. It use to be that problem..... (Now I´m going to make the front panel) ;D Thanks for the help. Christoffer
  7. Thanks! I will try that tomorrow. ;D Best Christoffer
  8. Hi. CORE to 1st DOUX4 ca:15cm second DOUX4 ca10cm CORE to 1st DINX4 ca:8cm CORE TO BANKSTICK ca:10cm Hmmm, maybe I should buy low voltage led´s Christoffer
  9. Hi there! I got the same problem with the matrix,everything else works just fine (encoders, buttons and led´s) ;D But my matrix just flickering and just the 3 first row´s button works (E1,E2 and L1), but when I push the forth button(L2) the led´s light up in different places and not just one, more like 2-4........ please report if you solve the problem! I must say...I LOVE MY SID CS........ Take care! Christoffer
  10. Hi! The led´s are on the DOUT Module(Digital out) and not on the DIN(Digital in).... Take a look at:http://www.ucapps.de/mbhp_dout.html Best Christoffer
  11. Try this again.. ;) Anyone got an answer?? Best Christoffer
  12. Hi there! Just an bug report.. when I have the SID V1.6 alpha2 on the master core and select the SID 2-4 (also PIC18f) and I want to change sound from the bankstick, It´s goes very slowly (huge latency)and the value jumps from 1 to 10 steps at the time... But when I select the SID 1 (master) It´s behave perfect. ??? It´s works Ok with the V1.5c on the master and the V1.6 on the slaves.. Cheers Christoffer
  13. Läst lite om Lazertran papper till min SID front.... Vet någon om man kan få tag på det i vårt lilla land?? Eller har någon nått annat tips??? Håller på med Front Panel men programmet saknar lite olika typsnitt och kan ju inte importera bilder(typ c64 loggan)? Alla tips är välkommna. Christoffer
  14. Ok... Hmmmmm.. The midi led´s are on the Core....J5 ;) BUT... I got a little confused about the dout_table. CS_MENU_DOUT_TABLE    ;;       Register and bit          SR#    Pin#     Description    DOUT_ENTRY    CS_MENU_SELECTED_SID_FLAGS, 0,       1,    0    ; SID1 LED    DOUT_ENTRY    CS_MENU_SELECTED_SID_FLAGS, 1,       1,    1    ; SID2 LED    DOUT_ENTRY    CS_MENU_SELECTED_SID_FLAGS, 2,       1,    2    ; SID3 LED    DOUT_ENTRY    CS_MENU_SELECTED_SID_FLAGS, 3,       1,    3    ; SID4 LED    DOUT_ENTRY    CS_MENU_MODE, CS_MENU_MODE_LINK,    1,    4    ; Link LED    DOUT_ENTRY    CS_MENU_MODE, CS_MENU_MODE_CC,       1,    5    ; CC LED    DOUT_ENTRY    CS_MENU_MODE, CS_MENU_MODE_EDIT_FLASHED,1,    6    ; Edit LED Pin = 0 for the D0 input pin of the shift register ;   Pin = 1 for the D1 input pin of the shift register ;   ... ;   Pin = 7 for the last input pin (D7) of the shift register But it´s looked for me that´s turned around... ??? when I looked at the mbsid_dout_default.pdf the sid1 led is on the D7 and the sid2 is on the D6......and the last edit is on the D1..Strange for me... ;) But.... It´s works, that´s the most important thing for me..... ;D ;D Just curious........ Best Christoffer
  15. Hi there! My 4 Sid´s are up and running!!!(Step B) Soon going to step C... ;D Best Christoffer
  16. No offence here! ;) I will try to found out my self... Best Christoffer
  17. Hi there! Can´t really figured it out... where on the DOUT is the midi led?? #define DEFAULT_MIDI_MONITOR_ENABLED 1 ; if 1, the Tx/Rx LEDs are enabled #define DEFAULT_MIDI_RX_LED 0x41 ; DOUT SR#8, pin D0 #define DEFAULT_MIDI_TX_LED 0x42 ; DOUT SR#8, pin D1 Been looking at the http://www.ucapps.de/midibox_sid_cs/mbsid_dout_default.pdf. Thank´s Christoffer
  18. Hi. Just another question, Should I disable the CS_ENABLE ;; set this to '0' to disable the control surface - this is especially usefull for ;; people who want to program their own CS handler in order to free ;; some memory #define CS_ENABLED 1 On the slave SID´s..? Cheers Christoffer
  19. I think thats the USB Module. Christoffer
  20. Hi there again. The sid device can I change in the sid files(for the 18f452). But how do I change the device in the mios, is the easy way and use the "change_id_v1.4" or.. I been looking for this topic and found plenty, but I must be stupid can´t figured it out!!! :-[ Cheers Christoffer
  21. Hi there! Don´t understand this.... :-[ In the main.asm for the sid I can change the device id: ;; here you can change the default device ID - if you are using ;; some cores as slave, set: ;; o DEFAULT_DEVICE_ID 0x01 ; for the first slave ;; o DEFAULT_DEVICE_ID 0x02 ; for the second slave ;; o DEFAULT_DEVICE_ID 0x03 ; for the third slave #define DEFAULT_DEVICE_ID 0x00 But how do I change the device in the MIOS 1.5b.. Read the topics about this but I must be stupid. ;) Christoffer
  22. Hi there. Just starting to build the step C SID´s A question about the sid´s device id´s: Ok...I burn the bootstrap on all the 4 18f452... that´s clear..... ;) The device id isn´t in the bootstrap? So The sid´s cannot be linked together when i dowload the mios and the sid firware or?? ??? When the Mios and the sid´s device and firmware is there, must I disconnect all the slaves everytime when a new firmware is realesed or? Must ask before the soldering is finished...... Hope anyone understand this question... ;) Cheers Christoffer
  23. Fine! ;D How do we pay? € or £ ..in an envelope or...How much is the shipping cost ? Christoffer
×
×
  • Create New...