File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.4.0 (2015-09-17):
2
+ * new argument to xrun callback (see `jack.Client.set_xrun_callback() `),
3
+ `jack.Client.xrun_delayed_usecs ` was removed
4
+ * `jack.Client.transport_reposition_struct() `
5
+ * callbacks no longer have to return anything, instead they can raise
6
+ `jack.CallbackExit ` on error
7
+ * ``midi_sine.py `` example
8
+
1
9
Version 0.3.0 (2015-07-16):
2
10
* `jack.RingBuffer `, implemented by Alexandru Stan
3
11
* `jack.Client.set_timebase_callback() `, `jack.Client.transport_query() `,
Original file line number Diff line number Diff line change 23
23
http://jackclient-python.rtfd.org/
24
24
25
25
"""
26
- __version__ = "0.3 .0"
26
+ __version__ = "0.4 .0"
27
27
28
28
import errno as _errno
29
29
import platform as _platform
You can’t perform that action at this time.
0 commit comments