[subsynth-devel] [Task #44721] refactor terminal implementation
Status: Beta
Brought to you by:
subatomic
|
From: <no...@so...> - 2002-02-13 23:53:42
|
Task #44721 has been updated. Project: subsynth Subproject: core audio Summary: refactor terminal implementation Complete: 100% Status: Closed Authority : subatomic Assigned to: subatomic Description: currently there are two terminal types Input and Output Terminal, each one specializes Terminal. the reason for this designation was to have some place to put the communication medium (namely the buffer queue). Output currently has this queue. Refactor this so that there is a Connection and a Terminal (or Port). The connection has the data propagation medium (the queue) and other metrics (bandwidth etc...), and the Terminal (or Port) is what modules have (no more Input or Output Terminal types...)... Follow-Ups: ------------------------------------------------------- Date: 2002-02-13 18:53 By: subatomic Comment: done. I went with Terminal and Connection. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=44721&group_id=42943&group_project_id=15983 |