1
+ Version 0.3.0 (2015-07-16):
2
+ * `jack.RingBuffer `, implemented by Alexandru Stan
3
+ * `jack.Client.set_timebase_callback() `, `jack.Client.transport_query() `,
4
+ `jack.Client.transport_query_struct() `, with the help of Julien Acroute
5
+ * `jack.Client.transport_state `, `jack.STOPPED `, `jack.ROLLING `,
6
+ `jack.STARTING `, `jack.NETSTARTING `, `jack.position2dict() `
7
+ * the *userdata * argument was removed from all callbacks
8
+ * compatibility with the official JACK installer for Windows, thanks to Julien
9
+ Acroute
10
+
1
11
Version 0.2.0 (2015-02-23):
2
12
* MIDI support (`jack.MidiPort `, `jack.OwnMidiPort `,
3
13
`jack.Client.midi_inports `, `jack.Client.midi_outports `, ...)
@@ -6,8 +16,7 @@ Version 0.2.0 (2015-02-23):
6
16
* several examples (``chatty_client.py ``, ``thru_client.py ``,
7
17
``midi_monitor.py `` and ``midi_chords.py ``)
8
18
* `jack.Port.is_physical `, courtesy of Alexandru Stan
9
- * `jack.Status ` class
10
- * some bug-fixes and refactorings, some documentation improvements
19
+ * `jack.Status `
11
20
12
21
Version 0.1.0 (2014-12-15):
13
22
Initial release
0 commit comments