Jump to content

program_insect

Members
  • Posts

    20
  • Joined

  • Last visited

    Never

Everything posted by program_insect

  1. Uh oh...even though Plumstone made the MIDI interface visible, JSynthLib now crashes whenever an incoming MIDI note is received, even if the MIDI interface is disabled in preferences....it's all Java so it doesn't seem like this would be related to an intel-mac issue... Well, I guess I'll have to write my own MIDIBox SID editor for native Mac OS X. ;)
  2. Thank you! Plumstone made the MIDI interface visible. I really appreciate the tip. BTW, this should be a FAQ, or at least mentioned on the MIDIBox SID download page.
  3. Anybody know why I can't choose a MIDI interface at all in the MIDI Prefs pane of JSynthLib? It's the snapshot provided at ucapps.de, and I'm running it on OS X 10.4.7 on an intel mac. There is an m-audio 2x4 midi interface on USB which works fine in other programs. Do I need to make the USB device visible to Java somehow, or is there a problem with my setup? Thanks.
  4. cool, I didn't notice that before...it's an awesome feature!!! 8)
  5. If you listen to the old C64 tunes, a lot of them treat the three oscillators on the synth as totally independent voices...one osc will be doing a drum track, one a bass, and one a lead, for example. I know that you can get this to happen by programming the wavetables extensively, but would it be possible to actually control each oscillator on seperate midi channels? This would allow us to use whatever sequencer we wanted to make 3-voices sid sequences. First of all, is this possible at all? Second, what would it take to let the MIDIBOX_SID app handle this? This would really be my dream for Sid use!
  6. I am extremely grateful for your help in this debug!!! I can't believe you bothered to post a test app just for me 8) Using your app I was able to narrow down my troubleshooting and I finally found the problem...I had added an extra capacitor instead of a bridge on the DIN board...YES, adding components at random has the possibility of messing up the circuit!!!! That was stupid, but then again bugs always seem to be stupid once you fix them :) Thanks again for all your help. Your latest DIN/DOUT/CORE test was useful for narrowing down where the problem was happening. Do you have a collection box (donations) set up for all your hard work??? -- Gideon
  7. Those tests all passed (assuming you were referring to J9, and not J8!). I will start looking for shorts on the DIN module. Any other ideas what might be causing the problem? Is it significant that the buttons seemed to work at first, but then immediatley stopped working after that?
  8. one more thing: I am unsure of the pinning on the encoder, and connected the two data lines and ground in possibly the incorrect manner...could this cause such behavior?
  9. TK, as usual, thanks for your quick response and help. Hopefully you can shed some light on this situation... I installed the MIDIO128 application like you suggested, and this makes it easier to see the erratic behavior. The buttons seem to be working at random. I have 6 buttons and 1 encoder. They are wired to ports J3 and J4 of one of SmashTV's DIN4 modules. I stuffed all 4 ICs on that module but left all the other ports unwired. All resistors are in place, even on the unused ports. The weird behavior seems to be related to the first button. When I boot MIDIO128 fresh, each button will send MIDI notes at first, but then they don't work after the first press. The first button still sends data, but after the first event (two normal midi notes), it starts sending a bunch of data at once, some string of CC values. The other buttons seem to stop working after this. I checked the main lines for shorts and didn't find any. The connections look OK with a meter...the pins of the IC are high when the button is open, and go low when the button is pressed. (am I correct to assume these are active lows?) It seems ok there. Evidently the core is having some problem decoding the serial output from the DIN module? Can you spot any pattern in this mess? Is there a simpler test I can do to see what's going on? Is the MIDIO128 application behaving normally (sending out a few midi notes at first, then a bunch of random CC data)? Does this seem like a problem with the core module, or can I be certain that the problem is located in the DIN module? All other core functions seem to be ok (LCD, playing the Sid from external midi notes, etc.). Any help would be much appreciated here...I have no idea why the inputs are behaving in this manner! I have attached the midi output from a small test using MIDIO128, with comments. Thanks! --- G // START LOG timestamp 8589000 us: Sysex message: F0 00 00 7E 40 00 01 F7 // button 1 pressed: timestamp 17563000 us: [90 37 7F] channel 1: note On G3 velocity: 127 timestamp 17760000 us: [90 37 00] channel 1: note On G3 velocity: 0 // button 2 pressed: timestamp 20029000 us: [90 36 7F] channel 1: note On F#3 velocity: 127 timestamp 20116000 us: [90 36 00] channel 1: note On F#3 velocity: 0 // button 3 pressed: timestamp 22276000 us: [90 35 7F] channel 1: note On F3 velocity: 127 timestamp 22417000 us: [90 35 00] channel 1: note On F3 velocity: 0 // button 4 pressed: timestamp 24169000 us: [90 34 7F] channel 1: note On E3 velocity: 127 timestamp 24294000 us: [90 34 00] channel 1: note On E3 velocity: 0 // at this point, I pressed buttons 5, 6 (menu), and rotated the encoder, but got no response (all are located on seperate jumper port). // then I press button 1 again and get a bunch of stuff....the rest of this log is all from the single press! timestamp 35307000 us: [90 30 7F] channel 1: note On C3 velocity: 127 timestamp 35308000 us: [90 31 7F] channel 1: note On C#3 velocity: 127 timestamp 35309000 us: [90 32 7F] channel 1: note On D3 velocity: 127 timestamp 35310000 us: [90 33 7F] channel 1: note On D#3 velocity: 127 timestamp 35311000 us: [90 34 7F] channel 1: note On E3 velocity: 127 timestamp 35312000 us: [90 35 7F] channel 1: note On F3 velocity: 127 timestamp 35313000 us: [90 36 7F] channel 1: note On F#3 velocity: 127 timestamp 35314000 us: [90 37 7F] channel 1: note On G3 velocity: 127 timestamp 35314000 us: [90 38 7F] channel 1: note On G#3 velocity: 127 timestamp 35315000 us: [90 39 7F] channel 1: note On A3 velocity: 127 timestamp 35316000 us: [90 3A 7F] channel 1: note On A#3 velocity: 127 timestamp 35317000 us: [90 3B 7F] channel 1: note On B3 velocity: 127 timestamp 35318000 us: [90 3C 7F] channel 1: note On C4 velocity: 127 timestamp 35319000 us: [90 3D 7F] channel 1: note On C#4 velocity: 127 timestamp 35320000 us: [90 3E 7F] channel 1: note On D4 velocity: 127 timestamp 35321000 us: [90 3F 7F] channel 1: note On D#4 velocity: 127 timestamp 35322000 us: [90 40 7F] channel 1: note On E4 velocity: 127 timestamp 35323000 us: [90 41 7F] channel 1: note On F4 velocity: 127 timestamp 35324000 us: [90 42 7F] channel 1: note On F#4 velocity: 127 timestamp 35325000 us: [90 43 7F] channel 1: note On G4 velocity: 127 timestamp 35326000 us: [90 44 7F] channel 1: note On G#4 velocity: 127 timestamp 35328000 us: [90 45 7F] channel 1: note On A4 velocity: 127 timestamp 35329000 us: [90 46 7F] channel 1: note On A#4 velocity: 127 timestamp 35330000 us: [90 47 7F] channel 1: note On B4 velocity: 127 timestamp 35331000 us: [90 48 7F] channel 1: note On C5 velocity: 127 timestamp 35332000 us: [90 49 7F] channel 1: note On C#5 velocity: 127 timestamp 35334000 us: [90 4A 7F] channel 1: note On D5 velocity: 127 timestamp 35334000 us: [90 4B 7F] channel 1: note On D#5 velocity: 127 timestamp 35335000 us: [90 4C 7F] channel 1: note On E5 velocity: 127 timestamp 35336000 us: [90 4D 7F] channel 1: note On F5 velocity: 127 timestamp 35336000 us: [90 4E 7F] channel 1: note On F#5 velocity: 127 timestamp 35337000 us: [90 4F 7F] channel 1: note On G5 velocity: 127 timestamp 35338000 us: [90 50 7F] channel 1: note On G#5 velocity: 127 timestamp 35338000 us: [90 51 7F] channel 1: note On A5 velocity: 127 timestamp 35339000 us: [90 52 7F] channel 1: note On A#5 velocity: 127 timestamp 35340000 us: [90 53 7F] channel 1: note On B5 velocity: 127 timestamp 35341000 us: [90 54 7F] channel 1: note On C6 velocity: 127 timestamp 35342000 us: [90 55 7F] channel 1: note On C#6 velocity: 127 timestamp 35343000 us: [90 56 7F] channel 1: note On D6 velocity: 127 timestamp 35344000 us: [90 57 7F] channel 1: note On D#6 velocity: 127 timestamp 35345000 us: [90 58 7F] channel 1: note On E6 velocity: 127 timestamp 35346000 us: [90 59 7F] channel 1: note On F6 velocity: 127 timestamp 35347000 us: [90 5A 7F] channel 1: note On F#6 velocity: 127 timestamp 35348000 us: [90 5B 7F] channel 1: note On G6 velocity: 127 timestamp 35349000 us: [90 5C 7F] channel 1: note On G#6 velocity: 127 timestamp 35350000 us: [90 5D 7F] channel 1: note On A6 velocity: 127 timestamp 35351000 us: [90 5E 7F] channel 1: note On A#6 velocity: 127 timestamp 35352000 us: [90 5F 7F] channel 1: note On B6 velocity: 127 timestamp 35353000 us: [90 60 7F] channel 1: note On C7 velocity: 127 timestamp 35354000 us: [90 61 7F] channel 1: note On C#7 velocity: 127 timestamp 35355000 us: [90 62 7F] channel 1: note On D7 velocity: 127 timestamp 35356000 us: [90 63 7F] channel 1: note On D#7 velocity: 127 timestamp 35357000 us: [90 64 7F] channel 1: note On E7 velocity: 127 timestamp 35358000 us: [90 65 7F] channel 1: note On F7 velocity: 127 timestamp 35359000 us: [90 66 7F] channel 1: note On F#7 velocity: 127 timestamp 35360000 us: [90 67 7F] channel 1: note On G7 velocity: 127 timestamp 35361000 us: [90 68 7F] channel 1: note On G#7 velocity: 127 timestamp 35362000 us: [90 69 7F] channel 1: note On A7 velocity: 127 timestamp 35362000 us: [90 6A 7F] channel 1: note On A#7 velocity: 127 timestamp 35363000 us: [90 6B 7F] channel 1: note On B7 velocity: 127 timestamp 35364000 us: [90 6C 7F] channel 1: note On C8 velocity: 127 timestamp 35365000 us: [90 6D 7F] channel 1: note On C#8 velocity: 127 timestamp 35366000 us: [90 6E 7F] channel 1: note On D8 velocity: 127 timestamp 35367000 us: [90 6F 7F] channel 1: note On D#8 velocity: 127 timestamp 35368000 us: [b0 10 7F] channel 1: cc GP Controller 1 value: 127 timestamp 35370000 us: [b0 11 7F] channel 1: cc GP Controller 2 value: 127 timestamp 35371000 us: [b0 12 7F] channel 1: cc GP Controller 3 value: 127 timestamp 35372000 us: [b0 13 7F] channel 1: cc GP Controller 4 value: 127 timestamp 35373000 us: [b0 14 7F] channel 1: cc Undefined value: 127 timestamp 35374000 us: [b0 15 7F] channel 1: cc Undefined value: 127 timestamp 35376000 us: [b0 16 7F] channel 1: cc Undefined value: 127 timestamp 35376000 us: [b0 17 7F] channel 1: cc Undefined value: 127 timestamp 35377000 us: [b0 18 7F] channel 1: cc Undefined value: 127 timestamp 35378000 us: [b0 19 7F] channel 1: cc Undefined value: 127 timestamp 35378000 us: [b0 1A 7F] channel 1: cc Undefined value: 127 timestamp 35386000 us: [b0 22 7F] channel 1: cc LSB 2 (Breath Controller) value: 127 timestamp 35386000 us: [b0 23 7F] channel 1: cc LSB 3 (Undefined) value: 127 timestamp 35387000 us: [b0 24 7F] channel 1: cc LSB 4 (Foot Controller) value: 127 timestamp 35388000 us: [b0 25 7F] channel 1: cc LSB 5 (Portamento Time) value: 127 timestamp 35389000 us: [b0 26 7F] channel 1: cc LSB 6 (Data Entry) value: 127 timestamp 35390000 us: [b0 27 7F] channel 1: cc LSB 7 (Channel Volume) value: 127 timestamp 35391000 us: [b0 28 7F] channel 1: cc LSB 8 (Balance) value: 127 timestamp 35392000 us: [b0 29 7F] channel 1: cc LSB 9 (Undefined) value: 127 timestamp 35393000 us: [b0 2A 7F] channel 1: cc LSB 10 (Pan) value: 127 timestamp 35394000 us: [b0 2B 7F] channel 1: cc LSB 11 (Expression Controller) value: 127 timestamp 35395000 us: [b0 2C 7F] channel 1: cc LSB 12 (Effect 1) value: 127 timestamp 35396000 us: [b0 2D 7F] channel 1: cc LSB 13 (Effect 2) value: 127 timestamp 35397000 us: [b0 2E 7F] channel 1: cc LSB 14 (Undefined) value: 127 timestamp 35398000 us: [b0 2F 7F] channel 1: cc LSB 15 (Undefined) value: 127 timestamp 35399000 us: [b0 30 7F] channel 1: cc LSB 16 (GP ler 1) value: 127 timestamp 35400000 us: [b0 31 7F] channel 1: cc LSB 17 (GP ler 2) value: 127 timestamp 35401000 us: [b0 32 7F] channel 1: cc LSB 18 (GP ler 3) value: 127 timestamp 35402000 us: [b0 33 7F] channel 1: cc LSB 19 (GP ler 4) value: 127 timestamp 35403000 us: [b0 34 7F] channel 1: cc LSB 20 (Undefined) value: 127 timestamp 35404000 us: [b0 35 7F] channel 1: cc LSB 21 (Undefined) value: 127 timestamp 35405000 us: [b0 36 7F] channel 1: cc LSB 22 (Undefined) value: 127 timestamp 35406000 us: [b0 37 7F] channel 1: cc LSB 23 (Undefined) value: 127 timestamp 35407000 us: [b0 38 7F] channel 1: cc LSB 24 (Undefined) value: 127 timestamp 35408000 us: [b0 39 7F] channel 1: cc LSB 25 (Undefined) value: 127 timestamp 35409000 us: [b0 3A 7F] channel 1: cc LSB 26 (Undefined) value: 127 timestamp 35411000 us: [b0 3B 7F] channel 1: cc LSB 27 (Undefined) value: 127 timestamp 35411000 us: [b0 3C 7F] channel 1: cc LSB 28 (Undefined) value: 127 timestamp 35412000 us: [b0 3D 7F] channel 1: cc LSB 29 (Undefined) value: 127 timestamp 35412000 us: [b0 3E 7F] channel 1: cc LSB 30 (Undefined) value: 127 timestamp 35414000 us: [b0 3F 7F] channel 1: cc LSB 31 (Undefined) value: 127 timestamp 35415000 us: [b0 40 7F] channel 1: cc Damper Pedal On/Off (Sustain) value: 127 timestamp 35417000 us: [b0 41 7F] channel 1: cc Portamento On/Off value: 127 timestamp 35417000 us: [b0 42 7F] channel 1: cc Sustenuto On/Off value: 127 timestamp 35418000 us: [b0 43 7F] channel 1: cc Soft Pedal On/Off value: 127 timestamp 35419000 us: [b0 44 7F] channel 1: cc Legato Footswitch value: 127 timestamp 35420000 us: [b0 45 7F] channel 1: cc Hold 2 value: 127 timestamp 35420000 us: [b0 46 7F] channel 1: cc Sound Controller 1 value: 127 timestamp 35421000 us: [b0 47 7F] channel 1: cc Sound Controller 2 value: 127 timestamp 35422000 us: [b0 48 7F] channel 1: cc Sound Controller 3 value: 127 timestamp 35423000 us: [b0 49 7F] channel 1: cc Sound Controller 4 value: 127 timestamp 35424000 us: [b0 4A 7F] channel 1: cc Sound Controller 5 value: 127 timestamp 35425000 us: [b0 4B 7F] channel 1: cc Sound Controller 6 value: 127 timestamp 35426000 us: [b0 4C 7F] channel 1: cc Sound Controller 7 value: 127 timestamp 35427000 us: [b0 4D 7F] channel 1: cc Sound Controller 8 value: 127 timestamp 35428000 us: [b0 4E 7F] channel 1: cc Sound Controller 9 value: 127 timestamp 35429000 us: [b0 4F 7F] channel 1: cc Sound Controller 10 value: 127 timestamp 35447000 us: [90 30 00] channel 1: note On C3 velocity: 0 timestamp 35448000 us: [90 31 00] channel 1: note On C#3 velocity: 0 timestamp 35449000 us: [90 32 00] channel 1: note On D3 velocity: 0 timestamp 35450000 us: [90 33 00] channel 1: note On D#3 velocity: 0 timestamp 35451000 us: [90 34 00] channel 1: note On E3 velocity: 0 timestamp 35453000 us: [90 35 00] channel 1: note On F3 velocity: 0 timestamp 35454000 us: [90 36 00] channel 1: note On F#3 velocity: 0 timestamp 35455000 us: [90 37 00] channel 1: note On G3 velocity: 0 timestamp 35455000 us: [90 38 00] channel 1: note On G#3 velocity: 0 timestamp 35457000 us: [90 39 00] channel 1: note On A3 velocity: 0 timestamp 35459000 us: [90 3A 00] channel 1: note On A#3 velocity: 0 timestamp 35459000 us: [90 3B 00] channel 1: note On B3 velocity: 0 timestamp 35459000 us: [90 3C 00] channel 1: note On C4 velocity: 0 timestamp 35460000 us: [90 3D 00] channel 1: note On C#4 velocity: 0 timestamp 35461000 us: [90 3E 00] channel 1: note On D4 velocity: 0 timestamp 35461000 us: [90 3F 00] channel 1: note On D#4 velocity: 0 timestamp 35462000 us: [90 40 00] channel 1: note On E4 velocity: 0 timestamp 35463000 us: [90 41 00] channel 1: note On F4 velocity: 0 timestamp 35464000 us: [90 42 00] channel 1: note On F#4 velocity: 0 timestamp 35465000 us: [90 43 00] channel 1: note On G4 velocity: 0 timestamp 35466000 us: [90 44 00] channel 1: note On G#4 velocity: 0 timestamp 35467000 us: [90 45 00] channel 1: note On A4 velocity: 0 timestamp 35468000 us: [90 46 00] channel 1: note On A#4 velocity: 0 timestamp 35469000 us: [90 47 00] channel 1: note On B4 velocity: 0 timestamp 35470000 us: [90 48 00] channel 1: note On C5 velocity: 0 timestamp 35471000 us: [90 49 00] channel 1: note On C#5 velocity: 0 timestamp 35472000 us: [90 4A 00] channel 1: note On D5 velocity: 0 timestamp 35473000 us: [90 4B 00] channel 1: note On D#5 velocity: 0 timestamp 35474000 us: [90 4C 00] channel 1: note On E5 velocity: 0 timestamp 35475000 us: [90 4D 00] channel 1: note On F5 velocity: 0 timestamp 35476000 us: [90 4E 00] channel 1: note On F#5 velocity: 0 timestamp 35477000 us: [90 4F 00] channel 1: note On G5 velocity: 0 timestamp 35478000 us: [90 50 00] channel 1: note On G#5 velocity: 0 timestamp 35479000 us: [90 51 00] channel 1: note On A5 velocity: 0 timestamp 35480000 us: [90 52 00] channel 1: note On A#5 velocity: 0 timestamp 35481000 us: [90 53 00] channel 1: note On B5 velocity: 0 timestamp 35481000 us: [90 54 00] channel 1: note On C6 velocity: 0 timestamp 35482000 us: [90 55 00] channel 1: note On C#6 velocity: 0 timestamp 35483000 us: [90 56 00] channel 1: note On D6 velocity: 0 timestamp 35484000 us: [90 57 00] channel 1: note On D#6 velocity: 0 timestamp 35485000 us: [90 58 00] channel 1: note On E6 velocity: 0 timestamp 35486000 us: [90 59 00] channel 1: note On F6 velocity: 0 timestamp 35487000 us: [90 5A 00] channel 1: note On F#6 velocity: 0 timestamp 35488000 us: [90 5B 00] channel 1: note On G6 velocity: 0 timestamp 35489000 us: [90 5C 00] channel 1: note On G#6 velocity: 0 timestamp 35490000 us: [90 5D 00] channel 1: note On A6 velocity: 0 timestamp 35491000 us: [90 5E 00] channel 1: note On A#6 velocity: 0 timestamp 35492000 us: [90 5F 00] channel 1: note On B6 velocity: 0 timestamp 35494000 us: [90 60 00] channel 1: note On C7 velocity: 0 timestamp 35495000 us: [90 61 00] channel 1: note On C#7 velocity: 0 timestamp 35496000 us: [90 62 00] channel 1: note On D7 velocity: 0 timestamp 35497000 us: [90 63 00] channel 1: note On D#7 velocity: 0 timestamp 35498000 us: [90 64 00] channel 1: note On E7 velocity: 0 timestamp 35498000 us: [90 65 00] channel 1: note On F7 velocity: 0 timestamp 35501000 us: [90 66 00] channel 1: note On F#7 velocity: 0 timestamp 35501000 us: [90 67 00] channel 1: note On G7 velocity: 0 timestamp 35502000 us: [90 68 00] channel 1: note On G#7 velocity: 0 timestamp 35503000 us: [90 69 00] channel 1: note On A7 velocity: 0 timestamp 35503000 us: [90 6A 00] channel 1: note On A#7 velocity: 0 timestamp 35504000 us: [90 6B 00] channel 1: note On B7 velocity: 0 timestamp 35505000 us: [90 6C 00] channel 1: note On C8 velocity: 0 timestamp 35505000 us: [90 6D 00] channel 1: note On C#8 velocity: 0 timestamp 35506000 us: [90 6E 00] channel 1: note On D8 velocity: 0 timestamp 35507000 us: [90 6F 00] channel 1: note On D#8 velocity: 0 timestamp 35508000 us: [b0 10 00] channel 1: cc GP Controller 1 value: 0 timestamp 35509000 us: [b0 11 00] channel 1: cc GP Controller 2 value: 0 timestamp 35510000 us: [b0 12 00] channel 1: cc GP Controller 3 value: 0 timestamp 35511000 us: [b0 13 00] channel 1: cc GP Controller 4 value: 0 timestamp 35512000 us: [b0 14 00] channel 1: cc Undefined value: 0 timestamp 35513000 us: [b0 15 00] channel 1: cc Undefined value: 0 timestamp 35514000 us: [b0 16 00] channel 1: cc Undefined value: 0 timestamp 35515000 us: [b0 17 00] channel 1: cc Undefined value: 0 timestamp 35516000 us: [b0 18 00] channel 1: cc Undefined value: 0 timestamp 35517000 us: [b0 19 00] channel 1: cc Undefined value: 0 timestamp 35518000 us: [b0 1A 00] channel 1: cc Undefined value: 0 timestamp 35519000 us: [b0 1B 00] channel 1: cc Undefined value: 0 timestamp 35520000 us: [b0 1C 00] channel 1: cc Undefined value: 0 timestamp 35521000 us: [b0 1D 00] channel 1: cc Undefined value: 0 timestamp 35522000 us: [b0 1E 00] channel 1: cc Undefined value: 0 timestamp 35523000 us: [b0 1F 00] channel 1: cc Undefined value: 0 timestamp 35524000 us: [b0 20 00] channel 1: cc LSB 0 (Bank Select) value: 0 timestamp 35525000 us: [b0 21 00] channel 1: cc LSB 1 (Modulation Wheel) value: 0 timestamp 35526000 us: [b0 22 00] channel 1: cc LSB 2 (Breath Controller) value: 0 timestamp 35527000 us: [b0 23 00] channel 1: cc LSB 3 (Undefined) value: 0 timestamp 35528000 us: [b0 24 00] channel 1: cc LSB 4 (Foot Controller) value: 0 timestamp 35529000 us: [b0 25 00] channel 1: cc LSB 5 (Portamento Time) value: 0 timestamp 35529000 us: [b0 26 00] channel 1: cc LSB 6 (Data Entry) value: 0 timestamp 35530000 us: [b0 27 00] channel 1: cc LSB 7 (Channel Volume) value: 0 timestamp 35531000 us: [b0 28 00] channel 1: cc LSB 8 (Balance) value: 0 timestamp 35532000 us: [b0 29 00] channel 1: cc LSB 9 (Undefined) value: 0 timestamp 35533000 us: [b0 2A 00] channel 1: cc LSB 10 (Pan) value: 0 timestamp 35534000 us: [b0 2B 00] channel 1: cc LSB 11 (Expression Controller) value: 0 timestamp 35536000 us: [b0 2C 00] channel 1: cc LSB 12 (Effect 1) value: 0 timestamp 35537000 us: [b0 2D 00] channel 1: cc LSB 13 (Effect 2) value: 0 timestamp 35538000 us: [b0 2E 00] channel 1: cc LSB 14 (Undefined) value: 0 timestamp 35539000 us: [b0 2F 00] channel 1: cc LSB 15 (Undefined) value: 0 timestamp 35540000 us: [b0 30 00] channel 1: cc LSB 16 (GP ler 1) value: 0 timestamp 35542000 us: [b0 31 00] channel 1: cc LSB 17 (GP ler 2) value: 0 timestamp 35542000 us: [b0 32 00] channel 1: cc LSB 18 (GP ler 3) value: 0 timestamp 35543000 us: [b0 33 00] channel 1: cc LSB 19 (GP ler 4) value: 0 timestamp 35544000 us: [b0 34 00] channel 1: cc LSB 20 (Undefined) value: 0 timestamp 35545000 us: [b0 35 00] channel 1: cc LSB 21 (Undefined) value: 0 timestamp 35545000 us: [b0 36 00] channel 1: cc LSB 22 (Undefined) value: 0 timestamp 35546000 us: [b0 37 00] channel 1: cc LSB 23 (Undefined) value: 0 timestamp 35547000 us: [b0 38 00] channel 1: cc LSB 24 (Undefined) value: 0 timestamp 35548000 us: [b0 39 00] channel 1: cc LSB 25 (Undefined) value: 0 timestamp 35549000 us: [b0 3A 00] channel 1: cc LSB 26 (Undefined) value: 0 timestamp 35550000 us: [b0 3B 00] channel 1: cc LSB 27 (Undefined) value: 0 timestamp 35551000 us: [b0 3C 00] channel 1: cc LSB 28 (Undefined) value: 0 timestamp 35552000 us: [b0 3D 00] channel 1: cc LSB 29 (Undefined) value: 0 timestamp 35553000 us: [b0 3E 00] channel 1: cc LSB 30 (Undefined) value: 0 timestamp 35553000 us: [b0 3F 00] channel 1: cc LSB 31 (Undefined) value: 0 timestamp 35554000 us: [b0 40 00] channel 1: cc Damper Pedal On/Off (Sustain) value: 0 timestamp 35555000 us: [b0 41 00] channel 1: cc Portamento On/Off value: 0 timestamp 35556000 us: [b0 42 00] channel 1: cc Sustenuto On/Off value: 0 timestamp 35557000 us: [b0 43 00] channel 1: cc Soft Pedal On/Off value: 0 timestamp 35558000 us: [b0 44 00] channel 1: cc Legato Footswitch value: 0 timestamp 35559000 us: [b0 45 00] channel 1: cc Hold 2 value: 0 timestamp 35560000 us: [b0 46 00] channel 1: cc Sound Controller 1 value: 0 timestamp 35561000 us: [b0 47 00] channel 1: cc Sound Controller 2 value: 0 timestamp 35562000 us: [b0 48 00] channel 1: cc Sound Controller 3 value: 0 timestamp 35563000 us: [b0 49 00] channel 1: cc Sound Controller 4 value: 0 timestamp 35564000 us: [b0 4A 00] channel 1: cc Sound Controller 5 value: 0 timestamp 35565000 us: [b0 4B 00] channel 1: cc Sound Controller 6 value: 0 timestamp 35566000 us: [b0 4C 00] channel 1: cc Sound Controller 7 value: 0 timestamp 35567000 us: [b0 4D 00] channel 1: cc Sound Controller 8 value: 0 timestamp 35568000 us: [b0 4E 00] channel 1: cc Sound Controller 9 value: 0 timestamp 35569000 us: [b0 4F 00] channel 1: cc Sound Controller 10 value: 0 // END LOG
  10. Hello, I've wired up my 6 buttons and 1 encoder for my control surface A midibox sid...the buttons seem to be behaving badly. Is there some way I can test to see which buttons are being pressed, and see what buttons the core THINKS are being pressed? I didn't see a DIN test application anywhere...
  11. Ok, I'm getting the test tone after trying a different SID. Guess my chip was blown. It was minty fresh out of an ancient, dusty, gummed up C64, but the chip itself was clean....
  12. Hi, I'm nearly done with my control surface A midibox sid, but I've hit a road block. There is no sound output from the SID module. The core seems to be functioning fine, LCD is working, interconnect test passed, I have 12V at SID pin 28 and all the other pins look OK. I loaded the sid test tone application, loaded fine. However, I get no sound at all from the audio out. Wiring looks ok, I think. I have the 0 pin on J3 going to tip and the ground going to the sleeve. I am using 3-conductor jacks, and I left the ring conductor open since it will be shorted to sleeve with a TS connector, right? Suppose I had erroneously switched the two pins, would I get any sound that way? Could this be some wiring problem to my audio jack? If the interconnect test passed, can I fully rule out the possibility of a flaw on the module? Could it be a dead SID chip? Any tips at all? Thanks ---- G
  13. stop hording all the power supplies!!! >:( ;)
  14. thank you both..now I just have to wait for the new psu to arrive....*sigh*
  15. Or did you mean I should just exchange for a new power supply?
  16. I can't seem to open the power brick...is there a trick to it? Also, what fuse will I need? Thanks!
  17. Good call...I did in fact have the regulator in backwards...oops. After that, there was a short in the circuit which seemed to damage the C64 power supply....my 14VDC pin was reading 5.13, so I measured the AC coming out of the power brick and it was only 2.xxx AC!! I had originally measured it at 10.67 VAC... in your opinion, could a short on the optimizer circuit have caused damage to the internals of the power brick? Maybe the lesson to learn is that drinking beer and building electronics is not a good combo...
  18. Sorry if this is a dumb question but I'm a novice... I've built the optimized C64 PSU on my prototype board and I notice that the voltage at the 5VDC output measures at 5.13VDC, and the voltage at the 14VDC output measures at 16.54 VDC. I measured the AC coming out of the C64 power supply at 10.67 VAC. Is it normal/OK for the voltages to be running a bit high, or is there a problem with my optimizer circuit or C64 power supply? Thanks.
  19. hello, just wanted to say that I am very excited about this application and I can't wait to use it! I am in the process of finishing off my first midibox sid with a basic control surface, and when it's ready I will try to contribute some unusual drum sounds for this thing. Thanks for all the hard work, TK!
  20. Hi...I plan on building the full control surface version of the MIDIBox SID at some point in the future. I don't mind assembling electronics, but I am a bit leary about the physical mounting and control surface fabrication. What are people using for the front panel? Is it hard to find a case that can accomodate the different modules? How do I match the front panel to the actual pots and LEDs beneath it? Any tutorials or advice? THANKS!
×
×
  • Create New...