I'm neither nuts, nor a consumer. I just happen to be impressed by a patch I came across a while ago, it was a TR 909 emulation and looked very professionnal. It's basically what I'm trying to do: building pd patches (like improved media players, virtual FX racks, video dispatchers...) that can be used by non-pd people, people who are used to interact with "standard" user interfaces, see?
hey
I mean pd patches with a nice looking GUI on top that would play on any computer even without pd installed.
what are you nuts¿ or just a consumer?
ahhh sevy
Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. https://signup.live.com/signup.aspx?id=60969
On Wed, Jun 30, 2010 at 9:46 AM, David Schaffer schafferdavid@hotmail.comwrote:
I'm neither nuts, nor a consumer. I just happen to be impressed by a patch I came across a while ago, it was a TR 909 emulation and looked very professionnal. It's basically what I'm trying to do: building pd patches (like improved media players, virtual FX racks, video dispatchers...) that can be used by non-pd people, people who are used to interact with "standard" user interfaces, see?
The 909 emulation was nice, but i couldn't make it work on Linux. (not only Pd but Processing was needed too). So, you can always control Pd from an external GUI using network messages, but you have to do it smart to keep it platform-independent. Web-Pd is a project i'm very interested in - when it gets vanilla functionality, we'll have a chance to fabricate wonderful GUIs while staying in the browser, which means staying platform-independent (eventually browser-independent too).
Andras
On 2010-06-30 12:50, András Murányi wrote:
On Wed, Jun 30, 2010 at 9:46 AM, David Schaffer schafferdavid@hotmail.comwrote:
I'm neither nuts, nor a consumer. I just happen to be impressed by a patch I came across a while ago, it was a TR 909 emulation and looked very professionnal. It's basically what I'm trying to do: building pd patches (like improved media players, virtual FX racks, video dispatchers...) that can be used by non-pd people, people who are used to interact with "standard" user interfaces, see?
The 909 emulation was nice, but i couldn't make it work on Linux. (not only Pd but Processing was needed too).
what's the problem with proce55ing on linux?
fgma IOhannes
2010/6/30 IOhannes m zmoelnig zmoelnig@iem.at
On 2010-06-30 12:50, András Murányi wrote:
On Wed, Jun 30, 2010 at 9:46 AM, David Schaffer schafferdavid@hotmail.comwrote:
I'm neither nuts, nor a consumer. I just happen to be impressed by a
patch
I came across a while ago, it was a TR 909 emulation and looked very professionnal. It's basically what I'm trying to do: building pd patches (like improved media players, virtual FX racks, video dispatchers...)
that
can be used by non-pd people, people who are used to interact with "standard" user interfaces, see?
The 909 emulation was nice, but i couldn't make it work on Linux. (not
only
Pd but Processing was needed too).
what's the problem with proce55ing on linux?
fgma IOhannes
Uh, I'm sorry, i don't remember any more what was the problem. I just remember the thing didn't work out and it was something with processing.
From a more positive perspective, can someone who succeeded running the 909
emulation on Linux tell us how it goes?
Andras
2010/6/30 IOhannes m zmoelnig zmoelnig@iem.at
On 2010-06-30 12:50, András Murányi wrote:
On Wed, Jun 30, 2010 at 9:46 AM, David Schaffer schafferdavid@hotmail.comwrote:
I'm neither nuts, nor a consumer. I just happen to be impressed by a
patch
I came across a while ago, it was a TR 909 emulation and looked very professionnal. It's basically what I'm trying to do: building pd patches (like improved media players, virtual FX racks, video dispatchers...)
that
can be used by non-pd people, people who are used to interact with "standard" user interfaces, see?
The 909 emulation was nice, but i couldn't make it work on Linux. (not
only
Pd but Processing was needed too).
what's the problem with proce55ing on linux?
fgma IOhannes
so, i tried again, and this is where it gets stuck: http://code.google.com/p/processing/issues/detail?id=142 attached the (non functional) shell-script
Andras
Web-Pd is a project i'm very interested in - when it gets vanilla functionality, we'll have a chance to fabricate wonderful GUIs while staying in the browser, which means staying platform-independent (eventually browser-independent too).
are you the one doing this work? do you have any deadlines about when it will be finished? will it be vanilla-only, or is it possible to add externals?
You can use SwingOSC: http://sourceforge.net/projects/swingosc/ You can build java GUI and control with osc messages. It is weel integrated from inside the SuperCollider language, but it is reported to work weel with PD also.
2010/6/30 András Murányi muranyia@gmail.com:
The 909 emulation was nice, but i couldn't make it work on Linux. (not only Pd but Processing was needed too). So, you can always control Pd from an external GUI using network messages, but you have to do it smart to keep it platform-independent. Web-Pd is a project i'm very interested in - when it gets vanilla functionality, we'll have a chance to fabricate wonderful GUIs while staying in the browser, which means staying platform-independent (eventually browser-independent too).