does anyone have experience with sequence xtra?
if so here is my question--
I have been busting my head over the pdf and can not seem to get a signal.
here is the code that I am using. could you please point me in the correct
direction. i tried the demo, but could never figure out how to get it to
receive input from my midi device, which is all i need it for.
global g_song
on prepareMovie
sxOpenSequencer()
gSong = new("sequenceXtra",1)
gSong.sxRecor(1,1)
end
------- on my frame script -------
global g_song
on exitFrame me
sxGetMidiIn()-- returns 0
g_song.sxGetMidiIn()-- returns -10
end
in the meantime while running i am pushing buttons on my drum machine.
What I am trying to do is get it to tell me what the note is
how do I capture events?
thanks in advance,
brian douglas
Brian Douglas (:ub)
============================================================================
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]