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

  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
28 private static final int SUSTAIN = 3;
93 mSstate = SUSTAIN;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
28 private static final int SUSTAIN = 3;
93 mSstate = SUSTAIN;
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
28 private static final int SUSTAIN = 3;
93 mSstate = SUSTAIN;
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
28 private static final int SUSTAIN = 3;
93 mSstate = SUSTAIN;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
EnvelopeADSR.java 20 * Very simple Attack, Decay, Sustain, Release envelope with linear ramps.
28 private static final int SUSTAIN = 3;
93 mSstate = SUSTAIN;

Completed in 312 milliseconds