[Scummvm-cvs-logs] CVS: scummvm/sound/softsynth fluidsynth.cpp,1.2,1.3 mt32.cpp,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Tue May 10 17:05:40 CEST 2005


Update of /cvsroot/scummvm/scummvm/sound/softsynth
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv451/sound/softsynth

Modified Files:
	fluidsynth.cpp mt32.cpp 
Log Message:
Moved some more stuff to namespace Audio (enough for tonight)

Index: fluidsynth.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/fluidsynth.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fluidsynth.cpp	10 May 2005 23:48:46 -0000	1.2
+++ fluidsynth.cpp	11 May 2005 00:01:36 -0000	1.3
@@ -38,7 +38,7 @@
 	fluid_synth_t *_synth;
 	int _soundFont;
 	int _outputRate;
-	SoundHandle _handle;
+	Audio::SoundHandle _handle;
 
 protected:
 	// Because GCC complains about casting from const to non-const...

Index: mt32.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/mt32.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mt32.cpp	10 May 2005 23:48:46 -0000	1.12
+++ mt32.cpp	11 May 2005 00:01:36 -0000	1.13
@@ -43,7 +43,7 @@
 
 class MidiDriver_MT32 : public MidiDriver_Emulated {
 private:
-	SoundHandle _handle;
+	Audio::SoundHandle _handle;
 	MidiChannel_MT32 _midiChannels[16];
 	uint16 _channelMask;
 	MT32Emu::Synth *_synth;





More information about the Scummvm-git-logs mailing list