Skip to content

Releases: mzuther/ProtoFaust

v1.0.5 Improve performance

18 Jul 07:58
1e49416
Compare
Choose a tag to compare

Added

  • add custom UI handler

  • add linter script and fix warnings

Changed

  • use lambda set/get functions to update controllers (thanks to
    Stéphane Letz)

  • use 'alloca' which is faster than std::vector and will also work on
    Windows (thanks to Stéphane Letz)

  • move some UI handling to class "ProtoFaustWidget"

  • allow easier debugging of RGB LEDs (enjoy fireworks of light ...)

  • re-factor code

  • change selection of files formatted by astyle

Fixed

  • fix crash on opening module selection window

v1.0.4 Improve Faust scripts

14 Jul 13:15
75efbfb
Compare
Choose a tag to compare

Added

  • documentation: describe signal ranges

Changed

  • prevent filter from exploding

  • re-factor Faust scripts and improve readability

Fixed

  • APP->engine->getSampleRate() should not be used anymore (change
    sample rate in process; thanks to Stéphane Letz)

v1.0.3 Improve code base #2

10 Jul 14:42
e9c8310
Compare
Choose a tag to compare

Changed

  • re-factor code

  • change IDs of RGB LED in Faust code

Fixed

  • fix wrong scaling of three-way switches

v1.0.2 Improve code base

09 Jul 11:43
01ab57b
Compare
Choose a tag to compare
  • re-factor code
  • beautify output of Makefile

v1.0.1 Maintenance release

06 Jul 20:03
15a4381
Compare
Choose a tag to compare

Added

  • add documentation, change log and code of conduct

Changed

  • improve readability of Faust code (src/faust/rack.dsp; thanks to
    Stéphane Letz)

v1.0.0 First release

06 Jun 19:20
v1.0.0
Compare
Choose a tag to compare