mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-25 00:15:00 -04:00
fix(vm): change crush resolution to bits (closes #79)
BREAKING CHANGE: The problem with crush was that it had very few usable values. This changes the crush to map the value nonlinearly, so the crush resolution is bits. Still the upper portion of the values is not very usable (bits 12-24 i.e. hardly any crushing), but at least the lower portion is usable. But now crush resolution has slightly different meaning.
This commit is contained in:
parent
1ac2ad3c75
commit
7df8103bf9
@ -22,6 +22,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
- In the WebAssembly core, $WRK was messed after stereo oscillators,
|
||||
making modulations not work
|
||||
|
||||
### Changed
|
||||
- The crush resolution is now in bits instead of linear range; this is a
|
||||
breaking change and changes the meaning of the resolution values. But
|
||||
now there are more usable values in the resolution.
|
||||
|
||||
## v0.1.0
|
||||
### Added
|
||||
- An instrument (set of opcodes & accompanying values) can have any number of voices.
|
||||
|
Reference in New Issue
Block a user