From 534969d42ca5168d645678345cd21242fe41f389 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Tue, 30 Dec 2014 16:53:03 -0800 Subject: Initial commit of code. --- src/com/jsyn/ports/package.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/com/jsyn/ports/package.html (limited to 'src/com/jsyn/ports/package.html') diff --git a/src/com/jsyn/ports/package.html b/src/com/jsyn/ports/package.html new file mode 100644 index 0000000..3547618 --- /dev/null +++ b/src/com/jsyn/ports/package.html @@ -0,0 +1,13 @@ + + + + +JSyn Ports + + +

Ports are used to pass audio data in and out of UnitGenerators. +They can also be used to connect UnitGenerators together so that signals can flow between them. +The UnitDataQueuePort contains a FIFO that will accept envelope and sample data. +

+ + \ No newline at end of file -- cgit v1.2.3