diff options
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -151,7 +151,7 @@ ## Misc -- put streamwise blocking into MCOP, see artscat.cc to read really ugly +- put streamwise blocking into MCOP, see artscat.cpp to read really ugly source which lives without that feature - implement plugins that transfer non-standard datatypes such as midi events, video frames, fft packets, oscilloscope views, ... (which was impossible @@ -185,7 +185,7 @@ Flowsystem transactions: Example: problematic assertion - assert(done[i] <= samples); /* synthschedule.cc:998 */ + assert(done[i] <= samples); /* synthschedule.cpp:998 */ the problem with the assertion here is this - suppose some object reacts in a way on some signal that will lead to the creation of new objects, |