Releases: Houston4444/Patchance
Releases Β· Houston4444/Patchance
v1.3.1 Bug fixes release
Patchbay bug fixes.
- CV ports were considered as regular Audio ports until a patchbay refresh
- Some connection were missing in the graph after a pipewire quantum (buffer size) change
- Sometimes the patch could crash if a JACK port disappears when listing JACK ports.
v1.3.0 Views, arrange, rename ports and groups, etc...
New release including many new features. Qt6 is now the default framework (instead of Qt5).
New dependencies:
- python3-qtpy
- python3-JACK-client
Features:
- Views: you can now use as much views as you want, switching them with Alt+Num
- Hide boxes: Boxes are now hide-able (a widget in the tool bar allows to set hidden boxes visible)
- Arrange: two scripts can be now arrange the graph, "follow the signal chain" or "two rows facing each other"
- Custom Names: Clients and ports are now re-nameable in the canvas, it can optionally set this name as JACK metadata and auto-export custom names to JACK pretty names.
- Undo/Redo: all box move, wrap/unwrap, hide/restore, arrange, change view events can be undone/redone
- Tool bar: tool bar is now responsive design, it can have many lines if too much widgets are shown
- Command line arguments: new command line arguments allow to import/export custom names and JACK pretty-name metadatas
- Many many optimizations to prevent lagging when the patchbay is consequent.
v1.1.0 ALSA MIDI support
New version with ALSA MIDI support and various bug fixes.
Features:
- ALSA MIDI support : Add possibility to display and connect ALSA MIDI ports
Bug fixes:
- prevent to send server stopped every twice a second to the patchbay (when JACK is stopped)
- make Mixbus groups behave as Ardour ones
- update default zoom on zoom slider at startup
- fix ugly icons when default zoom is not 100%
- fix some crashes due to int/float python conversion
v1.0.0 Simply ready to use
It is the first version considered ready for use.
Because Patchance is not much more than HoustonPatchbay with a jack client, all changes comes from HoustonPatchbay.
Bug Fixes:
- add Patchichi export function in options dialog (this is the only one new feature)
- Port is now CV if it is mentioned only in the port metadatas
- fix CV ports not really readable in "dark boards" theme
- allow custom metadata icons for any box type
- fix theme not renamed after duplicate with new name
- fix inconsistent portgroup name if portgroup name endswith with AUX with at least digits at end of the port name.
Enjoy !
v0.2.0 bugfixes and complete package
Few bug fixes. Mainly from HoustonPatchbay.
- fix a python3.10 crash with wrong int/float conversion
- use default (not from patchbay theme) hardware/monitor icons in context menu
- remove checkbox style sheet in connect context menu, style was unreadable with fusion or kvantum qt themes
v0.1.0 : first pre-release
First pre-release of Patchance.
Everything seems to work, but feedback is needed before an official release.