Searched defs:sysexEnabled (Results 1 – 3 of 3) sorted by relevance
56 …static MIDIAccess* create(PassOwnPtr<MIDIAccessor> accessor, bool sysexEnabled, const Vector<MIDIA… in create()70 bool sysexEnabled() const { return m_sysexEnabled; } in sysexEnabled() function
54 static bool validate(Uint8Array* array, ExceptionState& exceptionState, bool sysexEnabled) in validate()65 bool process(ExceptionState& exceptionState, bool sysexEnabled) in process()
50 MIDIAccess::MIDIAccess(PassOwnPtr<MIDIAccessor> accessor, bool sysexEnabled, const Vector<MIDIAcces… in MIDIAccess()