Skip to content

Releases: vult-dsp/vult

v0.3.12

01 Dec 15:53
Compare
Choose a tag to compare
  • Automatically loads all the dependencies of the given files

v0.3.10

01 Nov 19:24
Compare
Choose a tag to compare
  • Adds builtin epsilon function
  • Makes the runtime compile with MSVC

v0.3.9

24 Oct 20:39
Compare
Choose a tag to compare
  • Fixes problem for puredata templates in objects with no mem variables

v0.3.7

23 Oct 12:36
Compare
Choose a tag to compare
  • Fixes small issue when generating templated for puredata with multiple outputs

v0.3.5

18 Oct 19:34
Compare
Choose a tag to compare
  • Requires midi channel for all template functions (noteOn, noteOff, controlChange)

v0.3.3

13 Oct 21:26
Compare
Choose a tag to compare
v0.3.3

v0.3

06 Oct 20:02
Compare
Choose a tag to compare
  • Improves code generation of C/C++ code
  • Adds LuaJit code generation
  • Adds templates to generate PureData external
  • Add initial support for Teensy Audio Library code
  • Improves error reporting

v0.2

01 Mar 20:18
Compare
Choose a tag to compare

This release of Vult includes the following features

  • Type inference and strict type checking
  • Array support
  • Improved error reporting
  • Declaration of external functions

v0.1

05 May 18:02
Compare
Choose a tag to compare

Vult can generate C code that can be compiled and run. The code was tested in a Teensy board and in a regular computer.