Hi all!
Looking at AKG player documentation only sound effect number, channel and volume are given to sound effect play function. So the note comes from exportedNote
. I was wondering if there is a way to play a sound effect in other note than the exportedNote
one… Could it be possible? I don’t know, maybe overwriting instrument data itself or some ugly monkey patch.
I’m sure that if this is done in this way for very good reason. In fact, it’s very handy not having to deal with note to play when calling play function. But sometimes it’s cool playing a sound effect in different notes or speeds.
Cheers,
Tulo