Skip to content

Releases: spatialaudio/jackclient-python

JACK-Client 0.5.4

04 Jun 17:44
Compare
Choose a tag to compare

JACK-Client 0.5.3

21 Oct 09:54
Compare
Choose a tag to compare

https://pypi.org/project/JACK-Client/0.5.3/

  • use jack_port_rename() instead of deprecated jack_port_set_name()

JACK-Client 0.5.2

11 Feb 13:52
Compare
Choose a tag to compare

https://pypi.org/project/JACK-Client/0.5.2/

  • new module constants: jack.POSITION_*
  • new examples: timebase_master.py and transporter.py, thanks to Christopher Arndt
  • new jack.JackError subclasses: jack.JackErrorCode and jack.JackOpenError, thanks to Christopher Arndt

JACK-Client 0.5.1

07 Nov 17:38
Compare
Choose a tag to compare

https://pypi.org/project/JACK-Client/0.5.1/

  • jack.Client.release_timebase(), thanks to Christopher Arndt

JACK-Client 0.5.0

18 Jul 18:15
Compare
Choose a tag to compare

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

09 Feb 09:39
Compare
Choose a tag to compare

JACK-Client 0.4.5

02 Sep 08:34
Compare
Choose a tag to compare

JACK-Client 0.4.4

19 Feb 18:44
Compare
Choose a tag to compare

https://pypi.python.org/pypi/JACK-Client/0.4.4

  • Port.set_alias(), Port.unset_alias() and Port.aliases, thanks to Jośe Fernando Moyano

JACK-Client 0.4.3

30 Dec 08:54
Compare
Choose a tag to compare

https://pypi.python.org/pypi/JACK-Client/0.4.3

  • switch to CFFI out-of-line ABI mode (to reduce import time)

JACK-Client 0.4.2

05 Nov 15:40
Compare
Choose a tag to compare

https://pypi.python.org/pypi/JACK-Client/0.4.2

  • new examples: showtime.py, midi_sine_numpy.py and play_file.py
  • new option only_available for port callbacks