how_to_use_midibox_cv_with_a_dout
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
how_to_use_midibox_cv_with_a_dout [2009/05/04 16:01] – 129.120.95.63 | how_to_use_midibox_cv_with_a_dout [2009/05/06 14:23] (current) – 129.120.95.63 | ||
---|---|---|---|
Line 70: | Line 70: | ||
What happens here? Midibox CV is listening to the first channel (beginning from tune C-2) for a NoteOn and | What happens here? Midibox CV is listening to the first channel (beginning from tune C-2) for a NoteOn and | ||
activates the corresponding dout. A NoteOff deactivates the dout. | activates the corresponding dout. A NoteOff deactivates the dout. | ||
+ | |||
+ | __Define the number of connected DOUT shift registers: | ||
+ | |||
+ | If you're using more than one DOUT shift register, you must also change this code in " | ||
+ | < | ||
+ | ;; initialize the SRIO driver | ||
+ | movlw 0x01 | ||
+ | call MIOS_SRIO_NumberSet | ||
+ | </ | ||
+ | To set it to the maximum (16), just replace the code with this: | ||
+ | < | ||
+ | ;; initialize the SRIO driver | ||
+ | movlw 0x0F | ||
+ | call MIOS_SRIO_NumberSet | ||
+ | </ | ||
+ | |||
+ | |||
__1ms Extension For Vintage Drum Machines:__ | __1ms Extension For Vintage Drum Machines:__ | ||
Line 124: | Line 141: | ||
* Channel 16: 0x8F, 0x9F | * Channel 16: 0x8F, 0x9F | ||
- | Forum articles: | + | __Forum |
+ | |||
+ | [[http:// | ||
[[http:// | [[http:// | ||
[[http:// | [[http:// |
how_to_use_midibox_cv_with_a_dout.1241452863.txt.gz · Last modified: 2009/05/04 16:01 by 129.120.95.63