Skip to content

Releases: alexanderwanyoike/vibez

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 09 Aug 10:04
b7e285e

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 06 Aug 07:45
ecdc9b0

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 08:37
af9335c

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 29 Jul 06:53
809a520

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 07:28
4855cc9

What's Changed

Full Changelog: v0.0.6-alpha...v0.1.0

v0.0.6-alpha: Perform paving and undo gesture grouping

Choose a tag to compare

@alexanderwanyoike alexanderwanyoike released this 17 Jul 15:16
15bf8e2

Architecture paving for the Perform workspace plus a dogfood-driven undo fix. No new user-facing features; Arrange behaves identically with one bug fixed.

  • Project Tracks separated from Timeline Content (#68): shared track/channel/device/mixer state now lives in ProjectTracksState addressed by stable TrackId; Arrange owns a separate copy-on-write timeline holding only clips, note clips, and automation. Legacy projects load and re-save unchanged. First seam of the Perform architecture plan.
  • Continuous edits group into one undo step (#69): EQ band, knob, fader, and timeline clip drags now collapse into one undo step per pointer gesture.
  • Interaction paving (#67): DoubleClick and LocalDrag primitives, per-workspace view modules, theme-aware waveform caches.

Full changes: v0.0.5-alpha...v0.0.6-alpha

What's Changed

Full Changelog: v0.0.5-alpha...v0.0.6-alpha

v0.0.5-alpha

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:02
6eaf5e3

What's Changed

Full Changelog: v0.0.4-alpha...v0.0.5-alpha

v0.0.4-alpha: return buses, expanded automation, grid sizes, clip management

Choose a tag to compare

@github-actions github-actions released this 10 Jul 08:31
7923bd6

What's Changed

Full Changelog: v0.0.3-alpha...v0.0.4-alpha

v0.0.3-alpha — automation, console mixer, master channel, themes

Choose a tag to compare

@github-actions github-actions released this 08 Jul 08:26
90e7b8d

Automation

  • Automation lanes on any track: volume, pan, built-in instrument and effect parameters, and third-party plugin parameters (CLAP and VST3)
  • Per-segment curves (alt-drag bends, alt-double-click resets), ctrl-drag range erase, grid snapping with shift bypass
  • Searchable parameter picker; lanes seed at the current knob value; reference line with native min/max labels
  • Full save/load/undo/redo coverage; effect chains now process while the transport is stopped, so parameter edits reach plugins and tails ring out

Console mixer + channel EQ

  • Every channel carries a four-band SSL-style EQ (LF/LMF/HMF/HF with bell toggles on the outer bands), rendered console-style on the mixer strip
  • Clicking a strip selects the track; the detail panel follows the mixer

Master channel

  • Master is a real channel: gain and an insert chain (built-in effects and plugins) on the summed mix, its own strip with channel EQ, fader, and meter — persisted, undoable, and applied to exports
  • The EQ device card shows the frequency response curve with draggable band handles (drag sets frequency + gain, scroll trims Q, double-click zeroes the band) over a live spectrum analyser

Themes

  • 20 built-in themes under Settings → Appearance, switching instantly across the whole interface, track palette included
  • Custom themes as .vzt JSON files scanned from the config themes folder, with Rescan and Save Current
  • Projects now save as .vzp; existing .vibez projects load unchanged

Downloads

Linux: .deb, AppImage, tar.gz · macOS: .dmg (Apple Silicon and Intel) · Windows: installer and portable zip

v0.0.2-alpha

Choose a tag to compare

@github-actions github-actions released this 07 Jul 12:50
a15eac6

What's Changed

Full Changelog: v0.0.1-alpha...v0.0.2-alpha