Releases: spatialaudio/jackclient-python
Releases · spatialaudio/jackclient-python
JACK-Client 0.5.5
https://pypi.org/project/JACK-Client/0.5.5/
- Set explicit
.dylibpath for macOS/arm64
JACK-Client 0.5.4
https://pypi.org/project/JACK-Client/0.5.4/
- drop Python 3.6 support
JACK-Client 0.5.3
https://pypi.org/project/JACK-Client/0.5.3/
- use
jack_port_rename()instead of deprecatedjack_port_set_name()
JACK-Client 0.5.2
https://pypi.org/project/JACK-Client/0.5.2/
- new module constants:
jack.POSITION_* - new examples:
timebase_master.pyandtransporter.py, thanks to Christopher Arndt - new
jack.JackErrorsubclasses:jack.JackErrorCodeandjack.JackOpenError, thanks to Christopher Arndt
JACK-Client 0.5.1
https://pypi.org/project/JACK-Client/0.5.1/
jack.Client.release_timebase(), thanks to Christopher Arndt
JACK-Client 0.5.0
https://pypi.org/project/JACK-Client/0.5.0/
- drop Python 2 support
- support for metadata API, with the help of Christopher Arndt
- support for slow-sync clients
JACK-Client 0.4.6
https://pypi.org/project/JACK-Client/0.4.6/
midi_file_player.pyexample
JACK-Client 0.4.5
https://pypi.org/project/JACK-Client/0.4.5/
- Fix issue #54; other minor improvements
JACK-Client 0.4.4
https://pypi.python.org/pypi/JACK-Client/0.4.4
Port.set_alias(),Port.unset_alias()andPort.aliases, thanks to Jośe Fernando Moyano
JACK-Client 0.4.3
https://pypi.python.org/pypi/JACK-Client/0.4.3
- switch to CFFI out-of-line ABI mode (to reduce import time)