ZITA-JACKTOOLS - 1.5.3   25/07/2021
===================================

* Added missing method set_rotation() to JackAmbrot.


ZITA-JACKTOOLS - 1.5.2   08/07/2021
===================================

* Small bugfixes.


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.     



