Releases: philburk/jsyn
Releases · philburk/jsyn
v17.2.0
- Fixed EnvelopeAttackDecay, #119. A narrow impulse did not always trigger the envelope! #118
- Upgraded gradle to 8.5
- Improved support for Maven and Jitpack #126 and #133
- Stop importing java.sql.Date to avoid importing the large SQL module. #127
- On Android, use Builder when constructing an AudioTrack. #129
- Remove PROPRIETARY comment several files.
v17.1.0
- Added several new UnitGenerators
- Fixed a crash in ExponentialRamp when the input crossed zero. #92
- Fixed non-real-time WaveRecorder by stopping StreamingThread when done. #105
- Fixed a bug in the MultiChannelSynthesizer if the same note was played on multiple channels. #114
- Added an example that renders some MIDI messages to PCM. #108