summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorFlorian Jung <florian.a.jung@web.de>2012-04-06 17:27:15 +0200
committerFlorian Jung <florian.a.jung@web.de>2012-04-06 17:27:15 +0200
commitaec14a264cdb19ccbd9e53596c58da9b60308909 (patch)
tree6d1c96febf7aaac8673698bc0cbbe93903906926 /TODO
parent829c7f8da9aa285029b9d636edda191b5c2b507b (diff)
improved inter-thread communication.
the in-synth-CLI still partially uses the non-synced communication. TODO!
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index e9c8510..29f49cc 100644
--- a/TODO
+++ b/TODO
@@ -12,10 +12,11 @@ TODO für den synth
(macht notencompiler hoffentlich obsolet)
o evtl wieder AM implementieren: hätte hoffentlich dann keinen
negativen einfluss wenn unbenutzt
- o kommunikation sauber synchronisieren: außerhalb von process()
+ x kommunikation sauber synchronisieren: außerhalb von process()
wird nurnoch ne struct mit funktionspointer und argument-union
in einen ringbuffer geschrieben. der eigentliche call erfolgt
dann in process()
+ o saubere kommunikation bei ALLEN in-synth-CLI-sachen
o defines säubern, schöner anordnen
o frameskipping vlt immer einbauen?