Skip to content

Releases: Wasted-Audio/hvcc

v0.8.0

07 Aug 18:15
Compare
Choose a tag to compare
  • DPF: enumerated parameters
  • DPF: special __hv_dpf_bpm receiver of transport BPM value
  • Pdext: migrate to pd-lib-builder and newer m_pd.h and add some initial documentation.
  • deprecated: Fabric generator - no longer supported
  • docs: updates on missing objects and limitations
  • bugfix: issues #24, #50, #100, #106

v0.7.0

12 Apr 14:09
Compare
Choose a tag to compare
  • improvements: add type annotations to all methods; run mypy over the whole library
  • DPF: basic UI generation using dpf-widgets (imgui + modgui)
  • DPF: basic port groups support
  • abstractions: use duplicate of delread4~.pd for vd~.pd
  • deprecated: internal Bela implementation (use downstream instead)
  • docs: add notes
  • docs: fix markdown syntax
  • bugfixes: issues #86, #87 and #93

v0.6.3

09 Jan 20:03
Compare
Choose a tag to compare
  • add polytouchin and polytouchout
  • add tests for midi input objects
  • bugfixes for midi objects bendin, ctlin, notein, pgmin, pgmout, touchin

v0.6.2

17 Dec 20:01
Compare
Choose a tag to compare
  • dpf: add CLAP to docs; cleanup templates
  • dpf: bugfix -> wrong frame count used for sendMessageToReceiverV()
  • general: style fixes
  • general: py311 support
  • general: un/supported objects

v0.6.1

12 Oct 10:06
Compare
Choose a tag to compare
  • bugfix: missing parameter in named arguments
  • update: json2daisy

0.6.0 - General Assembly

11 Oct 07:32
Compare
Choose a tag to compare

Couple of improvements/additions/changes this time around. Main feature being working webassembly using AudioWorklets!
Also "officially" dropping max2hv support and old asm.js implementation.

  • aligned memory and freed patch instance
  • js: WASM AudioWorklet
  • js: deprecate asm.js
  • dpf: configurable subpath
  • midi: add stripnote
  • deprecate max2hv
  • documentation updates
  • code cleanup
  • tests: refactor and deprecate test_uploader

0.5.0 - Howling at the Moon

20 Apr 11:51
Compare
Choose a tag to compare

Not the biggest set of features, but we see the following integration improvements and CI tests enabled:

  • c2owl generator
  • migrate @owl to @raw
  • c2daisy json2daisy integration
  • enable control and signal tests
  • push f-string usage

0.4.0 - What Are You Syncing About?

23 Jan 19:34
Compare
Choose a tag to compare
  • Midi realtime messages
  • Host transport to midi-rt
  • Midi message scheduling improvements
  • Bugfix: minimum midi channel
  • Bugfix: windows console_script

0.3.0 - MIDI Madness

28 Oct 18:36
Compare
Choose a tag to compare
  • Midi I/O extensions for DPF
  • Midi bugfixes for [notein], [pgmin], [touchin], [bendin], [midiin]
  • Midi bugfixes for [noteout], [pgmout], [touchout], [bendout], [midiout]
  • Midi docs update
  • DPF minimal Midi examples

0.2.0 - Flower Power

19 Aug 20:24
Compare
Choose a tag to compare

This second point release of hvcc brings a couple new features.

  • metadata json for generator config
  • add trig attribute type
  • Daisy platform support
  • DPF cleanup + meta + trig
  • documentation update
  • DPF makefiles + meaningful values + docs