[PD] [PD-announce] PuREST JSON 1.1.0 and 1.1.0+json-c-0.10 released

2014-06-14 Thread Thomas Mayer via Pd-announce via Pd-list
Hello, I am happy to announce the release of PuREST JSON 1.1.0, code name: Wow! Much request! Such test!, as well as version 1.1.0+json-c-0.10, code name: Ye Olde Wow! Much request! Such test! PuREST JSON is a library for working with RESTful HTTP webservices, and JSON data. Authentication and a

Re: [PD] iemguts canvas delete method

2014-06-14 Thread Jonathan Wilkes via Pd-list
On 06/14/2014 02:33 PM, IOhannes m zmölnig via Pd-list wrote: On 06/14/2014 08:13 PM, Jonathan Wilkes via Pd-list wrote: Hi list, Iemguts has an object [canvasdelete] which, when you create it, goes in and adds a "delete" method for canvases. This allows you to send a "delete $1 $2 etc."

Re: [PD] iemguts canvas delete method

2014-06-14 Thread IOhannes m zmölnig via Pd-list
On 06/14/2014 08:13 PM, Jonathan Wilkes via Pd-list wrote: > Hi list, > Iemguts has an object [canvasdelete] which, when you create it, > goes in and adds a "delete" method for canvases. This allows you to > send a "delete $1 $2 etc." message to a canvas, where "$1 $2 etc." are > indices of o

[PD] iemguts canvas delete method

2014-06-14 Thread Jonathan Wilkes via Pd-list
Hi list, Iemguts has an object [canvasdelete] which, when you create it, goes in and adds a "delete" method for canvases. This allows you to send a "delete $1 $2 etc." message to a canvas, where "$1 $2 etc." are indices of objects you wish to delete from a particular canvas. In the code

Re: [PD] Juce/cocoa in pd for vst~ like object

2014-06-14 Thread Pierre Guillot via Pd-list
> > I made a basic pd object that uses juce's plugin hosting routines. To open > a plugin GUI on osx it will need to open a cocoa window. Does anyone know > if that is possible in a pd object? Is pd mac using cocoa yet? > > Hi, you can have a look at the CICM Wrapper (CreamLibrary/Dev/c.juce) http