HomeSort by relevance Sort by last modified time
    Searched refs:SynthVoice (Results 1 - 15 of 15) sorted by null

  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 51 private ArrayList<SynthVoice> mFreeVoices = new ArrayList<SynthVoice>();
52 private Hashtable<Integer, SynthVoice>
53 mVoices = new Hashtable<Integer, SynthVoice>();
185 Iterator<SynthVoice> iterator = mVoices.values().iterator();
187 SynthVoice voice = iterator.next();
198 SynthVoice voice = mVoices.get(noteIndex);
205 Iterator<SynthVoice> iterator = mVoices.values().iterator();
207 SynthVoice voice = iterator.next();
213 * Create a SynthVoice
    [all...]
SynthVoice.java 22 public abstract class SynthVoice {
29 public SynthVoice() {
SawVoice.java 22 public class SawVoice extends SynthVoice {
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 51 private ArrayList<SynthVoice> mFreeVoices = new ArrayList<SynthVoice>();
52 private Hashtable<Integer, SynthVoice>
53 mVoices = new Hashtable<Integer, SynthVoice>();
185 Iterator<SynthVoice> iterator = mVoices.values().iterator();
187 SynthVoice voice = iterator.next();
198 SynthVoice voice = mVoices.get(noteIndex);
205 Iterator<SynthVoice> iterator = mVoices.values().iterator();
207 SynthVoice voice = iterator.next();
213 * Create a SynthVoice
    [all...]
SynthVoice.java 22 public abstract class SynthVoice {
29 public SynthVoice() {
SawVoice.java 22 public class SawVoice extends SynthVoice {
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthEngine.java 51 private ArrayList<SynthVoice> mFreeVoices = new ArrayList<SynthVoice>();
52 private Hashtable<Integer, SynthVoice>
53 mVoices = new Hashtable<Integer, SynthVoice>();
185 Iterator<SynthVoice> iterator = mVoices.values().iterator();
187 SynthVoice voice = iterator.next();
198 SynthVoice voice = mVoices.get(noteIndex);
205 Iterator<SynthVoice> iterator = mVoices.values().iterator();
207 SynthVoice voice = iterator.next();
213 * Create a SynthVoice
    [all...]
SynthVoice.java 22 public abstract class SynthVoice {
29 public SynthVoice() {
SawVoice.java 22 public class SawVoice extends SynthVoice {
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthEngine.java 51 private ArrayList<SynthVoice> mFreeVoices = new ArrayList<SynthVoice>();
52 private Hashtable<Integer, SynthVoice>
53 mVoices = new Hashtable<Integer, SynthVoice>();
185 Iterator<SynthVoice> iterator = mVoices.values().iterator();
187 SynthVoice voice = iterator.next();
198 SynthVoice voice = mVoices.get(noteIndex);
205 Iterator<SynthVoice> iterator = mVoices.values().iterator();
207 SynthVoice voice = iterator.next();
213 * Create a SynthVoice
    [all...]
SynthVoice.java 22 public abstract class SynthVoice {
29 public SynthVoice() {
SawVoice.java 22 public class SawVoice extends SynthVoice {
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthEngine.java 51 private ArrayList<SynthVoice> mFreeVoices = new ArrayList<SynthVoice>();
52 private Hashtable<Integer, SynthVoice>
53 mVoices = new Hashtable<Integer, SynthVoice>();
185 Iterator<SynthVoice> iterator = mVoices.values().iterator();
187 SynthVoice voice = iterator.next();
198 SynthVoice voice = mVoices.get(noteIndex);
205 Iterator<SynthVoice> iterator = mVoices.values().iterator();
207 SynthVoice voice = iterator.next();
213 * Create a SynthVoice
    [all...]
SynthVoice.java 22 public abstract class SynthVoice {
29 public SynthVoice() {
SawVoice.java 22 public class SawVoice extends SynthVoice {

Completed in 250 milliseconds