[PD] [Pd]: TR909 emulation

2008-06-04 Thread [EMAIL PROTECTED]
Hi Raul,

very, very interesting application,  
a nice example of communication between processing and 
Pd worlds. I think I'll learn a lot from your patch
about Pd<->Processing communication 
(and processing programming too), so
first of all thanks for sharing it!
I've few questions/comments:

1) GUI is too large for my poor 15 inches monitor :-(
2) How did you exported the processing interface 
in a single executable?
3) The strategy of providing a full Pd Vanilla distribution
(plus the necessary libraries - OSC,..) plus an 
embedded processing executable (and jar clesses) 
is interesting. Also interesting hiding the Pd with -nogui
option, the feeling is exactly to have a standalone  
instrument...

Cheers,

AlbertoZ
---
http://puredata.org/Members/AlbertoZ
http://alberto.zin.googlepages.com/


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [Pd]: TR909 emulation

2008-06-04 Thread Kevin McCoy
> 2) How did you exported the processing interface
> in a single executable?

This is always possible.  Processing runs on Java, and it can export
complete compiled binaries through a simple click of the menu.

k

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [Pd]: TR909 emulation

2008-06-05 Thread raul diaz
Hi Alberto!


2008/6/4 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

> Hi Raul,
>
> very, very interesting application,
> a nice example of communication between processing and
> Pd worlds. I think I'll learn a lot from your patch
> about Pd<->Processing communication
> (and processing programming too), so
> first of all thanks for sharing it!



Thanks a lot!



>
> I've few questions/comments:
>
> 1) GUI is too large for my poor 15 inches monitor :-(



I'm sorry about that. Somebody has tell me the same problem. I will make
another smaller GUI version. Thanks for the feedback!



>
> 2) How did you exported the processing interface
> in a single executable?


Processing allows to export your code as a java applet for web or as an
executable application...it's easy!


>
> 3) The strategy of providing a full Pd Vanilla distribution
> (plus the necessary libraries - OSC,..) plus an
> embedded processing executable (and jar clesses)
> is interesting. Also interesting hiding the Pd with -nogui
> option, the feeling is exactly to have a standalone
> instrument...


I find Pd a great tool for this kind of small standalone application like
that.
I would like to know alternative usages of Pd in this way from other Pd
users and in other OS (mac, linux)Anybody has something to tell?


Saludos!


-- 
Raul Diaz Poblete
*
http://creaciodigital.upf.edu/~i50874/

[EMAIL PROTECTED]
Barcelona [Spain]
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [Pd]: TR909 emulation

2008-06-08 Thread Kyle Klipowicz
I think this link is relevant.

Cheers list!

http://pc.gamespy.com/pc/spore/853810p1.html

~Kyle

On Thu, Jun 5, 2008 at 3:58 AM, raul diaz <[EMAIL PROTECTED]> wrote:

> Hi Alberto!
>
>
> 2008/6/4 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
>> Hi Raul,
>>
>> very, very interesting application,
>> a nice example of communication between processing and
>> Pd worlds. I think I'll learn a lot from your patch
>> about Pd<->Processing communication
>> (and processing programming too), so
>> first of all thanks for sharing it!
>
>
>
> Thanks a lot!
>
>
>
>>
>> I've few questions/comments:
>>
>> 1) GUI is too large for my poor 15 inches monitor :-(
>
>
>
> I'm sorry about that. Somebody has tell me the same problem. I will make
> another smaller GUI version. Thanks for the feedback!
>
>
>
>>
>> 2) How did you exported the processing interface
>> in a single executable?
>
>
> Processing allows to export your code as a java applet for web or as an
> executable application...it's easy!
>
>
>>
>> 3) The strategy of providing a full Pd Vanilla distribution
>> (plus the necessary libraries - OSC,..) plus an
>> embedded processing executable (and jar clesses)
>> is interesting. Also interesting hiding the Pd with -nogui
>> option, the feeling is exactly to have a standalone
>> instrument...
>
>
> I find Pd a great tool for this kind of small standalone application like
> that.
> I would like to know alternative usages of Pd in this way from other Pd
> users and in other OS (mac, linux)Anybody has something to tell?
>
>
> Saludos!
>
>
> --
> Raul Diaz Poblete
> *
> http://creaciodigital.upf.edu/~i50874/
>
> [EMAIL PROTECTED]
> Barcelona [Spain]
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 
-

 -
  - --
http://perhapsidid.wordpress.com
http://myspace.com/kyleklipowicz
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] [Pd]: TR909 emulation

2008-06-08 Thread raul diaz
Great link Kyle!

Thanks for share it!


2008/6/8 Kyle Klipowicz <[EMAIL PROTECTED]>:

> I think this link is relevant.
>
> Cheers list!
>
> http://pc.gamespy.com/pc/spore/853810p1.html
>
> ~Kyle
>
> On Thu, Jun 5, 2008 at 3:58 AM, raul diaz <[EMAIL PROTECTED]> wrote:
>
>> Hi Alberto!
>>
>>
>> 2008/6/4 [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>>
>>> Hi Raul,
>>>
>>> very, very interesting application,
>>> a nice example of communication between processing and
>>> Pd worlds. I think I'll learn a lot from your patch
>>> about Pd<->Processing communication
>>> (and processing programming too), so
>>> first of all thanks for sharing it!
>>
>>
>>
>> Thanks a lot!
>>
>>
>>
>>>
>>> I've few questions/comments:
>>>
>>> 1) GUI is too large for my poor 15 inches monitor :-(
>>
>>
>>
>> I'm sorry about that. Somebody has tell me the same problem. I will make
>> another smaller GUI version. Thanks for the feedback!
>>
>>
>>
>>>
>>> 2) How did you exported the processing interface
>>> in a single executable?
>>
>>
>> Processing allows to export your code as a java applet for web or as an
>> executable application...it's easy!
>>
>>
>>>
>>> 3) The strategy of providing a full Pd Vanilla distribution
>>> (plus the necessary libraries - OSC,..) plus an
>>> embedded processing executable (and jar clesses)
>>> is interesting. Also interesting hiding the Pd with -nogui
>>> option, the feeling is exactly to have a standalone
>>> instrument...
>>
>>
>> I find Pd a great tool for this kind of small standalone application like
>> that.
>> I would like to know alternative usages of Pd in this way from other Pd
>> users and in other OS (mac, linux)Anybody has something to tell?
>>
>>
>> Saludos!
>>
>>
>> --
>> Raul Diaz Poblete
>> *
>> http://creaciodigital.upf.edu/~i50874/
>>
>> [EMAIL PROTECTED]
>> Barcelona [Spain]
>>
>> ___
>> Pd-list@iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>
>
> --
> -
> 
>  -
>   - --
> http://perhapsidid.wordpress.com
> http://myspace.com/kyleklipowicz




-- 
Raul Diaz Poblete
*
http://creaciodigital.upf.edu/~i50874/

[EMAIL PROTECTED]
Barcelona [Spain]
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list