Re: [PD] open $1 GUI - no outlet

2015-06-21 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Use a message instead of object for open $1. ++ Jack Le 21/06/2015 14:05, Michael-Jon Mizra a écrit : open $1 creates a gui object with no outlet - i am trying to patch it to pix_image . my structure goes bng - openpanel - open $1-

[PD] open $1 GUI - no outlet

2015-06-21 Thread Michael-Jon Mizra
open $1 creates a gui object with no outlet - i am trying to patch it to pix_image . my structure goes bng - openpanel - open $1- pix_image - pix_texture thank you ___ Pd-list@lists.iem.at mailing list

Re: [PD] [text3dml] = text3d multiline with all accents

2015-06-21 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 An enhanced version of Gem abstraction [text3d_ml]... Added : clear message : to clear text replace message : to replace a line at a certain position add message : to add a line at the end of the text Now [text3d_ml] returns the number of lines. If

Re: [PD] Error Compiling Gem on Ubuntu 15.04

2015-06-21 Thread Jim Ruxton
I am getting the following errors in compiling Gem on Ubuntu 15.04. Any thought on what I need to do to correct this. Thanks. this has been fixed in Gem's git for a long time. I was having trouble with autoconf so went with the stable version. but there hasn't been a release for an even

Re: [PD] OSC Communication between PD and SC

2015-06-21 Thread Alexandre Torres Porres
works! thanks 2015-06-21 23:42 GMT-03:00 Clifford Dunn beatlebo...@gmail.com: Totally. For the SC side, you actually shouldn't be too specific with the ports. So all that seems to be needed is this: OSCFunc({arg msg, time, add, recvPort; msg.postln;}, '/test'); Then on PD message:

Re: [PD] OSC Communication between PD and SC

2015-06-21 Thread Clifford Dunn
Totally. For the SC side, you actually shouldn't be too specific with the ports. So all that seems to be needed is this: OSCFunc({arg msg, time, add, recvPort; msg.postln;}, '/test'); Then on PD message: connect 127.0.0.1 57120 *connect* object: udpsend 57120 is the default port that SC

Re: [PD] help cloning max's scale

2015-06-21 Thread Alexandre Torres Porres
Some guy in the MAX/MSP facebook group was able to reverse engineer and find the formula. It's [expr out_low + (out_high-out_low) * exp(-1 * (in_high-in_low) * log(power)) * exp(($f1 - in_low) * log(power))], and it seems to just WORK PERFECTLY!! A few more test, and I can get on to cloning

Re: [PD] Error Compiling Gem on Ubuntu 15.04

2015-06-21 Thread IOhannes m zmölnig
On 06/21/2015 03:59 AM, Jim Ruxton wrote: I am getting the following errors in compiling Gem on Ubuntu 15.04. Any thought on what I need to do to correct this. Thanks. this has been fixed in Gem's git for a long time. I was having trouble with autoconf so went with the stable version. but