• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H08-Jul-2021-4,5462,587

jacktools/H28-May-2021-1,7491,019

source/H03-May-2022-12,4558,281

AUTHORSH A D10-Jan-201839 21

COPYINGH A D10-Jan-201834.3 KiB675553

INSTALLH A D19-Jun-20201.3 KiB5836

MakefileH A D05-Jun-20201 KiB368

READMEH A D25-Jul-20211.7 KiB7644

setup.pyH A D16-May-20217.6 KiB189145

README

1ZITA-JACKTOOLS - 1.5.3   25/07/2021
2===================================
3
4* Added missing method set_rotation() to JackAmbrot.
5
6
7ZITA-JACKTOOLS - 1.5.2   08/07/2021
8===================================
9
10* Small bugfixes.
11
12
13ZITA-JACKTOOLS - 1.5.0   28/05/2021
14===================================
15
16* Added per channel controls to JackGainctl.
17
18* Bugfixes for JackAmbrot and JackAmbbin,
19  the new set_rotation() calls were actually
20  calling set_quaternion().
21
22
23ZITA-JACKTOOLS - 1.4.0   14/03/2021
24===================================
25
26* Extended maximum order of Ambisioncs
27  processors to 8.
28
29* Added set_rotation() to JackAmbrot
30  and JackAmbbin.
31
32* In the same two clases, set_quaternion()
33  now normalises the given quaternion as
34  expected.
35
36
37ZITA-JACKTOOLS - 1.2.1   17/02/2021
38===================================
39
40Fixed fatal bug in JackPlayer
41
42
43ZITA-JACKTOOLS - 1.2.0   17/06/2020
44===================================
45
46Changes since the first release:
47
48* General code cleanup.
49* Python docstrings for all classes.
50
51* New class: JackLR4filt
52
53   * 4th order Linkwitz-Riley or Butterworth filters,
54     with delay and gain.
55   * Typical use is crossover filters, also useful
56     for some measurements.
57
58* Bugfixes:
59
60    * JackAmbrot: fixed a nasty bug which produced incorrect
61      rotation matrices. This also affected JackAmbbin.
62
63* Some small changes:
64
65    * JackSignal: 'nskip' and 'nloop' are now supported for
66      both set_input_data() and set_output_data(), and must
67      be keyword arguments.
68
69    * JackGainctl: the 'rate' parameter is no longer supported.
70      See the class docs for how exactly gain changes are done.
71
72* Some new examples, among them a PyQt5 application using JackMatrix.
73
74
75
76