1
- Version 0.5.2 ( 2020-02-11):
1
+ Version 0.5.2 -- 2020-02-11 -- PyPI __ -- docs __ -- diff __
2
2
* new module constants: ``jack.POSITION_* ``
3
3
* new examples: ``timebase_master.py `` and ``transporter.py ``,
4
4
thanks to Christopher Arndt
5
5
* new `jack.JackError ` subclasses: `jack.JackErrorCode ` and `jack.JackOpenError `,
6
6
thanks to Christopher Arndt
7
7
8
- Version 0.5.1 (2019-11-07):
8
+ __ https://pypi.org/project/JACK-Client/0.5.2/
9
+ __ https://jackclient-python.readthedocs.io/en/0.5.2/
10
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.5.1...0.5.2
11
+
12
+ Version 0.5.1 -- 2019-11-07 -- PyPI __ -- docs __ -- diff __
9
13
* `jack.Client.release_timebase() `, thanks to Christopher Arndt
10
14
11
- Version 0.5.0 (2019-07-18):
15
+ __ https://pypi.org/project/JACK-Client/0.5.1/
16
+ __ https://jackclient-python.readthedocs.io/en/0.5.1/
17
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.5.0...0.5.1
18
+
19
+ Version 0.5.0 -- 2019-07-18 -- PyPI __ -- docs __ -- diff __
12
20
* drop Python 2 support
13
21
* support for metadata API, with the help of Christopher Arndt
14
22
* support for slow-sync clients
15
23
16
- Version 0.4.6 (2019-02-09):
24
+ __ https://pypi.org/project/JACK-Client/0.5.0/
25
+ __ https://jackclient-python.readthedocs.io/en/0.5.0/
26
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.4.6...0.5.0
27
+
28
+ Version 0.4.6 -- 2019-02-09 -- PyPI __ -- docs __ -- diff __
17
29
* ``midi_file_player.py `` example
18
30
19
- Version 0.4.5 (2018-09-02):
31
+ __ https://pypi.org/project/JACK-Client/0.4.6/
32
+ __ https://jackclient-python.readthedocs.io/en/0.4.6/
33
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.4.5...0.4.6
34
+
35
+ Version 0.4.5 -- 2018-09-02 -- PyPI __ -- docs __ -- diff __
20
36
* Fix issue #54; other minor improvements
21
37
22
- Version 0.4.4 (2018-02-19):
38
+ __ https://pypi.org/project/JACK-Client/0.4.5/
39
+ __ https://jackclient-python.readthedocs.io/en/0.4.5/
40
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.4.4...0.4.5
41
+
42
+ Version 0.4.4 -- 2018-02-19 -- PyPI __ -- docs __ -- diff __
23
43
* `Port.set_alias() `, `Port.unset_alias() ` and `Port.aliases `, thanks to
24
44
Jośe Fernando Moyano
25
45
26
- Version 0.4.3 (2017-12-30):
46
+ __ https://pypi.org/project/JACK-Client/0.4.4/
47
+ __ https://jackclient-python.readthedocs.io/en/0.4.4/
48
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.4.3...0.4.4
49
+
50
+ Version 0.4.3 -- 2017-12-30 -- PyPI __ -- docs __ -- diff __
27
51
* switch to CFFI out-of-line ABI mode (to reduce import time)
28
52
29
- Version 0.4.2 (2016-11-05):
53
+ __ https://pypi.org/project/JACK-Client/0.4.3/
54
+ __ https://jackclient-python.readthedocs.io/en/0.4.3/
55
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.4.2...0.4.3
56
+
57
+ Version 0.4.2 -- 2016-11-05 -- PyPI __ -- docs __ -- diff __
30
58
* new examples: ``showtime.py ``, ``midi_sine_numpy.py `` and ``play_file.py ``
31
59
* new option ``only_available `` for port callbacks
32
60
33
- Version 0.4.1 (2016-05-24):
61
+ __ https://pypi.org/project/JACK-Client/0.4.2/
62
+ __ https://jackclient-python.readthedocs.io/en/0.4.2/
63
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.4.1...0.4.2
64
+
65
+ Version 0.4.1 -- 2016-05-24 -- PyPI __ -- docs __ -- diff __
34
66
* new property `jack.Client.transport_frame `, deprecating
35
67
`jack.Client.transport_locate() `
36
68
37
- Version 0.4.0 (2015-09-17):
69
+ __ https://pypi.org/project/JACK-Client/0.4.1/
70
+ __ https://jackclient-python.readthedocs.io/en/0.4.1/
71
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.4.0...0.4.1
72
+
73
+ Version 0.4.0 -- 2015-09-17 -- PyPI __ -- docs __ -- diff __
38
74
* new argument to xrun callback (see `jack.Client.set_xrun_callback() `),
39
75
``jack.Client.xrun_delayed_usecs `` was removed
40
76
* `jack.Client.transport_reposition_struct() `
41
77
* callbacks no longer have to return anything, instead they can raise
42
78
`jack.CallbackExit ` on error
43
79
* ``midi_sine.py `` example
44
80
45
- Version 0.3.0 (2015-07-16):
81
+ __ https://pypi.org/project/JACK-Client/0.4.0/
82
+ __ https://jackclient-python.readthedocs.io/en/0.4.0/
83
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.3.0...0.4.0
84
+
85
+ Version 0.3.0 -- 2015-07-16 -- PyPI __ -- docs __ -- diff __
46
86
* `jack.RingBuffer `, implemented by Alexandru Stan
47
87
* `jack.Client.set_timebase_callback() `, `jack.Client.transport_query() `,
48
88
`jack.Client.transport_query_struct() `, with the help of Julien Acroute
@@ -52,7 +92,11 @@ Version 0.3.0 (2015-07-16):
52
92
* compatibility with the official JACK installer for Windows, thanks to Julien
53
93
Acroute
54
94
55
- Version 0.2.0 (2015-02-23):
95
+ __ https://pypi.org/project/JACK-Client/0.3.0/
96
+ __ https://jackclient-python.readthedocs.io/en/0.3.0/
97
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.2.0...0.3.0
98
+
99
+ Version 0.2.0 -- 2015-02-23 -- PyPI __ -- docs __ -- diff __
56
100
* MIDI support (`jack.MidiPort `, `jack.OwnMidiPort `,
57
101
`jack.Client.midi_inports `, `jack.Client.midi_outports `, ...)
58
102
* ignore errors in `jack.Client.deactivate() ` by default, can be overridden
@@ -62,5 +106,12 @@ Version 0.2.0 (2015-02-23):
62
106
* `jack.Port.is_physical `, courtesy of Alexandru Stan
63
107
* `jack.Status `
64
108
65
- Version 0.1.0 (2014-12-15):
109
+ __ https://pypi.org/project/JACK-Client/0.2.0/
110
+ __ https://jackclient-python.readthedocs.io/en/0.2.0/
111
+ __ https://github.com/spatialaudio/jackclient-python/compare/0.1.0...0.2.0
112
+
113
+ Version 0.1.0 -- 2014-12-15 -- PyPI __ -- docs __
66
114
Initial release
115
+
116
+ __ https://pypi.org/project/JACK-Client/0.1.0/
117
+ __ https://jackclient-python.readthedocs.io/en/0.1.0/
0 commit comments