[Ohrrpgce] Notate and Midi2bam
Mike Caron
caron.mike at gmail.com
Mon May 23 11:48:04 PDT 2005
Wow, I've seen white noise that was clearer than Midi2Bam...
Ok, here's what I'm trying to do:
BAM has the capability to loop too, but currently, there is no way to
do anything but loop the entire song short of using a hex editor,
unless you're composing the song in Notate, which no-one does.
Everyone uses Midi2Bam.
I want to retrofit Midi2Bam to recognize some MIDI events that will
allow it to add loops. One way to do this would be to take a cue from
the RPG Maker series, which uses a MIDI event 111 (6F) to indicate
where the loop begins.
However, I can't make heads or tails of the program. I think I managed
to detect such an event by adding this code:
IF temp = 111 THEN
tloop% = mtrk&(i)
cloop% = i
END IF
on line 571, but I'm lost as to what I do next. Somehow I need to put
something in song(), but I don't know where or when. Help?
On 5/23/05, Mike Caron <caron.mike at gmail.com> wrote:
> YAYAYYAY!!!!!! WOOT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>
> Ahem.
>
> Patching, here I come!
>
> On 5/23/05, Bob the Hamster <Bob at hamsterrepublic.com> wrote:
> > Yay! Over the weekend, ThorBrian found the MIDI2BAM source code on his
> > computer, and I found the NOTATE source code on my Aunt and Uncle's old
> > computer. I have GPL'ed both, and checked them into subversion. I also
> > found the sources for Stephanie's PC Piano, but some files are missing,
> > and I can't get it to compile right now. I will look for the rest of it
> > this week.
> >
> > You will notice that both NOTATE and MIDI2BAM have their own asmcode
> > subdirectory, which contains a lot of redundant assembly files that are
> > already included in the OHR's asmcode subdirectory. Ideally I want just
> > one asmcode subdirectory, with three different batch files, each to
> > generate a different QLB, since the OHR's allmodex.qlb contains a ton of
> > stuff that notate and midi2bam don't need
> >
> > Once notate is updated to load BAM files directly without the need for
> > silly .NOT files, I think it will be vastly more useful.
> >
> > ---
> > Bob the Hamster
> > _______________________________________________
> > Ohrrpgce-motherhamster.org mailing list
> > ohrrpgce at lists.motherhamster.org
> > http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
> >
>
>
> --
> Mike Caron
> Final Fantasy Q
> http://finalfantasyq.com
>
--
Mike Caron
Final Fantasy Q
http://finalfantasyq.com
More information about the Ohrrpgce
mailing list