aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/util/PolyphonicInstrument.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/jsyn/util/PolyphonicInstrument.java')
-rw-r--r--src/com/jsyn/util/PolyphonicInstrument.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/jsyn/util/PolyphonicInstrument.java b/src/com/jsyn/util/PolyphonicInstrument.java
index 2cba78f..08460d0 100644
--- a/src/com/jsyn/util/PolyphonicInstrument.java
+++ b/src/com/jsyn/util/PolyphonicInstrument.java
@@ -86,7 +86,7 @@ public class PolyphonicInstrument extends Circuit implements UnitSource, Instrum
* @param portName
* @see exportAllInputPorts
*/
- void exportNamedInputPort(String portName) {
+ public void exportNamedInputPort(String portName) {
UnitInputPort voicePort = null;
PassThrough fanout = new PassThrough();
for (UnitVoice voice : voices) {