[pluggo] Re: embarrassing newbie question - developing pluggo
Mattijs Kneppers
mattijs at smadsteck.nl
Sat Apr 12 04:22:17 MDT 2008
- Previous message: [pluggo] Re: embarrassing newbie question - developing pluggo
- Next message: [pluggo] Problem developing plugins for Logic 8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ok, thanks for posting a patch. At first sight there are a couple of problems. - don't use a pp to send the read message to the buffer. You'll need to use the max inferface for that (after loading your plugin, choose 'Interface' in the View dropdown). Check the pluggo reference for sizing it and how to make it show up by default. - for me, at first the plugin didn't show up as a vst in Live but after replacing the plugconfig object for a new one it did. - the playspeed output should be connected to the sig~ object, not directly to the groove~. In general, first try your patch without building it into a plugin. In this case it wouldn't have worked either. - you don't need the dac~ (only for testing), you can leave the whole startwindow thing out. Pluggo automatically turns audio on. I didn't try to implement these points and see if it all works, but maybe you can implement them yourself, see if it works, and if not post your new patch. Cheers, Mattijs
- Previous message: [pluggo] Re: embarrassing newbie question - developing pluggo
- Next message: [pluggo] Problem developing plugins for Logic 8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
