[pluggo] Re: scheduler and main thread in pluggo
Mattijs Kneppers
mattijs at smadsteck.nl
Wed Nov 21 04:30:29 MST 2007
- Previous message: [pluggo] adsr~ & poly~
- Next message: [pluggo] controlling un-pluggo parameters in ableton?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quote: Andrew Pask wrote on Fri, 12 January 2007 00:57 ---------------------------------------------------- > > > No - there's no way to change the thread it is running in. > > What are you trying to do? > > -A > > ---------------------------------------------------- Hi Andrew, I was just looking into the pluggo dev guide, under runtime issues, it reads: "When parameter automation is employed by the host mixer, parameter changes may be sent from the host to the plug-in at interrupt level." This is about automation data entering the pluggo with pp, right? Now when I do this: #P window setfont "Sans Serif" 9.; #P window linecount 1; #P newex 127 214 32 196617 print; #P newex 127 190 88 196617 mxj WhichThread; #P newex 127 166 20 196617 t b; #N pp 1 param; #P newobj 127 143 60 196617 pp 1 param; #P connect 2 0 3 0; #P connect 1 0 2 0; #P connect 0 0 1 0; #P window clipboard copycount 4; , WhichThread reports "MAIN" when a parameter change is sent to the plugin. I would expect it to say "SCHEDULER". Is this easy to explain? In that case, I'd love to know. Best, Mattijs -- SmadSteck - http://www.smadsteck.nl Hard- and software for interactive audiovisual sampling
- Previous message: [pluggo] adsr~ & poly~
- Next message: [pluggo] controlling un-pluggo parameters in ableton?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
