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+
19Version 0.3.0 (2015-07-16):
210 * `jack.RingBuffer `, implemented by Alexandru Stan
311 * `jack.Client.set_timebase_callback() `, `jack.Client.transport_query() `,
Original file line number Diff line number Diff line change 2323http://jackclient-python.rtfd.org/
2424
2525"""
26- __version__ = "0.3 .0"
26+ __version__ = "0.4 .0"
2727
2828import errno as _errno
2929import platform as _platform
You can’t perform that action at this time.
0 commit comments