Searched refs:SynthVoice (Results 1 – 3 of 3) sorted by relevance
49 private ArrayList<SynthVoice> mFreeVoices = new ArrayList<SynthVoice>();50 private Hashtable<Integer, SynthVoice>51 mVoices = new Hashtable<Integer, SynthVoice>();208 Iterator<SynthVoice> iterator = mVoices.values().iterator(); in generateBuffer()210 SynthVoice voice = iterator.next(); in generateBuffer()221 SynthVoice voice = mVoices.get(noteIndex); in noteOff()228 Iterator<SynthVoice> iterator = mVoices.values().iterator(); in allNotesOff()230 SynthVoice voice = iterator.next(); in allNotesOff()238 public SynthVoice createVoice(int program) { in createVoice()258 SynthVoice voice; in noteOn()[all …]
22 public abstract class SynthVoice { class29 public SynthVoice() { in SynthVoice() method in SynthVoice
22 public class SawVoice extends SynthVoice {