[PD] Purr Data 2.4.1

2017-10-22 Thread Jonathan Wilkes via Pd-list
Hi list, Purr Data 2.4.1 is out: https://github.com/jonwwilkes/purr-data/releases/tag/2.4.1 Please report bugs here: https://git.purrdata.net/jwilkes/purr-data/issues * update [expr] family to the same codebase as Pd Vanilla 0.48 * fix bug that prevented file path in [draw image] from working *

Re: [PD] initbang in vanilla (was Re: how to destroy/delete an object with dynamic patching?)

2017-10-22 Thread Alexandre Torres Porres
2017-10-22 19:52 GMT-02:00 Miller Puckette : > I've been thinking about some sort of such extention of loadbang - also > to allow you to specify the message, as in "loadbang 5" - I think that > would get a lot of use. It would certainly do! There is already an external for this

Re: [PD] pd-0.48 OSX 10.8.5 right click not working

2017-10-22 Thread hi via Pd-list
I ran it that way and it is working! What does that mean? Am 23.10.2017 um 00:00 schrieb Dan Wilcox : > Can you run Pd form Terminal using the following and test? > > wish8.4 /Applications/Pd-0.48-0.app/Contents/Resources/tcl/pd-gui.tcl > >> On Oct 22, 2017, at 11:52 PM,

Re: [PD] pd-0.48 OSX 10.8.5 right click not working

2017-10-22 Thread Dan Wilcox
Can you run Pd form Terminal using the following and test? wish8.4 /Applications/Pd-0.48-0.app/Contents/Resources/tcl/pd-gui.tcl > On Oct 22, 2017, at 11:52 PM, pd-list-requ...@lists.iem.at wrote: > > Date: Sun, 22 Oct 2017 21:46:01 +0200 > From: hi

Re: [PD] initbang in vanilla (was Re: how to destroy/delete an object with dynamic patching?)

2017-10-22 Thread Miller Puckette
I've been thinking about some sort of such extention of loadbang - also to allow you to specify the message, as in "loadbang 5" - I think that would get a lot of use. But I don't have a solid sense of what the design should be (and am always afraid of implementing something before I understand

[PD] pd-0.48 OSX 10.8.5 right click not working

2017-10-22 Thread hi via Pd-list
Dear list i found that there are problems with pd-0.48.0 that there have not been there with 0.47.1 on osx. I am on 10.8.5 and use the 32bit versions. Problems are: - right mouse click does not work - scrawling does not work ( i think the windows are not aware that there is content beyond its

Re: [PD] initbang in vanilla (was Re: how to destroy/delete an object with dynamic patching?)

2017-10-22 Thread Dan Wilcox
Or [loadbang] could have a second outlet for init bangs... > On Oct 22, 2017, at 7:35 PM, pd-list-requ...@lists.iem.at wrote: > > I can think of an easier solution that doesn't even require another Pd > object: [loadbang] could take a non zero argument to turn it into > [initbang]. That'd be so

[PD] Gem stereo mode red/green vs red/cyan

2017-10-22 Thread hi via Pd-list
Dear List I know it has been asked before, but i cannot find any answer. Is there a way to change the colors of the stereo mode of gemwin from red/green to red/cyan? best, Jonas ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] initbang in vanilla (was Re: how to destroy/delete an object with dynamic patching?)

2017-10-22 Thread IOhannes m zmölnig
On 10/22/2017 07:35 PM, Alexandre Torres Porres wrote: > Am I close? yes. thank you. gfmsard IOhannes signature.asc Description: OpenPGP digital signature ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] initbang in vanilla (was Re: how to destroy/delete an object with dynamic patching?)

2017-10-22 Thread Alexandre Torres Porres
Ok, you have a good point and now I seem to finally understand what you mean. It's not that this has been argued over and over only to get strong rejections as I was assuming. Seems I got confused yet again. Apparently, the deal is that this has been long requested over and over, but all that

Re: [PD] [coll] Object "inconsistent output"

2017-10-22 Thread Alexandre Torres Porres
please report it here https://github.com/porres/pd-cyclone/issues 2017-10-22 9:35 GMT-02:00 José Rafael Subía Valdez : > Hello List > > I have been using the [coll] object as part of my preset system. But I ran > into an issue that I wanted to bring up. > > [coll] can

Re: [PD] Support Gem/Deken Development

2017-10-22 Thread Dan Wilcox
Note that Apple does not really support Vulkan as they would prefer people use their own Metal library and MS has a competing "standard". This would also necessitate removal and/or wrapping of the GEM old-style open gl immediate mode approach which was superseded in OpenGL 3 (i believe) and not

Re: [PD] initbang in vanilla (was Re: how to destroy/delete an object with dynamic patching?)

2017-10-22 Thread Dan Wilcox
Maybe a further solution would be to have an optional [initbang] (or something similarly named) in the core "extra" externals which simply wraps the interface provided within vanilla and is overridable and/or optional when compiling. > On Oct 21, 2017, at 12:00 PM, pd-list-requ...@lists.iem.at

Re: [PD] Support Gem/Deken Development

2017-10-22 Thread Max
On 2017년 10월 21일 21:52, Jérôme Abel wrote: What would be the goals (64 bits, AVFoundation for Mac OSX, ...) A Vulkan rewrite? https://www.khronos.org/vulkan/ ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] (simple) questions about [plot]

2017-10-22 Thread Christof Ressi
> 1 into the inlet makes plot visible, 0 makes it invisible. to add some info: this toggles visibility for all instances of the struct. if you want to control visibility per instance then use the "-v" flag together with a field name of your struct and control it with the [set] object (which

Re: [PD] (simple) questions about [plot]

2017-10-22 Thread JonathanFrank
hi rolf, 1 into the inlet makes plot visible, 0 makes it invisible. for color you need to define a float variable in struct so that you can change the color with set in polygon/curve/symbol/number. jonathan     Gesendet: Sonntag, 22. Oktober 2017 um 13:26 Uhr Von: ro...@dds.nl An: "Pd

[PD] [coll] Object "inconsistent output"

2017-10-22 Thread José Rafael Subía Valdez
Hello List I have been using the [coll] object as part of my preset system. But I ran into an issue that I wanted to bring up. [coll] can store symbols and floats/ints as lists, however, the information in [coll] changes if it is loaded from a text file or if it is recorded inside the object

[PD] (simple) questions about [plot]

2017-10-22 Thread rolfm
hi list, in the [plot]-help-file is says: "alternatively, an optional "-v [variable]" flag to assign a variable to make this visible/invisible." when creating the object, using at -v 1 makes is visible, -v 0 hides it. but how to change this during runtime? same question for the color.

Re: [PD] leapmotion.pd_linux can't create troubleshooting

2017-10-22 Thread Max
I doubt that, because the SDK v2 is windows only from the LEAP software side. On 2017년 10월 21일 17:32, João Pais wrote: you mean https://github.com/chikashimiyama/Pd_Leapmotion_win? I only commissioned the windows version, but I imagine that anyone can compile it for other OSs. 2017-10-20