Till Bovermann

Results 26 issues of Till Bovermann

## reproducer a dsp-file `nonstandardname.dsp` with content ```faust declare name "not an sc - naming scheme"; process = 1 - 1'; ``` compiling with `faust2supercollider` (in debug mode) shows an...

I am struggling with compiling faust dsp files with `faust2caqt` that incorporate additional custom header files. I learned from @sletz that CXXFLAGS are forwarded to the compiler. Assuming the following...

Inkscape version > (4035a4f, 2020-05-01) does not include `-E` option anymore, but uses `-o` instead.

in difference to the faust datatype `float`, the faust datatype `int` is currently fixed to be represented as `int` (in cpp-language output). Since faust is perfectly capable to be used...

enhancement

I'd like to reconnect a TCP client (in oscP5) to a TCP server (scsynth). I am unsure how to get there, though I found that there is a `reconnect` method...

this picks up faust fixes by @carlocapocasa as discussed in #149 and applies them to `JPverb` and `GreyHole`.

Stumbling over RFWUGens via #136, I realised that 'AverageOutput' in that package is quite similar to the 'RMS' Ugen to be found in 'DEINDUgens'. I was wondering, if we should...

enhancement
waiting for consensus

As proposed by @sletz over at #44 and in the slack channel, I'd like to suggest adding functions for edge detection to the signal library. my proposal would be this...

Hey there, I stumbled over your pMix (mainly because of faust) and was reminded of the MetaControl concept by @adcxyz he describes in his paper here: http://www.3dmin.org/wp-content/uploads/2014/03/Campo_2014.pdf maybe it is...