| Index: Source/modules/webmidi/MIDIOutput.h
|
| diff --git a/Source/modules/webmidi/MIDIOutput.h b/Source/modules/webmidi/MIDIOutput.h
|
| index 26e73ed3dce4677aff5e0c5758404b83bf3aee54..0498c49da307841efb211826a7b7ed78ea15e01b 100644
|
| --- a/Source/modules/webmidi/MIDIOutput.h
|
| +++ b/Source/modules/webmidi/MIDIOutput.h
|
| @@ -45,6 +45,7 @@ public:
|
| static MIDIOutput* create(MIDIAccess*, unsigned portIndex, const String& id, const String& manufacturer, const String& name, const String& version, MIDIAccessor::MIDIPortState);
|
| ~MIDIOutput() override;
|
|
|
| + void clear();
|
| void send(DOMUint8Array*, double timestamp, ExceptionState&);
|
| void send(Vector<unsigned>, double timestamp, ExceptionState&);
|
|
|
|
|