Skip to content

v0.13.0 Shared Patchbay

Compare
Choose a tag to compare
@Houston4444 Houston4444 released this 28 Sep 07:05
· 232 commits to master since this release

Patchbay has been extracted in a new submodule named HoustonPatchbay. This module is now used by Patchance and could be used by any other python Qt program.

New Features (all coming for HoustonPatchbay):

  • Editable themes (+ 6 new themes) in a .conf file format
  • boxes can have two different layouts
  • Move the view when mouse cursor is near the border while selecting, moving or connecting boxes (optional)
  • Adapt port/portgroup connect context menu style to patchbay theme
  • Start connection from double click on port/portgroup for easier touchpad use
  • Add JACK Tranport widget to the tool bar
  • Add port type filter to the tool bar
  • Customizable tool bar, right click and select which widgets you want

Bug Fixes

  • fix box making leapfrog when moved from another box with "prevent overlap" option
  • fix some python3.10 crashes