Changelog
View Sourcev0.2.0 (2025-07-16)
The library is now fully refactored with a clear structure and consistent naming. The sound naming issue in v0.1.0 has been fixed.
Features
- Add
sin/0,saw/0, andpulse/0oscillator functions replacingosc/1 - Add
pan/1withpos/2andlevel/2for stereo panning control
Enhancements
- Refactor
Supexfor consistent syntax, naming, and improved internal structure - Improve documentation for all public functions
Deprecations
- Deprecate
osc/0andosc/1in favor of specific oscillator functions (sin/0,saw/0,pulse/0)
Bug Fixes
- Fix naming handling in
play/2for multi-character names - Correct typespecs for oscillator modifier functions
Breaking Changes
- Remove
Synth(Supex.synth/0) andExamplemodules
Documentation
- Update examples and README for clarity and accuracy
v0.1.1 (2025-07-10)
Enhancements
- Refactored
lfo/1inSpexandUgenmodules.
Bug Fixes
- Corrected typespecs in
SpexandUgenmodules.