Haiku Book: Midi2 fixes.
* Automatic whitespace cleanup. * Removed all of Midi2 from the "libbe" group, as they aren't part of it * Get rid of the redundant "libmidi2" group, as all of midi2 is already in the "MIDI 2 Kit" group, and the docs explicitly state that the MIDI 2 Kit has its own library.
This commit is contained in:
@@ -469,9 +469,6 @@ snooze_until(time - Latency(), B_SYSTEM_TIMEBASE);
|
|||||||
- <A HREF="http://www.io.com/~jimm/midi_ref.html">Jim Menard's MIDI Reference</A>
|
- <A HREF="http://www.io.com/~jimm/midi_ref.html">Jim Menard's MIDI Reference</A>
|
||||||
|
|
||||||
|
|
||||||
\defgroup libmidi2 (libmidi2.so)
|
|
||||||
|
|
||||||
|
|
||||||
\defgroup network Network Kit
|
\defgroup network Network Kit
|
||||||
\brief Classes that deal with all network connections and communications.
|
\brief Classes that deal with all network connections and communications.
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\file Midi2Defs.h
|
\file Midi2Defs.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libbe
|
|
||||||
\brief Some definitions to define raw MIDI events.
|
\brief Some definitions to define raw MIDI events.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\file MidiConsumer.h
|
\file MidiConsumer.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libbe
|
|
||||||
\brief Defines consumer classes for the MIDI Kit.
|
\brief Defines consumer classes for the MIDI Kit.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -9,8 +8,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\class BMidiConsumer MidiConsumer.h
|
\class BMidiConsumer MidiConsumer.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libmidi2
|
|
||||||
\ingroup libbe
|
|
||||||
\brief Receives MIDI events from a producer
|
\brief Receives MIDI events from a producer
|
||||||
|
|
||||||
A consumer is an object that knows how to deal with incoming MIDI events. A
|
A consumer is an object that knows how to deal with incoming MIDI events. A
|
||||||
@@ -66,8 +63,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\class BMidiLocalConsumer MidiConsumer.h
|
\class BMidiLocalConsumer MidiConsumer.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libmidi2
|
|
||||||
\ingroup libbe
|
|
||||||
\brief A consumer endpoint that is created by your own application.
|
\brief A consumer endpoint that is created by your own application.
|
||||||
|
|
||||||
If you want to create a consumer that reacts to MIDI events, you should
|
If you want to create a consumer that reacts to MIDI events, you should
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\file MidiEndpoint.h
|
\file MidiEndpoint.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libbe
|
|
||||||
\brief Defines the Baseclass of all MIDI consumers and producers.
|
\brief Defines the Baseclass of all MIDI consumers and producers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -9,8 +8,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\class BMidiEndpoint
|
\class BMidiEndpoint
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libmidi2
|
|
||||||
\ingroup libbe
|
|
||||||
\brief Base class for all MIDI endpoints.
|
\brief Base class for all MIDI endpoints.
|
||||||
|
|
||||||
BMidiEndpoint is the abstract base class that represents either a
|
BMidiEndpoint is the abstract base class that represents either a
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\file MidiProducer.h
|
\file MidiProducer.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libbe
|
|
||||||
\brief Defines producer classes for the MIDI Kit.
|
\brief Defines producer classes for the MIDI Kit.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -9,8 +8,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\class BMidiProducer MidiProducer.h
|
\class BMidiProducer MidiProducer.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libmidi2
|
|
||||||
\ingroup libbe
|
|
||||||
\brief Streams MIDI events to connected consumers.
|
\brief Streams MIDI events to connected consumers.
|
||||||
|
|
||||||
A producer is an object that generate a stream of MIDI events. Each
|
A producer is an object that generate a stream of MIDI events. Each
|
||||||
@@ -91,8 +88,6 @@ delete list;
|
|||||||
/*!
|
/*!
|
||||||
\class BMidiLocalProducer MidiProducer.h
|
\class BMidiLocalProducer MidiProducer.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libmidi2
|
|
||||||
\ingroup libbe
|
|
||||||
\brief A producer endpoint that is created by your own application.
|
\brief A producer endpoint that is created by your own application.
|
||||||
|
|
||||||
You create a BMidiLocalProducer if you want your application to send MIDI
|
You create a BMidiLocalProducer if you want your application to send MIDI
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\file MidiRoster.h
|
\file MidiRoster.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libbe
|
|
||||||
\brief Defines the heart of the MIDI Kit: the MIDI Roster.
|
\brief Defines the heart of the MIDI Kit: the MIDI Roster.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -27,8 +26,6 @@
|
|||||||
/*!
|
/*!
|
||||||
\class BMidiRoster MidiRoster.h
|
\class BMidiRoster MidiRoster.h
|
||||||
\ingroup midi2
|
\ingroup midi2
|
||||||
\ingroup libmidi2
|
|
||||||
\ingroup libbe
|
|
||||||
\brief Interface to the system-wide Midi Roster.
|
\brief Interface to the system-wide Midi Roster.
|
||||||
|
|
||||||
BMidiRoster allows you to find available MIDI consumer and producer
|
BMidiRoster allows you to find available MIDI consumer and producer
|
||||||
|
|||||||
Reference in New Issue
Block a user