Re: [PD] Getting off the ground with OSC

2015-12-03 Thread dirkx
Hi, here is the liveOSC API : https://github.com/hanshuebner/LiveOSC/blob/master/OSCAPI.txt It's a remotescript for Ableton Live and you can see how it's done here. cheers Dirk Am 03.12.2015 um 18:11 schrieb William Huston: How many people are using OSC for automation, and/or persistence

[PD] Lanbox

2015-12-03 Thread school shoes
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-pack] object (from the lanbox website) which packs data so

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

2015-12-03 Thread IOhannes m zmoelnig
On 2015-12-03 12:41, Si Mills wrote: > Hi > > Is the omission of the Apply btn in the properties dialogues (present in > Pd-extended) 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

[PD] Apply button missing from properties in 0.46.7

2015-12-03 Thread Si Mills
Hi Is the omission of the Apply btn in the properties dialogues (present in Pd-extended) a feature of latest vanilla build or a bug? Thanks ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] Shairport-sync Audio pipe into pure data

2015-12-03 Thread IOhannes m zmoelnig
On 2015-12-03 08:32, corentin THIERCELIN wrote: > Hi, > > I'm using shairport-sync on my Raspberry Pi to get audio from an Airplay > source. Now I'd like to do signal processing on it, via a Pd patch, before > its output to the speakers. > To do so, I tried to use jack with Pd but It's not

Re: [PD] abstractions for [array] (was filename from path)

2015-12-03 Thread Matt Barber
Thanks, When I made [list-l2f] (that is, list-to-float conversion) a few years ago I did route floats and symbols to different outputs. I still like that design, although I could see leaving the routing up to the user, since if they want a single data stream it's doing two extra steps. I'll take

Re: [PD] comport rxerrors on W10

2015-12-03 Thread Martin Peach
This page explains some of where to get the source: https://puredata.info/docs/developer/GettingPdSource comport.c is at http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/iem/comport/comport/ If you're running vanilla, m_pd.h is in the src folder. You can use one of the Visual

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

2015-12-03 Thread Dan Wilcox
“switch to linux” … real helpful :P I brought this up recently on pd-dev: http://lists.puredata.info/pipermail/pd-dev/2015-11/020478.html The curent situation is a bit half-way as the button was removed to match the Apple Human

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

2015-12-03 Thread Si Mills
Wow that's fast! Is it something I can try myself? as I'm trying to fine tune a bunch of gui elements form old abstractions and my right mouse finger is getting tired :) Thanks On 3 December 2015 at 23:58, Dan Wilcox wrote: > Ok, I have it working in the canvas dialog. >

Re: [PD] Getting off the ground with OSC

2015-12-03 Thread michael noble
On Fri, Dec 4, 2015 at 11:35 AM, michael noble wrote: > Rather than asterisk, SooperLooper uses 0 for all loops Apologies, SooperLooper uses -1 to address all loops. But its an integer nonetheless... ___ Pd-list@lists.iem.at

Re: [PD] Getting off the ground with OSC

2015-12-03 Thread michael noble
On Fri, Dec 4, 2015 at 2:11 AM, William Huston wrote: > So does it make sense to have my address space look like this: > > /Screech/MultiOsc*/Sine = 0.5 # sets this parameter in all instances > /Screech/MultiOsc1/Freq = 110 > /Screech/MultiOsc2/Freq = 220 >

Re: [PD] Getting off the ground with OSC

2015-12-03 Thread William Huston
Thanks Michael. If others are following along, I'm just posting the link to SL's OSC implementation. (This app looks exciting to play with apart from the OSC discussion!) http://essej.net/sooperlooper/doc_osc.html On Thu, Dec 3, 2015 at 9:35 PM, michael noble wrote: > > On

Re: [PD] comport rxerrors on W10

2015-12-03 Thread Martin Peach
If you open the diff file in notepad++ it will highlight the lines to be removed in red and the ones to be added in green. The line numbers in blue show the region of the file to be changed, and nearby lines that don't change are in white. So you can manually replace the red lines in comport.c

Re: [PD] Getting off the ground with OSC

2015-12-03 Thread Matt Barber
Not OSC, but for persistence I've usually stored control values in an array and saved the contents of that array. You can also use textfiles or even qlists if you need to store more than numbers.​ ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and