Release Notes#
v0.5.1#
Bug fixes#
v0.5.0#
Deprecated features#
ipytone.destinationis deprecated, useget_destination()instead. Likewise,ipytone.transportis deprecated in favor ofget_transport()(#108).
Enhancements#
Added
WaveShapersignal node operator (#100).Added
PitchShifteffect node (#101).Added
FrequencyShiftereffect node (#102).Added
Instrument.trigger_note()method that helps conditional scheduling of attack or release events withinPartcallbacks.Notehas also a newtrigger_typeattribute (#105).Added
Transport.stateread-only attribute and use Tonejs’ Transport Emitter signals for syncing the state and position (#106).Added
ListenerandPanner3Daudio spatialization components (#107).
Bug fixes#
Add missing
notesargument toPolySynth.trigger_release()andSampler.trigger_release()(#84, #104).
Maintenance#
Ipywidgets 8 compatibility, use ruff for linting (Python), switch to Hatch build backend and pyproject.toml, enable pre-commit, etc. (#94).