Re: [PD] Lanbox

2015-12-04 Thread school shoes
great, sorry i somehow missed your reply on the forum - thanks very much for sharing your patch! i had a go and some lights in the theatre are definitely coming up, which is exciting. however i’m still unsure about how to address specific channels. in your dec2hex abstraction i noticed that the

Re: [PD] Apply button missing from properties in 0.46.7

2015-12-04 Thread Dan Wilcox
Here’s another followup dialog_iemgui cleanup proof of concept: https://www.flickr.com/photos/danomatika/23423140732/in/datetaken-public I mainly cleaned up inconsistencies, alignment, & a few bugs (vu scale/no_scale but

[PD] FFTease and Pd 0.46.7

2015-12-04 Thread Si Mills
Hi List Wondering is anyone else finding this library broken in 0.46.x? I imagine changes to the Pd core recently have made this version incompatible. It's working on the latest build Pd-x 0.44. Tested: Pd 0.46.7, FFTease 2.5.2 and OSX 10.10.5 Cheers _

Re: [PD] Apply button missing from properties in 0.46.7

2015-12-04 Thread IOhannes m zmölnig
On 12/04/2015 11:27 AM, Simon Iten wrote: > this should be default on all platforms :-) while i'm not really opposed personally, i think we should follow the design guidelines for the various platforms, rather than trying to bring linux features to apple (or vice versa, or...). a nice a nifty fea

Re: [PD] Windows: adc~: no method for 'set'

2015-12-04 Thread Miller Puckette
This feature didn't make it into 0.46 - but apparently the help window sneaked in early. If you want it, grab and compile the lates from git. cheers Miller On Fri, Dec 04, 2015 at 09:23:35AM -0500, Matt Barber wrote: > Same on OSX (0.46.7 Vanilla). > > On Fri, Dec 4, 2015 at 8:30 AM, Roman Haef

Re: [PD] Getting off the ground with OSC

2015-12-04 Thread William Huston
Thank you Roman! I very much appreciate this, and also your prior invitation to participate in NetPD jams. I hadn't realized that you'd already solved many of these problems. I'll be in touch off-list. I am very excited about collaboration. :) On Friday, December 4, 2015, Roman Haefeli wrote

Re: [PD] Windows: adc~: no method for 'set'

2015-12-04 Thread Matt Barber
Same on OSX (0.46.7 Vanilla). On Fri, Dec 4, 2015 at 8:30 AM, Roman Haefeli wrote: > Hey > > The 'set' method for [dac~] and [adc~] does not work in Windows. I get: > > adc~: no method for 'set' > > Since recently, even the 'Test Audio and MIDI' patch uses this feature. > Thus the patch does not

Re: [PD] Apply button missing from properties in 0.46.7

2015-12-04 Thread Liam Goodacre
ded) a feature of latest vanilla build or a bug? > > > > > > a feature¹. > > > > http://lists.puredata.info/namazu/pd-list/namazu.cgi?query=apply+button > > > > gsdfmt > > IOhannes > > > > ¹ that should go away. in the meantime

Re: [PD] comport rxerrors on W10

2015-12-04 Thread rolfm
LINK : fatal error LNK1181: cannot open input file 'C:\Programme\Microsoft Visual Studio\Vc98\lib\libc.lib' above the next error. VC 2008 doesn't have a libc.lib. libc.lib is the first in a list in the makefile_win. $(VIS_CPP_PATH)\lib\libc.lib \ $(VIS_CPP_PATH)\lib\oldnames.lib

Re: [PD] Lanbox

2015-12-04 Thread Alexandros Drymonitis
Maybe I'm that someone from the old forum post. I use the lanbox with [comport], not via UDP. I copied the messages output by the [lanbox] external in Max, which used hexadecimal number (if I remember correctly) where one of them was the channel and another the value (among other values). The patch

[PD] Windows: adc~: no method for 'set'

2015-12-04 Thread Roman Haefeli
Hey The 'set' method for [dac~] and [adc~] does not work in Windows. I get: adc~: no method for 'set' Since recently, even the 'Test Audio and MIDI' patch uses this feature. Thus the patch does not fully work under Windows. Also is the 'set' method not documented in adc~_dac~-help.pd (or I'm no

Re: [PD] Lanbox

2015-12-04 Thread Martin Peach
On Fri, Dec 4, 2015 at 2:22 AM, school shoes wrote: > Hello, > > I was wondering if anyone on the list has successfully used pd with a > Lanbox dmx controller and is able to tell me how i should format the > messages to communicate via mrpeach/udpsend? > > It works with Max Msp using the [lcudp-p

Re: [PD] Apply button missing from properties in 0.46.7

2015-12-04 Thread Dan Wilcox
:) Didn’t take much code to change, really. I’ll check again about focus highlight on buttons since, on OSX at least, you can toggle buttons with the spacebar but you can’t tell which one you’re on. I’ve also been playing around with cleaning up the iemgui dialog. I added tooltips to the param

Re: [PD] Apply button missing from properties in 0.46.7

2015-12-04 Thread Simon Iten
this should be default on all platforms :-) > On 04 Dec 2015, at 09:55, Dan Wilcox wrote: > > I think I’ve basically got it working well for dialog_gatom: > https://www.youtube.com/watch?v=PZCjgIFMc9g > > > The entry widgets now unbind the enter k

Re: [PD] Getting off the ground with OSC

2015-12-04 Thread Roman Haefeli
Hey William netpd does a lot already of what you describe. It's used for both, syncing between clients, but also for saving and restoring presets. The design of netpd is quite similar to your proposal. Instruments are assigned a numeric id so that they can be treated separately when storing or d

Re: [PD] Apply button missing from properties in 0.46.7

2015-12-04 Thread Dan Wilcox
I think I’ve basically got it working well for dialog_gatom: https://www.youtube.com/watch?v=PZCjgIFMc9g The entry widgets now unbind the enter key from closing the dialog when they receive focus and then rebind it after they lose it. This allows fo