Hi all,
Does anyone know of a simple external port example from Max/MSP into flext/Pd? It seems that this is not a very common route so I am looking for some preferably simple external for my student to be able to compare code in order to learn more about the process and ultimately figure out how to port such externals to Pd via flext.
Any help is most appreciated!
Best wishes,
Ico
I think (and others may correct me) that flext is more for creating externals that work for either Pd or Max/MSP. That is, using the flext framework from the get-go will provide a very portable external package.
I don't believe that flext will add any ease to making an external that was written without it (flext) available for Pd from Max or vice versa.
Anyone?
~Kyle
On 2/19/07, Ivica Ico Bukvic ico.bukvic@gmail.com wrote:
Hi all,
Does anyone know of a simple external port example from Max/MSP into flext/Pd? It seems that this is not a very common route so I am looking for some preferably simple external for my student to be able to compare code in order to learn more about the process and ultimately figure out how to port such externals to Pd via flext.
Any help is most appreciated!
Best wishes,
Ico
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I am aware of that but we are in a situation where we wish to port a Max/MSP external to PD and are opting to going with flext because if we do this, then the original maintainers won't have to deal with two different code bases and as such are more likely to opt for maintaining flext port themselves.
So, what we need is an example of a simple port from Max/MSP external to see what are relationships between the two, knowing that it may not be as straightforward as originally thought.
Hope this clarifies things a bit.
Ico
-----Original Message----- From: Kyle Klipowicz [mailto:kyleklip@gmail.com] Sent: Monday, February 19, 2007 6:01 PM To: Ivica Ico Bukvic Cc: pd-list@iem.at; hideaway@vt.edu Subject: Re: [PD] looking for an example port of a max/msp external to flext
I think (and others may correct me) that flext is more for creating externals that work for either Pd or Max/MSP. That is, using the flext framework from the get-go will provide a very portable external package.
I don't believe that flext will add any ease to making an external that was written without it (flext) available for Pd from Max or vice versa.
Anyone?
~Kyle
On 2/19/07, Ivica Ico Bukvic ico.bukvic@gmail.com wrote:
Hi all,
Does anyone know of a simple external port example from Max/MSP into flext/Pd? It seems that this is not a very common route so I am looking
for
some preferably simple external for my student to be able to compare
code in
order to learn more about the process and ultimately figure out how to
port
such externals to Pd via flext.
Any help is most appreciated!
Best wishes,
Ico
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
http://theradioproject.com http://perhapsidid.blogspot.com
(((())))(()()((((((((()())))()(((((((())()()())()))) (())))))(()))))))))))))(((((((((((()()))))))))((()))) ))(((((((((((())))())))))))))))))))__________ _____())))))(((((((((((((()))))))))))_______ ((((((())))))))))))((((((((000)))oOOOOOO
In CVS:
externals/io/wiiremote externals/io/hidio (pretty rough still) externals/boids externals/olafmatt/flashserver
Those are all Max->Pd ports.
.hc
On Feb 19, 2007, at 6:19 PM, Ivica Ico Bukvic wrote:
I am aware of that but we are in a situation where we wish to port
a Max/MSP external to PD and are opting to going with flext because if we do
this, then the original maintainers won't have to deal with two different
code bases and as such are more likely to opt for maintaining flext port themselves.So, what we need is an example of a simple port from Max/MSP
external to see what are relationships between the two, knowing that it may not be as straightforward as originally thought.Hope this clarifies things a bit.
Ico
-----Original Message----- From: Kyle Klipowicz [mailto:kyleklip@gmail.com] Sent: Monday, February 19, 2007 6:01 PM To: Ivica Ico Bukvic Cc: pd-list@iem.at; hideaway@vt.edu Subject: Re: [PD] looking for an example port of a max/msp
external to flextI think (and others may correct me) that flext is more for creating externals that work for either Pd or Max/MSP. That is, using the
flext framework from the get-go will provide a very portable external package.I don't believe that flext will add any ease to making an external that was written without it (flext) available for Pd from Max or vice versa.
Anyone?
~Kyle
On 2/19/07, Ivica Ico Bukvic ico.bukvic@gmail.com wrote:
Hi all,
Does anyone know of a simple external port example from Max/MSP into flext/Pd? It seems that this is not a very common route so I am
lookingfor
some preferably simple external for my student to be able to compare
code in
order to learn more about the process and ultimately figure out
how toport
such externals to Pd via flext.
Any help is most appreciated!
Best wishes,
Ico
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
http://theradioproject.com http://perhapsidid.blogspot.com
(((())))(()()((((((((()())))()(((((((())()()())()))) (())))))(()))))))))))))(((((((((((()()))))))))((()))) ))(((((((((((())))())))))))))))))))__________ _____())))))(((((((((((((()))))))))))_______ ((((((())))))))))))((((((((000)))oOOOOOO
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
The arc of history bends towards justice. - Dr. Martin Luther
King, Jr.
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
In CVS:
externals/io/wiiremote externals/io/hidio (pretty rough still) externals/boids externals/olafmatt/flashserver
Those are all Max->Pd ports.
Another one is externals/vbap/rvbap.c which even still compiles for both Max and Pd.
However none of these use flext. One external I know that was ported from C to flext and that has source available would be iiwu~ that was a C external for Pd here: http://www.westnet.com/~lt/pd/ and now is a flext external called fluid~. There even is the intermediate flext-iiwu~ still available in the CVS, all in /exernals/footils/...
But Ico, if you're looking for Max externals' source code, you may have more luck on the max-list.
Frank Barknecht _ ______footils.org_ __goto10.org__
Using flext?
Ico
-----Original Message----- From: Hans-Christoph Steiner [mailto:hans@eds.org] Sent: Monday, February 19, 2007 10:10 PM To: Ivica Ico Bukvic Cc: 'Kyle Klipowicz'; pd-list@iem.at; hideaway@vt.edu Subject: Re: [PD] looking for an example port of a max/msp external to flext
In CVS:
externals/io/wiiremote externals/io/hidio (pretty rough still) externals/boids externals/olafmatt/flashserver
Those are all Max->Pd ports.
.hc
On Feb 19, 2007, at 6:19 PM, Ivica Ico Bukvic wrote:
I am aware of that but we are in a situation where we wish to port a Max/MSP external to PD and are opting to going with flext because if we do this, then the original maintainers won't have to deal with two different code bases and as such are more likely to opt for maintaining flext port themselves.
So, what we need is an example of a simple port from Max/MSP external to see what are relationships between the two, knowing that it may not be as straightforward as originally thought.
Hope this clarifies things a bit.
Ico
-----Original Message----- From: Kyle Klipowicz [mailto:kyleklip@gmail.com] Sent: Monday, February 19, 2007 6:01 PM To: Ivica Ico Bukvic Cc: pd-list@iem.at; hideaway@vt.edu Subject: Re: [PD] looking for an example port of a max/msp external to flext
I think (and others may correct me) that flext is more for creating externals that work for either Pd or Max/MSP. That is, using the flext framework from the get-go will provide a very portable external package.
I don't believe that flext will add any ease to making an external that was written without it (flext) available for Pd from Max or vice versa.
Anyone?
~Kyle
On 2/19/07, Ivica Ico Bukvic ico.bukvic@gmail.com wrote:
Hi all,
Does anyone know of a simple external port example from Max/MSP into flext/Pd? It seems that this is not a very common route so I am looking
for
some preferably simple external for my student to be able to compare
code in
order to learn more about the process and ultimately figure out how to
port
such externals to Pd via flext.
Any help is most appreciated!
Best wishes,
Ico
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
--
http://theradioproject.com http://perhapsidid.blogspot.com
(((())))(()()((((((((()())))()(((((((())()()())()))) (())))))(()))))))))))))(((((((((((()()))))))))((()))) ))(((((((((((())))())))))))))))))))__________ _____())))))(((((((((((((()))))))))))_______ ((((((())))))))))))((((((((000)))oOOOOOO
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
Hi,
I ported some pd externals to Max using flext. Do you think they would be useful? Otherwise look at the flext tutorial: there you'll find several examples of flext-based externals corresponding to some of the pd externals supplied with the HOWTO for pd (http://iem.at/pd/externals-HOWTO/).
Best, Stefano
On Mon, February 19, 2007 22:44, Ivica Ico Bukvic said:
Hi all,
Does anyone know of a simple external port example from Max/MSP into flext/Pd? It seems that this is not a very common route so I am looking for some preferably simple external for my student to be able to compare code in order to learn more about the process and ultimately figure out how to port such externals to Pd via flext.
Any help is most appreciated!
Best wishes,
Ico
The problem is that we are trying to get a Max/MSP external ported into flext, not directly to Pd (but obviously flext version would work fine for both Pd and Max). In this scenario dealing with something that is done the other way around is not as helpful for a newcomer to the flext.
Also, forgot to mention preferred examples would be signal-based...
All that being said, I guess whatever you might have should prove to be better than nothing.
Many thanks!
Ico
-----Original Message----- From: Stefano Papetti [mailto:papetti@sci.univr.it] Sent: Tuesday, February 20, 2007 6:29 AM To: Ivica Ico Bukvic Cc: pd-list@iem.at; hideaway@vt.edu Subject: Re: [PD] looking for an example port of a max/msp external to flext
Hi,
I ported some pd externals to Max using flext. Do you think they would be useful? Otherwise look at the flext tutorial: there you'll find several examples of flext-based externals corresponding to some of the pd externals supplied with the HOWTO for pd (http://iem.at/pd/externals-HOWTO/).
Best, Stefano
On Mon, February 19, 2007 22:44, Ivica Ico Bukvic said:
Hi all,
Does anyone know of a simple external port example from Max/MSP into flext/Pd? It seems that this is not a very common route so I am looking
for
some preferably simple external for my student to be able to compare
code in
order to learn more about the process and ultimately figure out how to
port
such externals to Pd via flext.
Any help is most appreciated!
Best wishes,
Ico