Re: [PD] Scaling values in pd

2013-09-03 Thread IOhannes zmölnig
On 09/02/2013 06:17 PM, hghoyer wrote: Hi, in Max/MSP there is an object for simple scaling. If you create in MAX these object with this arguments: [scale 0 127 0 500] incomming messages from 0 to 127 are automatically scaled from 0 to 500... honestly i'm of the firm conviction that

Re: [PD] Scaling values in pd

2013-09-03 Thread Mario Mey
IOhannes, you are right only in these cases: 0 127 0 500 0 300 0 1 ... But, if I need: 50 10 0 500 3000 -3000 0.5 0.6 ... I will need a linear equation conversion. As I wrote in last mail, I was needing something like this, first in ActionScript... then in Python... but I never could did

Re: [PD] Scaling values in pd

2013-09-03 Thread Cyrille Henry
Le 03/09/2013 14:06, Mario Mey a écrit : IOhannes, you are right only in these cases: 0 127 0 500 0 300 0 1 ... But, if I need: 50 10 0 500 3000 -3000 0.5 0.6 ... I will need a linear equation conversion. As I wrote in last mail, I was needing something like this, first in ActionScript...

Re: [PD] Scaling values in pd

2013-09-03 Thread Lorenzo Sutton
On 03/09/2013 14:06, Mario Mey wrote: IOhannes, you are right only in these cases: 0 127 0 500 0 300 0 1 ... But, if I need: 50 10 0 500| (assuming you want to map have 50 mapped to the 'minimum'): | [- 10] | [t b f] | / [- ] | [* 12.5] | 3000 -3000 0.5 0.6 [* -1] | [+ 3000] | [/

Re: [PD] Scaling values in pd

2013-09-03 Thread Mario Mey
El 03/09/13 10:11, Lorenzo Sutton escribió: On 03/09/2013 14:06, Mario Mey wrote: IOhannes, you are right only in these cases: 0 127 0 500 0 300 0 1 ... But, if I need: 50 10 0 500| (assuming you want to map have 50 mapped to the 'minimum'): | [- 10] | [t b f] | / [- ] | [* 12.5] |

[PD] A giant step sideways for Pd on Android

2013-09-03 Thread Chris McCormick
Hey all, Just got MIDI input working in PdDroidParty thanks to Peter Brinkmann's new libpd midi glue code. This means you can plug a MIDI controller or keyboard into your Android tablet/phone using the OTG cable, and use it to control Pd on the device. Which means yr gigging setup just

Re: [PD] Scaling values in pd

2013-09-03 Thread Jm Jones
jaja, you can do the math. well, obviously we can always do the math, but he was asking for that particular object. anyway, i appreciate the math examples, surely they empower my brain : ) to the original question, as mentioned above, the object is in pd extended 2013/9/3 Mario Mey

Re: [PD] Pd - Radium

2013-09-03 Thread Kjetil Matheussen
mkdir temp cd temp git clone https://github.com/kmatheussen/radium.git touch audio/*.cpp common/gfx_op_queue_generated.c common/visual_op_queue_proc.h make packages BUILDTYPE=RELEASE ./build_linux.sh -j7 ./start.sh Can you also mail me privately the terminal output when running radium?

Re: [PD] Scaling values in pd

2013-09-03 Thread Jonathan Wilkes
On 09/03/2013 02:32 AM, IOhannes zmölnig wrote: On 09/02/2013 06:17 PM, hghoyer wrote: Hi, in Max/MSP there is an object for simple scaling. If you create in MAX these object with this arguments: [scale 0 127 0 500] incomming messages from 0 to 127 are automatically scaled from 0 to 500...

Re: [PD] Scaling values in pd

2013-09-03 Thread Ed Kelly
Whoops! Here's the other one! Cheers, Ed - Forwarded Message - From: Ed Kelly morph_2...@yahoo.co.uk To: Mario Mey mario...@gmail.com; pd-list@iem.at pd-list@iem.at Sent: Tuesday, 3 September 2013, 22:58 Subject: Re: [PD] Scaling values in pd Couple of tricks for scaling here.

Re: [PD] Finish Him!

2013-09-03 Thread Ed Kelly
'tis the ultimate in geek chic ;-D   Ninja Jamm - a revolutionary new music remix app from Ninja Tune and Seeper, for iPhone and iPad http://www.ninjajamm.com/ Gemnotes-0.2: Live music notation for Pure Data, now with dynamics! http://sharktracks.co.uk/ 

[PD] Nettiquette (was Re: Scaling values in pd)

2013-09-03 Thread Ed Kelly
OUCH! On 09/03/2013 02:32 AM, IOhannes zmölnig wrote: On 09/02/2013 06:17 PM, hghoyer wrote: Hi, in Max/MSP there is an object for simple scaling. If you create in MAX these object with this arguments: [scale 0 127 0 500] incomming messages from 0 to 127 are automatically scaled from 0

Re: [PD] Nettiquette (was Re: Scaling values in pd)

2013-09-03 Thread Jonathan Wilkes
On 09/03/2013 07:00 PM, Ed Kelly wrote: OUCH! On 09/03/2013 02:32 AM, IOhannes zmölnig wrote: On 09/02/2013 06:17 PM, hghoyer wrote: Hi, in Max/MSP there is an object for simple scaling. If you create in MAX these object with this arguments: [scale 0 127 0 500] incomming messages from 0

Re: [PD] Nettiquette (was Re: Scaling values in pd)

2013-09-03 Thread Jm Jones
yeah, im a noob and i really appreciate the knowledge of this beautiful community, keep the good vibes! some really brilliant and humble people here! 2013/9/3 Jonathan Wilkes jancs...@yahoo.com On 09/03/2013 07:00 PM, Ed Kelly wrote: OUCH! On 09/03/2013 02:32 AM, IOhannes zmölnig wrote: