Re: [PD] Tests -- Pd 0.46-7 Microsoft Windows (installer)

2016-03-30 Thread Lucas Cordiviola
Hi Roman, Tested on win10, installs/uninstalls perfect, no issues. Salutti.Lucarda. Mensaje telepatico asistido por maquinas. From: reduz...@gmail.com To: pd-list@lists.iem.at Date: Mon, 21 Mar 2016 10:52:49 +0100 Subject: Re: [PD] Tests -- Pd 0.46-7 Microsoft Windows (installer) On Sun,

Re: [PD] can signal inlets that aren't the main inlet have float or message methods?

2016-03-30 Thread Derek Kwan
> > an example of an object that uses it? where exactly is this function? > Scope~ itself uses sic_setup (for the leftmost inlet). > -Jonathan Hello, So I gave using class_domainsignalin() and class_addfloat() a shot in the setup of both main and proxy classes in my test external which is what

Re: [PD] Does pd allow RGBA format for GUIs?

2016-03-30 Thread Alexandre Torres Porres
but is it still possible to switch on/off the alpha channel easily? is nothing "urgent" but i'd like to know cheers 2016-03-30 16:30 GMT-03:00 Jonathan Wilkes : > I don't have any plans to do that. Iemgui code is pretty complicated, so > I've > stuck to just keeping the

Re: [PD] Does pd allow RGBA format for GUIs?

2016-03-30 Thread Jonathan Wilkes via Pd-list
I don't have any plans to do that.  Iemgui code is pretty complicated, so I've  stuck to just keeping the basic functionality for now. -Jonathan On Wednesday, March 30, 2016 2:43 PM, Alexandre Torres Porres wrote: 2016-03-16 20:22 GMT-03:00 Jonathan Wilkes 

Re: [PD] Does pd allow RGBA format for GUIs?

2016-03-30 Thread Alexandre Torres Porres
2016-03-16 20:22 GMT-03:00 Jonathan Wilkes : > Pd Vanilla doesn't, and it can't because Tk only has one bit alpha > channel (i.e., either you are completely opaque or completely > transparent). > hey, being either completely opaque or transparent might be good and better than

Re: [PD] know if audio is in patch?

2016-03-30 Thread Jonathan Wilkes via Pd-list
You can also just take the leap and use this in Pd-l2ork: [dsp( <-- global dsp status for the running pd instance|[pdinfo]| On Wednesday, March 30, 2016 11:24 AM, katja wrote: In [output~] included with cyclone it always works. The fix was introduced a while ago

Re: [PD] can signal inlets that aren't the main inlet have float or message methods?

2016-03-30 Thread Jonathan Wilkes via Pd-list
> an example of an object that uses it? where exactly is this function? Scope~ itself uses sic_setup (for the leftmost inlet). -Jonathan On Wednesday, March 30, 2016 11:03 AM, Alexandre Torres Porres wrote: 2016-03-29 18:55 GMT-03:00 Jonathan Wilkes via Pd-list

Re: [PD] know if audio is in patch?

2016-03-30 Thread katja
In [output~] included with cyclone it always works. The fix was introduced a while ago but after Pd-E's last release. Katja On Wed, Mar 30, 2016 at 5:10 PM, Matt Barber wrote: > It will only work after the first time dsp is set with one of those > [output~] objects loaded,

Re: [PD] know if audio is in patch?

2016-03-30 Thread Alexandre Torres Porres
yep, it's for patches without [output~] - but I didn't really know it had that kind os (and similar) logic, thanks cheers 2016-03-30 5:29 GMT-03:00 katja : > Alexandre, a dsp switch with similar functionality is already embedded > in cyclone's output~.pd abstraction. See

Re: [PD] know if audio is in patch?

2016-03-30 Thread Matt Barber
It will only work after the first time dsp is set with one of those [output~] objects loaded, though, right? On Wed, Mar 30, 2016 at 10:56 AM, Alexandre Torres Porres wrote: > yep, it's for patches without [output~] - but I didn't really know it had > that kind os (and

Re: [PD] drag and drop plugins

2016-03-30 Thread me.grimm
oh BTW if you are going to build tkdnd on osx use: https://github.com/radarhere/tkdnd/tree/arctest and checkout the "arctest" branch... thats the one that worked for me On Wed, Mar 30, 2016 at 9:02 AM, me.grimm wrote: > yeah you prob have to compile tkdnd on 10.8 yourself.

Re: [PD] drag and drop plugins

2016-03-30 Thread me.grimm
yeah you prob have to compile tkdnd on 10.8 yourself. the github one was built on 10.11... it is also possible i updated the stock tk version in vanilla from 8.4 -> 8.5 but I am not on that machine right now. if you do a search for tk 8.5 puredata you should find a tutorial for retina screen from

Re: [PD] drag and drop plugins

2016-03-30 Thread hi via Pd-list
thanks for sharing!! but doesn't work (osx 10.8.5, pd-0.46.7), and produces this in pd-window: - Drag and Drop on Window Drag and Drop on Canvas - --- UNHANDLED ERROR: syntax error in expression "[tk windowingsystem] eq "aqua" && "AppKit" ni [winfo server ...": extra tokens at end of

Re: [PD] drag and drop plugins

2016-03-30 Thread megrimm
Try this. Worked for me but untested elsewhere: https://github.com/megrimm/dnd-plugin . > On Mar 30, 2016, at 7:09 AM, hi via Pd-list wrote: > > is there any chance to make it work on osx? > > where would tkdnd have to be installed? > > thanks > > johnny > > >>

Re: [PD] drag and drop plugins

2016-03-30 Thread hi via Pd-list
is there any chance to make it work on osx? where would tkdnd have to be installed? thanks johnny Am 01.03.2016 um 16:30 schrieb patrice colet : > > > Le 01/03/2016 16:04, IOhannes m zmoelnig a écrit : >> On 2016-03-01 15:49, patrice colet wrote: >> >>> >>> I've

Re: [PD] [Scope~] (was Re: can signal inlets that aren't the main inlet have float or message methods?)

2016-03-30 Thread Simon Iten
pdrunsonwindowstoo maybe windows is/was not that case sensitive? > On 30 Mar 2016, at 09:53, IOhannes m zmoelnig wrote: > >> pdrunsonwindowstoo ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] know if audio is in patch?

2016-03-30 Thread katja
Alexandre, a dsp switch with similar functionality is already embedded in cyclone's output~.pd abstraction. See subroutine [pd dsp logic]. Maybe you didn't see it working because the toggle is so small? The GUI is equivalent to Pd-extended's shared output~.pd. You could give the toggle a

[PD] [Scope~] (was Re: can signal inlets that aren't the main inlet have float or message methods?)

2016-03-30 Thread IOhannes m zmoelnig
On 2016-03-30 00:03, Jonathan Wilkes via Pd-list wrote: > Yes, there's a very good reason to employ a solution to a name clash. > Also, using a capital letter in an external name is a poor solution to that > problem. Even calling the thing "pdrunsonwindowstooscope~" would have well, yes or