Skip to content

Releases: NyleGarcia/openwave-streamdeck

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 04:19

0.7.0 (2026-08-31)

Features

  • live meters, stacked dials, effect keys, and push instead of poll (a88c62f)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 02:48

0.6.0 (2026-08-31)

Features

  • scene keys — one press recalls a whole setup, a hold saves it back (cc36ca7)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 02:39

0.5.0 (2026-08-30)

Features

  • six colour themes, chosen from any inspector (5d177bc)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 02:35

0.4.0 (2026-08-30)

Bug Fixes

  • keep the step badge parseable on Python 3.10 (c2cc239)

Features

  • make a press mute, raise or lower, with a settable step (2909193)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 02:26

0.3.0 (2026-08-30)

Bug Fixes

  • name the per-mix action for what it does, not for the desk term (905c29b)

Features

  • choose a source and a mix in two dropdowns (ca182fe)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 02:16

0.2.0 (2026-08-30)

Features

  • split Volume into Mix Volume, Source Volume and Mix Send (27fd6b2)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 02:11

0.1.1 (2026-08-30)

Bug Fixes

  • name each dial in the OpenDeck editor instead of "Mix" (6117de1)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 02:07

0.1.0 (2026-08-30)

Features

  • control per-mix sends, and draw proper icons (083cad6)

openwave-streamdeck 0.0.1

Choose a tag to compare

@NyleGarcia NyleGarcia released this 30 Aug 01:19
v0.0.1
e106106

First release. An OpenDeck plugin for driving OpenWave from a Stream Deck.

Actions

  • Volume — set the level of a mix, a microphone or an application source from a key or a dial; press to mute. Mixes are PipeWire sinks and work whether OpenWave is open or not; microphones and sources are trims inside OpenWave and are set over the session bus, because its Mixer rewrites sources.json whole on every save and would discard an outside write.
  • Mic Group — hand a microphone group to its next microphone in one press. The key shows which microphone currently has the floor.

Keys and the encoder touch strip are drawn as SVG, so level, mute and the live microphone read at a glance: blue for a level, red for muted, green for the open microphone. Both lists are read live from OpenWave, never hardcoded.

Install

Download the zip below and install it through OpenDeck. Requires an unsandboxed OpenDeck — the Flatpak cannot reach pactl, pw-dump or wpctl.

Later releases are cut automatically by semantic-release from Angular commit messages.