Cumulus is a 8-Bit operation machine inspired by Nibbler from Schlappi Engineering.
I/O
1/3
2/4
Trig (Digital)
Execute Instruction
Randomize Accumulator
CV In
Modulation A location
Modulation k Value
Output
Bit at A's position
Bit at B's position
UI Parameters
Instruction
constant value k
A location
B location
Explanation
Whenever the a gate goes high at 1/3 the applet performs an operations of the output accumulator (Z) and with the constant (k), the result is saved back into the accumulator (Z). The constant value can either be set by encoder using the menu oand/or modulated by the CV in 2/4. The value of A and B determine which bit of the accumulator is routed to the outputs. The value of A and B are set usinbg the menu and A is modulated using CV 1/3.
see https://github.com/djphazer/O_C-Phazerville/issues/69
Proposed wiki entry:
Cumulus
Cumulus is a 8-Bit operation machine inspired by Nibbler from Schlappi Engineering.
I/O
UI Parameters
Explanation
Whenever the a gate goes high at 1/3 the applet performs an operations of the output accumulator (Z) and with the constant (k), the result is saved back into the accumulator (Z). The constant value can either be set by encoder using the menu oand/or modulated by the CV in 2/4. The value of A and B determine which bit of the accumulator is routed to the outputs. The value of A and B are set usinbg the menu and A is modulated using CV 1/3.
Available Instructions:
z+k
z-k
z*k+1
(z^k)<<1
(z xor k) and rotate left by 1(z-k)>>2
(z - k) and rotate right by 2