diff options
author | Florian Jung <florian.a.jung@web.de> | 2012-04-06 17:27:15 +0200 |
---|---|---|
committer | Florian Jung <florian.a.jung@web.de> | 2012-04-06 17:27:15 +0200 |
commit | aec14a264cdb19ccbd9e53596c58da9b60308909 (patch) | |
tree | 6d1c96febf7aaac8673698bc0cbbe93903906926 /TODO | |
parent | 829c7f8da9aa285029b9d636edda191b5c2b507b (diff) |
improved inter-thread communication.
the in-synth-CLI still partially uses the non-synced communication. TODO!
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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? |