HomeSort by relevance Sort by last modified time
    Searched full:noteon (Results 1 - 14 of 14) sorted by null

  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.h 69 // noteOn(), noteGrainOn(), and noteOff() must all be called from the main thread.
70 void noteOn(double when);
93 // m_isPlaying is set to true when noteOn() or noteGrainOn() is called.
100 // This node is considered finished when it reaches the end of the buffer's sample data after noteOn() has been called.
AudioBufferSourceNode.idl 37 void noteOn(in float when);
AudioBufferSourceNode.cpp 371 void AudioBufferSourceNode::noteOn(double when)
  /external/sonivox/arm-fm-22k/host_src/
eas_types.h 238 EAS_BOOL8 noteOn;
  /external/sonivox/arm-hybrid-22k/host_src/
eas_types.h 238 EAS_BOOL8 noteOn;
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 243 EAS_BOOL8 noteOn;
  /external/sonivox/arm-fm-22k/lib_src/
eas_midi.c 249 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL,"NoteOn: %02x %02x %02x\n",
eas_voicemgt.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_midi.c 249 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL,"NoteOn: %02x %02x %02x\n",
eas_voicemgt.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_midi.c 249 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL,"NoteOn: %02x %02x %02x\n",
eas_voicemgt.c     [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 169 ('noteOn', c_ubyte)]
    [all...]
midifile.py 429 self.name = 'NoteOn'
    [all...]

Completed in 385 milliseconds