[Scummvm-cvs-logs] SF.net SVN: scummvm: [31553] scummvm/trunk/engines/agi/sound.h

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Thu Apr 17 23:05:20 CEST 2008


Revision: 31553
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31553&view=rev
Author:   buddha_
Date:     2008-04-17 14:05:20 -0700 (Thu, 17 Apr 2008)

Log Message:
-----------
Tiny cleanup: Fix a parameter name discrepancy between IIgsChannelInfo::noteOn-function's declaration and definition introduced in r31550.

Modified Paths:
--------------
    scummvm/trunk/engines/agi/sound.h

Modified: scummvm/trunk/engines/agi/sound.h
===================================================================
--- scummvm/trunk/engines/agi/sound.h	2008-04-17 19:27:03 UTC (rev 31552)
+++ scummvm/trunk/engines/agi/sound.h	2008-04-17 21:05:20 UTC (rev 31553)
@@ -215,7 +215,7 @@
 	void rewind(); ///< Rewinds the sound playing on this channel to its start
 	void setChannelVolume(uint8 volume); ///< Sets the channel volume
 	void setInstrument(const IIgsInstrumentHeader *instrument, const int8 *sample); ///< Sets the instrument to be used on this channel
-	void noteOn(uint8 note, uint8 velocity); ///< Starts playing a note on this channel
+	void noteOn(uint8 noteParam, uint8 velocity); ///< Starts playing a note on this channel
 	void noteOff(uint8 velocity); ///< Releases the note on this channel
 	void stop(); ///< Stops the note playing on this channel instantly
 	bool playing(); ///< Is there a note playing on this channel?


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list