Results 12 comments of mariobuoninfante

this issue makes difficult to have headers like: ``` /* * description.... * * @author * @copyright */ ```

are the flags in rtmidi.h - row 242 even used somewhere in the code? it seems like the code at row 120 in rtmidi.cpp is not called anywhere. from what...

actually this could confirm my theory https://github.com/ccrma/chuck/commit/20a5fcb20807ad735e859a1425b5d7a55f6523f6

similar to what @benrogmans reported: https://lists.cs.princeton.edu/pipermail/chuck-users/2020-April/008790.html

tried on Ubuntu 20.04 LTS using ChucK 1.4.0.1 (with Jack as well) and I'm not getting this issue. of course I'm using a different sample though ;)

Even scaling the input so that has an amplitude range of 0-1, there are still issues when trying to produce specific partials. A simple example is when using: ``` [0.,0,0,0,...

this makes sense, in fact then I noticed that me.running() is working fine. thanks for looking into it.

confirmed on MacOS High Sierra 10.13.1

that said, commands can be entered after the script ends, just letters aren't visible. tried running somethings like > ls -a and I can see the outcome

this also happens on Ubuntu Studio 20.04 LTS