[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound audiocd.h,1.11,1.12 flac.cpp,1.9,1.10 mixer.h,1.105,1.106 mp3.cpp,1.20,1.21 rate.cpp,1.38,1.39 rate.h,1.26,1.27 vorbis.cpp,1.24,1.25
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 sound.cpp,1.60,1.61 sound.h,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound audiocd.h,1.11,1.12 flac.cpp,1.9,1.10 mixer.h,1.105,1.106 mp3.cpp,1.20,1.21 rate.cpp,1.38,1.39 rate.h,1.26,1.27 vorbis.cpp,1.24,1.25
- Next message: [Scummvm-cvs-logs] CVS: scummvm/sword2 sound.cpp,1.60,1.61 sound.h,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list