9474b4481e
feat: add parameter range support
b37954a27b
fix: use FAUSTFLOAT macro in Nim faust wrapper
9b33bf10bf
feat: generate faust C code and Nim wrapper with faustpp
aa3bae40fb
fix: don't use fastmath
38dc236740
docs: update how-to instructions in readme for changed file names
e6c66ed72c
refactor: do param bounds checking in C code
28f7bdcfc2
Protokoll 2024-09-18
3718fb9186
add dinge mit db
c743de6566
Protokoll 10 jahre
4afd3e41d5
new archive entries
1f72523055
fix: use -fvisibility=hidden when using GCC
521fefc531
feat: add faustlpf example
eb814d16c3
fix: export all enum members in core and atom API
f001184fea
feat: add tiltfilter example
75f3ce03b3
refactor: some file and object renaming
d965e80b4c
add 10 years to archive
9a494a9c96
Merge branch 'master' of codeberg.org:Sonoj/osamc.de
fa5cf3e483
protokolle
af27abbaca
Replace C memcmp/cpy with copyMem/cmpMem
1dcf5ac82f
Minor doc comment fixes
ba6aaa22ab
Implement MIDI procesing (WIP)
ff6ddf77d2
Move wrapper code into sub-module; adapt/tweak examples
1444154ca4
fix: set import search path for examples, so that they don't use the installed version
70c7782f5b
feat: add passthru client example
03d7471656
fix: remove superfluous import and global var
9645542176
feat: implement converters for enums