Releases: Wasted-Audio/hvcc
Releases · Wasted-Audio/hvcc
v0.8.0
- DPF: enumerated parameters
- DPF: special
__hv_dpf_bpm
receiver of transport BPM value - Pdext: migrate to
pd-lib-builder
and newerm_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
- 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
v0.6.2
v0.6.1
0.6.0 - General Assembly
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
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?
- 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
- 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
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