Skip to content

Releases: zezic/ZZC

ZZC v2.0.2

03 Dec 15:06
Compare
Choose a tag to compare

Fixes:

  • Don't store reference to custom fonts inside module widget structs to avoid crashing the VST Rack version (#87)

ZZC v2.0.1

24 Nov 14:21
Compare
Choose a tag to compare

New features:

  • Support for Rack's Room brightness and Light bloom parameters

ZZC v2.0.0

20 Nov 21:30
Compare
Choose a tag to compare

New:

  • VCV Rack 2 compatibility

ZZC v1.1.3

06 Oct 06:36
d558726
Compare
Choose a tag to compare

New features:

  • Clock
    • Option to switch phase output to +/-5V range (bipolar) instead of traditional 0-10V (unipolar) (#73)
    • Optional rounding of BPM when using external CV
    • V/OCT mode for external CV is default now (V/BPM is available from menu)

ZZC v1.1.2

19 Dec 13:11
Compare
Choose a tag to compare

A bugfix release. Changes since v1.1.1:

  • Fixed main clock output of Clock module when used in gate mode and driven by external phase

ZZC v1.1.1

21 Nov 15:26
Compare
Choose a tag to compare

ZZC v1.1.1

New modules:

  • Div - Compact Phase Divider (#15)
  • Div (Expander) - the same as Div, but as expander and with synced ratio changes (#40)
  • Polygate - bank of polyphonic gates with buttons

New features:

  • Clock
    • Auto-reset on start/stop (#21, #58)
    • Space now acts as hotkey for start/stop
    • Smooth phase synchronization (when used with external pulse clock) (#55)
    • Various PPQN modes (#31)
    • Hold mode for run input and output (#20)
  • Divider
    • Send 1st trigger when starting from zero after reset (#43)
  • SH-8
    • Allow to choose voltage range (#52)
  • SC-VCA
    • Exponential mode (#46)

Bugfixes:

  • Divider
    • Divider forgets about Swing Knob when CV is plugged in (#25)
  • SRC
    • Fixed a bug when wrong note was displayed (#54)
  • Some graphic assets were simplified to reduce possibility of crashes on macOS

ZZC v1.1.0

30 Jul 05:43
Compare
Choose a tag to compare

Nothing new, just moving to the new URL.

ZZC v1.0.0

07 Jul 09:25
Compare
Choose a tag to compare

Migrating to Rack V1.

Polyphonic modules:

  • SC-VCA
  • FN-3

ZZC v0.6.6

11 May 10:48
Compare
Choose a tag to compare

A bugfix release. Changes since v0.6.5:

  • All modules are using snprintf instead of sprintf now to avoid potential buffer overflow.

ZZC v0.6.5

11 May 08:39
Compare
Choose a tag to compare

Changes since v0.6.4:

  • FROM and TO inputs in Divider are use linear mapping now for faster performance. Sadly, this is a breaking change but it have to appear as soon as possible.