Commit Graph

62 Commits

Author SHA1 Message Date
Veikko Sariola
fc0ad4c011 Implement compressor. 2020-05-17 16:37:08 +03:00
Veikko Sariola
71a5a18257 Implement player speed modulation opcode for triplets and such. 2020-05-17 09:51:20 +03:00
Veikko Sariola
3b33b4e4d2 Improve README. 2020-05-16 23:27:30 +03:00
Veikko Sariola
e966bc0084 Improve README. 2020-05-16 21:57:32 +03:00
Veikko Sariola
d328431413 Improve README. 2020-05-16 08:54:55 +03:00
Veikko Sariola
78d4cd50e8 Rewrote most of the synth to better support stereo signals and polyphony. VSTi removed as there is no plan to update the VSTi to support the new features.
The stereo opcode variants have bit 1 of the command stream set. The polyphony is split into two parts: 1) polyphony, meaning that voices reuse the same opcodes; 2) multitrack voices, meaning that a track triggers more than voice. They both can be flexible defined in any combinations: for example voice 1 and 2 can be triggered by track 1 and use instrument 1, and voice 3 by track 2/instrument 2 and voice 4 by track 3/instrument 2. This is achieved through the use of bitmasks: in the aforementioned example, bit 1 of su_voicetrack_bitmask would be set, meaning "the voice after voice #1 will be triggered by the same track". On the other hand, bits 1 and 3 of su_polyphony_bitmask would be set to indicate that "the voices after #1 and #3 will reuse the same instruments".
2020-05-16 08:25:52 +03:00
Dominik Ries
b06829eab1
Update README.md 2018-10-29 08:55:57 +01:00
Dominik Ries
d1f776b473 Merge branch 'master' of https://github.com/hzdgopher/4klang 2018-03-16 19:18:56 +01:00
Dominik Ries
ced4a2b7b9 fixed bug in distortion when using stereo and sample&hold. 2018-03-16 19:18:41 +01:00
Dominik Ries
de562f8785
updated readme with screenshot 2018-03-14 22:30:45 +01:00
Dominik Ries
e14aefaa8e
Update README.md 2018-03-11 13:40:21 +01:00
hzdgopher
8eeef4f3d3
Initial commit 2018-02-07 15:32:56 +01:00