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/http://creaciodigital.upf.edu/%7Ei50874/

 [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


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


[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] TR909 emulation

2008-06-03 Thread marius schebella
thanks,
this looks like a nice little app. is it supposed to work on osx too?
marius.

raul diaz wrote:
 Hi list!
 
 I would like to share with you my TR909 emulation application made with 
 Pd with a Processing graphical interface.
 
 http://creaciodigital.upf.edu/~i50874/project.php?p1=0p2=0lang=en 
 http://creaciodigital.upf.edu/~i50874/project.php?p1=0p2=0lang=en
 
 I hope you will enjoy it!
 
 Saludos!
 
 
 -- 
 Raul Diaz Poblete
 *
 http://creaciodigital.upf.edu/~i50874/
 
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 Barcelona [Spain]
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


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


Re: [PD] TR909 emulation

2008-06-03 Thread marius schebella
works now. great!
did not have to change permissions on osx for the app.
really nice patch. saving seems to do nothing. what should happen when I 
click on save?
marius.
ps. stripdir and ftos did not load automatically.

raul diaz wrote:
 Hi marius!
 
 It only work on windows but could be very easy to port it to mac or linux.
 
 Pd patch uses vanilla version with sssad abstractions, mrpeach osc 
 library, and some objects from creb and zexy (ead~, multiplex, 
 demultiplex and lister). So you could use it on mac with pd extended.
 Processing interface is a windows application (*.exe) but I could export 
 it as a mac application or as web java applet.
 
 I attached a rar with mac and linux processing interfaces and pd 
 abstractions. Using pd-extended you only need to open tr909.pd and 
 index.html on java applet folder and it must work. You can look at 
 application.macosx folder if you don't want to use graphical interface 
 as web page.
 
 I would like to know if you can run it succesfully on mac.
 
 Saludos!
 
 
 
 2008/6/3 marius schebella [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:
 
 thanks,
 this looks like a nice little app. is it supposed to work on osx too?
 marius.
 
 raul diaz wrote:
 
 Hi list!
 
 I would like to share with you my TR909 emulation application
 made with Pd with a Processing graphical interface.
 
 http://creaciodigital.upf.edu/~i50874/project.php?p1=0p2=0lang=en
 
 http://creaciodigital.upf.edu/%7Ei50874/project.php?p1=0p2=0lang=en
 http://creaciodigital.upf.edu/~i50874/project.php?p1=0p2=0lang=en
 
 http://creaciodigital.upf.edu/%7Ei50874/project.php?p1=0p2=0lang=en
 
 
 I hope you will enjoy it!
 
 Saludos!
 
 
 -- 
 Raul Diaz Poblete
 *
 http://creaciodigital.upf.edu/~i50874/
 http://creaciodigital.upf.edu/%7Ei50874/
 
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 Barcelona [Spain]
 
 
 
 
 
 ___
 Pd-list@iem.at mailto:Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 -- 
 Raul Diaz Poblete
 *
 http://creaciodigital.upf.edu/~i50874/ 
 http://creaciodigital.upf.edu/%7Ei50874/
 
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 Barcelona [Spain]
 
 
 
 -- 
 Raul Diaz Poblete
 *
 http://creaciodigital.upf.edu/~i50874/
 
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 Barcelona [Spain]


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


Re: [PD] TR909 emulation

2008-06-03 Thread raul diaz
Hi marius!

2008/6/3 marius schebella [EMAIL PROTECTED]:

 works now. great!


I'm happy to listen that!


did not have to change permissions on osx for the app.
 really nice patch. saving seems to do nothing. what should happen when I
 click on save?
 marius.
 ps. stripdir and ftos did not load automatically.



Save buttom saves current pattern as a text file using sssad abstractions,
so you can save your pattern, and change pattern number (1-8) in order to
create and combine different patterns at different moments.
But maybe if stripdir doesn't load save buttom doesn't work (because sssad
abstractions use stripdir). Try to import flatspace library where stripdir
is, maybe then the save buttom works.

Saludos!



raul diaz wrote:

 Hi marius!

 It only work on windows but could be very easy to port it to mac or linux.

 Pd patch uses vanilla version with sssad abstractions, mrpeach osc
 library, and some objects from creb and zexy (ead~, multiplex, demultiplex
 and lister). So you could use it on mac with pd extended.
 Processing interface is a windows application (*.exe) but I could export
 it as a mac application or as web java applet.

 I attached a rar with mac and linux processing interfaces and pd
 abstractions. Using pd-extended you only need to open tr909.pd and
 index.html on java applet folder and it must work. You can look at
 application.macosx folder if you don't want to use graphical interface as
 web page.

 I would like to know if you can run it succesfully on mac.

 Saludos!



 2008/6/3 marius schebella [EMAIL PROTECTED] mailto:
 [EMAIL PROTECTED]:

thanks,
this looks like a nice little app. is it supposed to work on osx too?
marius.

raul diaz wrote:

Hi list!

I would like to share with you my TR909 emulation application
made with Pd with a Processing graphical interface.


 http://creaciodigital.upf.edu/~i50874/project.php?p1=0p2=0lang=enhttp://creaciodigital.upf.edu/%7Ei50874/project.php?p1=0p2=0lang=en

 http://creaciodigital.upf.edu/%7Ei50874/project.php?p1=0p2=0lang=en

 http://creaciodigital.upf.edu/~i50874/project.php?p1=0p2=0lang=enhttp://creaciodigital.upf.edu/%7Ei50874/project.php?p1=0p2=0lang=en

 http://creaciodigital.upf.edu/%7Ei50874/project.php?p1=0p2=0lang=en


I hope you will enjoy it!

Saludos!


--Raul Diaz Poblete
*

 http://creaciodigital.upf.edu/~i50874/http://creaciodigital.upf.edu/%7Ei50874/
http://creaciodigital.upf.edu/%7Ei50874/

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Barcelona [Spain]



  

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





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

 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 Barcelona [Spain]



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

 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 Barcelona [Spain]





-- 
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] TR909 emulation

2008-06-03 Thread marius schebella
raul diaz wrote:
 Hi marius!
 
 2008/6/3 marius schebella [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED]:
 
 works now. great!
 
 
 I'm happy to listen that!
 
 
 did not have to change permissions on osx for the app.
 really nice patch. saving seems to do nothing. what should happen
 when I click on save?
 marius.
 ps. stripdir and ftos did not load automatically.
 
 
 
 Save buttom saves current pattern as a text file using sssad 
 abstractions, so you can save your pattern, and change pattern number 
 (1-8) in order to create and combine different patterns at different 
 moments.
 But maybe if stripdir doesn't load save buttom doesn't work (because 
 sssad abstractions use stripdir). Try to import flatspace library where 
 stripdir is, maybe then the save buttom works.

I already did that, no problem. I expected that save would open a save 
dialog or something...
marius.

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


[PD] TR909 emulation

2008-06-02 Thread raul diaz
Hi list!

I would like to share with you my TR909 emulation application made with Pd
with a Processing graphical interface.

http://creaciodigital.upf.edu/~i50874/project.php?p1=0p2=0lang=en

I hope you will enjoy it!

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