diff options
author | Phil Burk <[email protected]> | 2016-11-30 19:26:29 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2016-11-30 19:26:29 -0800 |
commit | 10ffa9acf32c7fb40f084d9cef9a0ff5e608fc0c (patch) | |
tree | c6e70f7a076bb65484f52709864975b21afab75d /src/com/jsyn/util/PolyphonicInstrument.java | |
parent | 5cc223574b43d3f72b746e8f0bb4f31cbd2fd52f (diff) | |
parent | cc4bcfe2aa049543ee759823bc0a72282e4a1dc5 (diff) |
Merge pull request #43 from philburk/rc-1678
last minute changes for 16.7.8
Diffstat (limited to 'src/com/jsyn/util/PolyphonicInstrument.java')
-rw-r--r-- | src/com/jsyn/util/PolyphonicInstrument.java | 2 |
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) { |