aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jsyn/instruments/JSynInstrumentLibrary.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/jsyn/instruments/JSynInstrumentLibrary.java')
-rw-r--r--src/com/jsyn/instruments/JSynInstrumentLibrary.java13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/com/jsyn/instruments/JSynInstrumentLibrary.java b/src/com/jsyn/instruments/JSynInstrumentLibrary.java
index c5ed91e..9f111c3 100644
--- a/src/com/jsyn/instruments/JSynInstrumentLibrary.java
+++ b/src/com/jsyn/instruments/JSynInstrumentLibrary.java
@@ -4,9 +4,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -22,15 +22,18 @@ import com.jsyn.util.VoiceDescription;
/**
* Stock instruments provided with the JSyn distribution.
- *
+ *
* @author Phil Burk (C) 2011 Mobileer Inc
* @see InstrumentBrowser
*/
public class JSynInstrumentLibrary implements InstrumentLibrary {
static VoiceDescription[] descriptions = {
- WaveShapingVoice.getVoiceDescription(), SubtractiveSynthVoice.getVoiceDescription(),
- NoiseHit.getVoiceDescription(), DrumWoodFM.getVoiceDescription()
+ WaveShapingVoice.getVoiceDescription(),
+ SubtractiveSynthVoice.getVoiceDescription(),
+ DualOscillatorSynthVoice.getVoiceDescription(),
+ NoiseHit.getVoiceDescription(),
+ DrumWoodFM.getVoiceDescription()
};
@Override