ZITA-JACKTOOLS - 1.7.2   26/03/2024
===================================

Added JackBw8filt
Added JackFwplay and JackFwcapt
Note: this requires zita-jclient-0.5.2


ZITA-JACKTOOLS - 1.6.1   22/04/2023
===================================

* Small bugfixes.


ZITA-JACKTOOLS - 1.6.0   22/04/2022
===================================

* Package renamed to 'zita_jacktools'.

* Now using pip instead of distutils.

* Examples patched to accomodate changes in
  matplotlib and PyQt5 and PyQt6

* Make sure to read INSTALL.


ZITA-JACKTOOLS - 1.5.0   28/05/2021
===================================

* Added per channel controls to JackGainctl.

* Bugfixes for JackAmbrot and JackAmbbin,
  the new set_rotation() calls were actually
  calling set_quaternion(). 


ZITA-JACKTOOLS - 1.4.0   14/03/2021
===================================

* Extended maximum order of Ambisioncs
  processors to 8.

* Added set_rotation() to JackAmbrot
  and JackAmbbin. 

* In the same two clases, set_quaternion()
  now normalises the given quaternion as
  expected.
  

ZITA-JACKTOOLS - 1.2.1   17/02/2021
===================================

Fixed fatal bug in JackPlayer


ZITA-JACKTOOLS - 1.2.0   17/06/2020
===================================

Changes since the first release:

* General code cleanup.
* Python docstrings for all classes.

* New class: JackLR4filt

   * 4th order Linkwitz-Riley or Butterworth filters,
     with delay and gain. 
   * Typical use is crossover filters, also useful
     for some measurements.

* Bugfixes:

    * JackAmbrot: fixed a nasty bug which produced incorrect
      rotation matrices. This also affected JackAmbbin.

* Some small changes:

    * JackSignal: 'nskip' and 'nloop' are now supported for
      both set_input_data() and set_output_data(), and must
      be keyword arguments.

    * JackGainctl: the 'rate' parameter is no longer supported.
      See the class docs for how exactly gain changes are done.
 
* Some new examples, among them a PyQt5 application using JackMatrix.     



