octal-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

hi && API && sampler plugin


From: rm
Subject: hi && API && sampler plugin
Date: Sat Jun 30 02:12:01 2001
User-agent: Mutt/1.2.5i

hi,
        i just joined the list, so hello everyone!  now that i've got
that out of the way....
        i've made a sampler plugin which seems to work ok.  it needs
to be cleaned up a bit though.  i don't see the docs on the wave table
stuff, so as of now, it uses it's own loading and specification file.
(it's at http://async.cx/octal/ for people's amusement, but it might
not make a whole lot of sense at this point).

        now in doing this i ran across the following problem.   
        the way the event switch is laid out in the example plugin is
something like :
        if (value == OFF) 
                // blah
        else {
                play_note(value);
        }       

which is ok for a mono-voiced plugin, but in the case of a
poly-voiced one isn't enough information...you need to know the note
which should be turned off.  
        is this actually the case, or am i missing something?
                
                regards, 
                  rob

----
Robert Melby
Georgia Institute of Technology, Atlanta Georgia, 30332
uucp:     ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!gt4255a
Internet: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]