new updated to version 2, 11-09-2015 time 22.00
This is an important update, it fixex the bug of the gap in the timing after the counter hits its max.
A sort of 4MS RCD clone (different divisions), with some expander functionality.
subpatch file:
rcd_clone2.axs (20.6 KB)
Functions:
Inputs:
- Rotate
- Trigger
- Reset
- Invert
Controls:
- Reset
- Invert
Outputs:
- Thru: /1
- Rotatable divisions: /2, /4, /8, /16, /32, /64, /128, /256
The invert toggle sets trigger input to the rising or falling edge.(like the 'counting' toggle on the 4MS RCD expander)
The invert control is XOR'ed with the invert input.
The radio buttons select the rotate in the test patch, but you can use anything to control this. (0-7 int)
This divider is based on the logic/decode/bin 8 and the mux/mux 8 objects
--> bug: i think the rotate order is not correct yet
Non Rotating Divider
(non rotating) divider subpatch:
this one has 8 divisions and a thru output (/1) and is based on the logic/toggle object
rcd2.axs (5.1 KB)