Age | Commit message (Collapse) | Author |
|
o MT-32 music is correct, though Adlib is not. There is apparently custom
instrument remapping similiar to mt32->gm but it is different. With
that remapping it sounds much closer to original.
svn-id: r15850
|
|
objections)
svn-id: r15849
|
|
code doesn't have to worry about the memory managment anymore, it's all 'automatic' now). May have introduced a mem leak or two, please check :-)
svn-id: r15848
|
|
svn-id: r15847
|
|
MT-32 is perfectly capable of playing General MIDI. My new guess is that
the FM file is for Adlib instead. It certainly sounds better - but quite
different - than playing the GM track through Adlib.
svn-id: r15846
|
|
svn-id: r15845
|
|
o Add cursor events
o Hide cursor during intro
svn-id: r15844
|
|
svn-id: r15843
|
|
svn-id: r15842
|
|
svn-id: r15841
|
|
svn-id: r15840
|
|
svn-id: r15839
|
|
svn-id: r15838
|
|
svn-id: r15837
|
|
svn-id: r15836
|
|
svn-id: r15835
|
|
svn-id: r15834
|
|
svn-id: r15833
|
|
svn-id: r15832
|
|
but I can't be absolutely sure.
I'm also not sure if I'm using the correct music data. I'm fairly sure that
the MUSICGM.RES file is the appropriate choice for "General MIDI", but I
have no way of verifying that the MUSICFM.RES is really the right choice
for MT-32. (Is either of them a good choice for Adlib, or are they both
equally bad?)
svn-id: r15831
|
|
which don't seem to be supported).
svn-id: r15830
|
|
svn-id: r15829
|
|
svn-id: r15828
|
|
IHNM support. I used the partial IHNM intro as my test case, and it seems
to work that far at least.
svn-id: r15827
|
|
svn-id: r15826
|
|
svn-id: r15825
|
|
association.
svn-id: r15824
|
|
svn-id: r15823
|
|
svn-id: r15822
|
|
the premixer. There can be only one, and this conflicted with Adlib in multi_midi mode.
svn-id: r15821
|
|
svn-id: r15820
|
|
only some SFX are flipped.
svn-id: r15819
|
|
in his mail to scummvm-devel. (Though "a discussed a while ago change"
sounds like sort of thing Robert Jordan writes whenever there is danger of
anything actually happening in any of his more recent books. Tantalizing,
yet non-informative. ;-)
It's still rather messy. I'll look into cleaning it up later.
svn-id: r15818
|
|
svn-id: r15817
|
|
svn-id: r15816
|
|
method which is called from go(). This ensures that extrapath is added
to list od default directories after all other paths.
svn-id: r15815
|
|
o Font::loadFont() now normally survives zero-length fonts as used in demos
o Removed unused SndRes::ITEVOC_Resample()
o Fixed playing of voice #4 on old DOS targets
o Implemented playing voices in VOX (Oki ADPCM) format
o Support of Win32 and Linux demos. There was old-style Win32 demo, which
is not supported yet, same is with DOS demo.
svn-id: r15814
|
|
But there's something wrong with the SFX, which can lead to crashes.
svn-id: r15813
|
|
svn-id: r15812
|
|
svn-id: r15811
|
|
svn-id: r15810
|
|
svn-id: r15809
|
|
ScummVM version on OSD. Now it works with the emu.
svn-id: r15808
|
|
where hardware synth is unavailable.
svn-id: r15807
|
|
svn-id: r15806
|
|
non-Win32 platforms.
svn-id: r15805
|
|
- No longer stores a sawtooth waveform twice, once with each sample negated.
- More graceful handling of truncated waveformcache files.
- Fixed tuning of patterns for non-32KHz sample rates (needs checking).
- Note: Waveform cache format changed, will automatically be rebuilt.
svn-id: r15804
|
|
svn-id: r15803
|
|
- Note-on MIDI commands outside the range 12-108 are now raised/lowered by octaves until in range (instead of being ignored).
svn-id: r15802
|
|
- Cleanup
MT32Emu:
- Lots more cleanup.
- Properly implemented pitch bending (not fast, but theoretically perfect).
- Full position delta is now calculated before PCM interpolation/decimation is performed, so that pitch modifiers will be considered.
- Now reports when using SSE or 3DNow, and when the samplerate is invalid.
svn-id: r15801
|