[ scummvm-Patches-977249 ] FBEAR: Partial fix for the piano

SourceForge.net noreply at sourceforge.net
Tue Jun 22 08:43:02 CEST 2004


Patches item #977249, was opened at 2004-06-22 08:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=977249&group_id=37116

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Torbjörn Andersson (eriktorbjorn)
Assigned to: Nobody/Anonymous (nobody)
Summary: FBEAR: Partial fix for the piano

Initial Comment:
This is an incomplete attempt at getting the piano in
Fatty Bear's Birthday surprise to work a bit better.

Currently it always plays the same note, no matter
which key you hit. There are two different mechanisms
for specifying the note: The standard piano sound uses
o6_startSound()'s "offset" parameter, while the
digitized instruments uses o6_setVolume()'s second case
to specify which frequency the next sound effect should
be played at.

Or at least that's my guesses.

There are several things that need to be done, though.
The patch doesn't do anything about the standard piano
sound, and when using digitized sounds you can't play a
new note until the old note has ended.

I don't want to apply this patch myself since some of
my changes don't agree with the comments in the code.
Still, it's a start.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=977249&group_id=37116




More information about the Scummvm-tracker mailing list