Changes:
- Added new
Instrument
controls (#146 )- Oscillator modes to select from mix, amplitude modulation, envelope follower, and ring modulation using the oscillator and sample player
- Oscillator mix and pitch shift to control the contribution of each oscillator mode
- Ability to pick a random slice to play when more than one sample data slices are set with the same note pitch
- Converted all real types except the absolute time and beat position values to be single-precision floats (#114)
- Fixed envelope attack not being used when a note is triggered on and off on the same frame
- Changed random uniform integer draw maximum to be exclusive for consistency with the real functions
Full Changelog: v0.4.1...v0.4.2