From 3940e87eaee6fb59800cffba475a294e3fa5c72c Mon Sep 17 00:00:00 2001 From: "crogers@google.com" Date: Sat, 22 Jun 2013 00:55:52 +0000 Subject: Implement Web MIDI API back-end This involves browser-side support and IPC for sending and receiving MIDI messages. Initially support for OSX is included. BUG=163795 R=palmer@chromium.org, piman@chromium.org, scherkus@chromium.org Review URL: https://codereview.chromium.org/16025005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207983 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_message_start.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ipc') diff --git a/ipc/ipc_message_start.h b/ipc/ipc_message_start.h index 8226bc1..3e1e59c 100644 --- a/ipc/ipc_message_start.h +++ b/ipc/ipc_message_start.h @@ -47,6 +47,7 @@ enum IPCMessageStart { DesktopNotificationMsgStart, GeolocationMsgStart, AudioMsgStart, + MIDIMsgStart, ChromeMsgStart, DragMsgStart, PrintMsgStart, -- cgit v1.1