mirror of
https://github.com/vsariola/sointu.git
synced 2025-06-04 01:28:45 -04:00
Improve README.
This commit is contained in:
parent
fc0ad4c011
commit
5d1145be39
@ -59,6 +59,13 @@ New features since fork
|
|||||||
- **New units**. Bit-crusher, gain, inverse gain, clip, modulate bpm
|
- **New units**. Bit-crusher, gain, inverse gain, clip, modulate bpm
|
||||||
(proper triplets!), compressor (can be used for side-chaining)... As
|
(proper triplets!), compressor (can be used for side-chaining)... As
|
||||||
always, if you don't use them, they won't be compiled into the code.
|
always, if you don't use them, they won't be compiled into the code.
|
||||||
|
- **Arbitrary signal routing**. SEND (used to be called FST) opcode normally
|
||||||
|
sends the signal as a modulation to another opcode. But with the new
|
||||||
|
RECEIVE opcode, you just receive the plain signal there. So you can connect
|
||||||
|
signals in an arbitrary way. Actually, 4klang could already do this but in
|
||||||
|
a very awkward way: it had FLD (load value) opcode that could be modulated;
|
||||||
|
FLD 0 with modulation basically achieved what RECEIVE does, except that
|
||||||
|
RECEIVE can also handle stereo signals.
|
||||||
- **Pattern length does not have to be a power of 2**.
|
- **Pattern length does not have to be a power of 2**.
|
||||||
|
|
||||||
Future goals
|
Future goals
|
||||||
|
Loading…
x
Reference in New Issue
Block a user