File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ Version 0.2.0 (2015-02-23):
2+ * MIDI support (`jack.MidiPort `, `jack.OwnMidiPort `,
3+ `jack.Client.midi_inports `, `jack.Client.midi_outports `, ...)
4+ * ignore errors in `jack.Client.deactivate() ` by default, can be overridden
5+ * optional argument to `jack.OwnPort.disconnect() `
6+ * several examples (``chatty_client.py ``, ``thru_client.py ``,
7+ ``midi_monitor.py `` and ``midi_chords.py ``)
8+ * `jack.Port.is_physical `, courtesy of Alexandru Stan
9+ * `jack.Status ` class
10+ * some bug-fixes and refactorings, some documentation improvements
11+
112Version 0.1.0 (2014-12-15):
213 Initial release
Original file line number Diff line number Diff line change 2323http://jackclient-python.rtfd.org/
2424
2525"""
26- __version__ = "0.1 .0"
26+ __version__ = "0.2 .0"
2727
2828from cffi import FFI as _FFI
2929
You can’t perform that action at this time.
0 commit comments