ctag-fh-kiel / ctag-tbd

CTAG TBD >>to be determined<< an extendible open source Eurorack sound module
Other
176 stars 47 forks source link

TBD plugin "FBDlyLine" has Dry/Wet slider on the GUI, but it seems to be not implemented yet in the source-code? #20

Closed Visuelle-Musik closed 3 years ago

Visuelle-Musik commented 3 years ago

Hi Robert, maybe I'm missing something, but it looks like there is a piece of code missing from "ctagSoundProcessorFBDlyLine.cpp", below is what I found:

From "mui-FBDlyLine.jsn": {"id":"drywet","name":"Dry / Wet","type":"int","min":0,"max":4095,"step":1}

From "ctagSoundProcessorFBDlyLine.cpp": fDryWet = (float) drywet / 4095.f; for (uint32_t i = 0; i < bufSz; i++) { data.buf[i 2 + processCh] = fLevel;

all the best, Mathias

ctag-fh-kiel commented 3 years ago

Fixed with 0.9.16