Pehr Posted March 14, 2007 Report Posted March 14, 2007 I need to have my Midibox SID sending an analog clock signal (GND to +V square) to have the arpeggios and patterns sync with my analog gear. Is that possible with the AOUT_LC module? or is that module just for filter COF and reso? Quote
stryd_one Posted March 14, 2007 Report Posted March 14, 2007 I'm sure you could use an AOUT but it's probably easier to use a pin on the PIC...SID_WT_Branch_Play ;; send MIDI clock if enabled for synchronization of external sequencers or similar movlw 0xf8 BIFSET SID_MIDI_SYNC, SID_MIDI_SYNC_SEND_CLK, BANKED, call MIOS_MIDI_TxBufferPut SET_BSR SID_BASEOnly place I could find it sending MIDI Clock... I'm sure that can't be right. Wilba will chime in and correct me any minute I'm sure ;) Anyway, you just need to insert the lines to set and clear the pin. Are we talking about sync24?PS An amusing conversation that just happened here:ME: <typing away furiously>GF: What you doing, honey?ME: Uhm... Just helping out with some SID programming thingy for this guy <points at the screen>GF: Oh... Writing love letters to Wilba huh. :P ::) Smartarse! LMAO Quote
Pehr Posted March 14, 2007 Author Report Posted March 14, 2007 I'm sure you could use an AOUT but it's probably easier to use a pin on the PIC...SID_WT_Branch_Play ;; send MIDI clock if enabled for synchronization of external sequencers or similar movlw 0xf8 BIFSET SID_MIDI_SYNC, SID_MIDI_SYNC_SEND_CLK, BANKED, call MIOS_MIDI_TxBufferPut SET_BSR SID_BASEOnly place I could find it sending MIDI Clock... I'm sure that can't be right. I don't think so, what I need is a clean analog clock signal (1-bit, 12 V). One pulse per step. (not 6 or whatever midiclock uses... :P) Quote
stryd_one Posted March 14, 2007 Report Posted March 14, 2007 That's probably more commonly known as a trigger signal than a clock... The CV/Gate Out on the AOUT might be bang on? I'll leave this to the analog gurus around here I think... Quote
Pehr Posted March 14, 2007 Author Report Posted March 14, 2007 I would still say clock-signal... but anyway... :P Do I have to program a lot to achieve this? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.