Haiku Book: revert accidental overzealous search & replace all
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
/*!
|
/*!
|
||||||
\file Midi2Defs.h
|
\file Midi2Defs.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\brief Some definitions to define Identifier of MIDI events.
|
\brief Some definitions to define raw MIDI events.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\name Channel Message Masks
|
\name Channel Message Masks
|
||||||
\brief Some definitions to define the Identifier of MIDI events.
|
\brief Some definitions to define the raw MIDI events.
|
||||||
|
|
||||||
The default implementation of BMidiLocalConsumer::Data() uses these
|
The default implementation of BMidiLocalConsumer::Data() uses these
|
||||||
constants to determine which event has been passed on. If you override
|
constants to determine which event has been passed on. If you override
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\name System Messages
|
\name System Messages
|
||||||
\brief Some definitions to define the Identifier of MIDI system messages.
|
\brief Some definitions to define the raw MIDI system messages.
|
||||||
|
|
||||||
The default implementation of BMidiLocalConsumer::Data() uses these
|
The default implementation of BMidiLocalConsumer::Data() uses these
|
||||||
constants to determine which event system message has been passed on.
|
constants to determine which event system message has been passed on.
|
||||||
|
|||||||
Reference in New Issue
Block a user