| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,2 +1,13 @@ | |||
| 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 | + | ||
| 1 | 12 | Version 0.1.0 (2014-12-15): | |
| 2 | 13 | Initial release | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | http://jackclient-python.rtfd.org/ | |
| 24 | 24 | ||
| 25 | 25 | """ | |
| 26 | - __version__ = "0.1.0" | ||
| 26 | + __version__ = "0.2.0" | ||
| 27 | 27 | ||
| 28 | 28 | from cffi import FFI as _FFI | |
| 29 | 29 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments