Show-off my open-source stuff, mostly of the Linux Audio/MIDI genre

Qtractor 1.5.9 - A Halloween'25 Release

Hello everyone,

Qtractor 1.5.9 (halloween'25) is out!

Change-log:

  • Main menu and toolbar Edit/Select Mode/Clip, Range, Rectangle and Automation actions are now self-toggled when triggered.
  • Slightly better positioning and centering when just clicking but not dragging the main and MIDI editor thumb-views around.
  • Mixer: temporarily hide/show either Audio or MIDI buses, from the respective Inputs and/or Outputs rack pane.
  • Add underlying platform name (eg. xcb, wayland) to Qt version string.

Description:

Qtractor is an audio/MIDI multi-track sequencer application written in C++ with the Qt framework. Target platform is Linux, where the Jack Audio Connection Kit (JACK) for audio and the Advanced Linux Sound Architecture (ALSA) for MIDI are the main infrastructures to evolve as a fairly-featured Linux desktop audio workstation GUI, specially dedicated to the personal home-studio.

Website:

https://qtractor.org

Project page:

https://sourceforge.net/projects/qtractor

Downloads:

https://sourceforge.net/projects/qtractor/files

Git repos:

https://git.code.sf.net/p/qtractor/code
https://github.com/rncbc/qtractor.git
https://gitlab.com/rncbc/qtractor.git
https://codeberg.org/rncbc/qtractor.git

Wiki:

https://sourceforge.net/p/qtractor/wiki/

License:

Qtractor is free, open-source Linux Audio software, distributed under the terms of the GNU General Public License (GPL) version 2 or later.

Enjoy && Keep the fun!

Donate to rncbc.org using PayPal Donate to rncbc.org using Liberapay

qpwgraph v0.9.6 - An Early-Fall'25 Beta Release

Hello everyone,

qpwgraph v0.9.6 (early-fall'25) is out!

Change-log:

  • Allow the complete node name to get the same treatment in the
    Graph/Options.../Filter as same for Merger.
  • Get rid of CONFIG_WAYLAND build config option; add underlying
    platform name (eg. xcb, wayland) to Qt version string.

Description:

qpwgraph is a graph manager dedicated to PipeWire, using the Qt C++ framework, based and pretty much like the same of QjackCtl.

Project page:

https://gitlab.freedesktop.org/rncbc/qpwgraph

Downloads:

Git repos:

https://gitlab.freedesktop.org/rncbc/qpwgraph.git (official)
https://github.com/rncbc/qpwgraph.git
https://gitlab.com/rncbc/qpwgraph.git
https://codeberg.org/rncbc/qpwgraph.git

License:

qpwgraph is free, open-source software, distributed under the terms of the GNU General Public License (GPL) version 2 or later.

Enjoy!

Donate to rncbc.org using PayPal Donate to rncbc.org using Liberapay

Vee One Suite 1.3.2 - A Mid-Spring'25 Release

Hello y'all,

The Vee One Suite, the gang-of-four old-school software instruments,

  • synthv1 as a polyphonic subtractive synthesizer;
  • samplv1 a polyphonic sampler synthesizer;
  • drumkv1 as yet another drum-kit sampler;
  • padthv1 a polyphonic additive synthesizer.

Are here released as a Mid-Spring'25 update...

Change-log:

  • Unassigned element/sample keys are now shown grayed out on the virtual piano keyboard. (drumkv1)
  • Added generic Ogg Vorbis container type filter (*.ogg) to sample file requester dialog. (samplv1 and drumkv1)
  • Stepping up next development cycle (Qt >= 6.9)

Qsynth 1.0.3 - An Early Spring'25 Release

Hello all!

Qsynth 1.0.3 (early-spring'25) is out!

Change-log:

  • Master gain front panel control now ranges from 0..1000, with default still at 100 (unit gain).
  • Fixed command line parsing (QCommandLineParser/Option) to not exiting the application with a segfault when showing help and version information.
  • Peppino knob style adjusted to lighter custom color themes.
  • Prepping up next development cycle (Qt >= 6.8)

QjackCtl 1.0.4 - An Early Spring'25 Release

Greetings everyone!

QjackCtl 1.0.4 (early-spring'25) is released!

Change-log:

  • Fixed command line parsing (QCommandLineParser/Option) to not exiting the application with a segfault when showing help and version information.
  • Graph: force an actual complete refresh on main View/Refresh..., especially when changing the color theme palette on-the-fly.