Building a Pinkish Pluggo

General and Miscellaneous Topics regarding MsPinky
Post Reply
gavspav
Posts:9
Joined:Fri Jun 09, 2006 9:00 am
Building a Pinkish Pluggo

Post by gavspav » Sat Feb 24, 2007 9:44 pm

I've put in a minor addition to the Pinky Pluggo (in Max/MSP), to send out OSC data from within the plug in.

How do I export my Max patch successfully as a vst plugin? (I am on the Windows platform)

I understand that from the Max Envronment I must choose Build Collective/Application/Plug in but when the 'Collective Editor' appears I am lost.

Is there any documentation on this? I can't find it!

I've tried trial and error but when I load my plug in I get alot of error messages - no such object/ can't find file etc. Also the interface does not appear (just the max patch window) and the udpsend object is not recognized!

Help! Please! Thanks

Gavin
dlpinkstah
Site Admin
Posts:1093
Joined:Mon Jun 07, 2004 9:17 pm

Max46Topics.pdf

Post by dlpinkstah » Sun Feb 25, 2007 4:00 am

There is some very useful documentation on how to save Max/MSP patches as VST plugins. It can be obtained by downloading the full documentation for Max/MSP from the cycling74.com downloads section. The file you'll need to read is "Max46Topics.pdf". The chapter on collectives is key.
gavspav
Posts:9
Joined:Fri Jun 09, 2006 9:00 am

Post by gavspav » Mon Feb 26, 2007 8:39 am

Thanks for that I didn't spot it.

Is the script for creating the PinkyPluggo.dll available?

That would certainly speed things up a bit.

Cheers,

gav

EDIT**** I think I've done it just by including the folder with the js scripts in.
Seems to work on my laptop but not my desktop machine. On my desktop it throws error messages but then so does the original .dll
dlpinkstah
Site Admin
Posts:1093
Joined:Mon Jun 07, 2004 9:17 pm

include the externals

Post by dlpinkstah » Mon Feb 26, 2007 9:32 pm

In the build script for the plugin, you'll need to include these two externals

1) MPTCFS_SA~
2) filename_unmangle

And of course, set toplevel patcher to MPTCFS_plugin.mxb
gavspav
Posts:9
Joined:Fri Jun 09, 2006 9:00 am

Post by gavspav » Tue Feb 27, 2007 11:13 am

Thanks alot for that.

When I import the original Pinky Pluggo .dll (1.5 beta) into Live I get a message:

error:plugconfig: doesn't understand "package"

Is this important?

Gavin

EDIT********Sorry for the crap post. Updating Max & Pluggo sorted this out*****
Post Reply