diff options
author | Michele Calgaro <[email protected]> | 2020-12-06 19:28:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-06 19:28:06 +0900 |
commit | 00d4f92b717fbcbed6f9eee361975d6ee5380d59 (patch) | |
tree | 043b5970d66e539e1fbf6dde03440d6569e34c4e /doc | |
parent | 2f53bfe61c8ee78ff36ac6c66ae714b01e407b33 (diff) | |
download | arts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.tar.gz arts-00d4f92b717fbcbed6f9eee361975d6ee5380d59.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc')
-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, |