diff options
author | Phil Burk <[email protected]> | 2016-11-30 19:02:58 -0800 |
---|---|---|
committer | Phil Burk <[email protected]> | 2016-11-30 19:02:58 -0800 |
commit | 2785ec51000f9dd7a7640f1a4edb69f541d757f1 (patch) | |
tree | 7b5ab76a669bf0b92b5d13109076c145af0f904c /src/com/jsyn/util/PolyphonicInstrument.java | |
parent | 5cc223574b43d3f72b746e8f0bb4f31cbd2fd52f (diff) |
cleanup for 16.7.8, doc MultiChannelSynthesizer, add DoubleTable.length()
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) { |