From cc58a05e1aab31838d253d1e2d3ee01a04f73610 Mon Sep 17 00:00:00 2001 From: mahlzeit Date: Mon, 17 Mar 2003 22:19:49 +0000 Subject: [PATCH] added docs for Tempo Change event git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2928 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- docs/user/midi2/midilocalcons.dox | 2 +- docs/user/midi2/midilocalprod.dox | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/user/midi2/midilocalcons.dox b/docs/user/midi2/midilocalcons.dox index 1873c0c09f..0f80f0d280 100644 --- a/docs/user/midi2/midilocalcons.dox +++ b/docs/user/midi2/midilocalcons.dox @@ -217,7 +217,7 @@ Not all data bytes are used for all common events. Unused bytes are set to 0. /*! \fn void BMidiLocalConsumer::TempoChange(int32 beatsPerMinute, bigtime_t time) -\brief Never invoked, just like in the BeOS R5 implementation +\brief Invoked when a Tempo Change event is received \sa BMidiLocalProducer::SprayTempoChange() */ diff --git a/docs/user/midi2/midilocalprod.dox b/docs/user/midi2/midilocalprod.dox index e1ec09d2eb..a8063ae362 100644 --- a/docs/user/midi2/midilocalprod.dox +++ b/docs/user/midi2/midilocalprod.dox @@ -217,6 +217,10 @@ wait until the consumer has dealt with the sysex. /*! \fn void BMidiLocalProducer::SprayTempoChange( int32 bpm, bigtime_t time = 0) const -\brief Not used +\brief Sends a Tempo Change event to the connected consumers. + +This kind of Tempo Change event is not really part of the MIDI spec, rather +it is an extension from the SMF (Standard MIDI File) format. + \sa BMidiLocalConsumer::TempoChange() */