Hello
I am wondering if anyone on list has got Eric Lyon's book Designing Audio Objects for Max/msp and pd? I have never made any objects for pd but I would like to try to give it a shot. I would like to know if anyone would like to try to make a few objects from some sources that I got several years ago from Christopher Penrose, there was this cool software called PVNation and I am wondering if anyone would like to make a few of the files into a few pd objects? I have attached one of the .c files if anyone is interested please let me know.
Patrick
I have a copy of the book checked out from the library. It's a really great intro to writing externals, although a solid understanding of C is really required to understand the book.
The book unfortunately seems to be out of print, but I'd expect that Max/MSP would have some helpful documentation for writing externals. The process in Pd is very similar.
I suppose I could give these source files a look, although I can't say for sure that I'll have the patience to transform them to externals. Uhhh... what do they do? I would guess a name like PVNation would refer to phase vocoder?
Let me know if I can help you with anything!
Brian
On Wed, Oct 9, 2013 at 12:14 AM, Pagano, Patrick pat@digitalworlds.ufl.eduwrote:
Hello
I am wondering if anyone on list has got Eric Lyon's book Designing Audio Objects for Max/msp and pd? I have never made any objects for pd but I would like to try to give it a shot. I would like to know if anyone would like to try to make a few objects from some sources that I got several years ago from Christopher Penrose, there was this cool software called PVNation and I am wondering if anyone would like to make a few of the files into a few pd objects? I have attached one of the .c files if anyone is interested please let me know.
Patrick
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
This file is similar to the popular fftease objects that were released by Eric and Christopher. I really dug the whole suite when it worked with perl scripts in the early days of OSX and I wished I had a few of the ones working that we're not included in fftease, Aphrodite is one of them. Take a gander and let me k ow if you think it's hopeless to even try and if not lets see what it might take to make an Aphrodite.pd_darwin :-)
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Oct 9, 2013, at 12:55 AM, "Brian Fay" <ovaltinevortex@gmail.commailto:ovaltinevortex@gmail.com> wrote:
I have a copy of the book checked out from the library. It's a really great intro to writing externals, although a solid understanding of C is really required to understand the book.
The book unfortunately seems to be out of print, but I'd expect that Max/MSP would have some helpful documentation for writing externals. The process in Pd is very similar.
I suppose I could give these source files a look, although I can't say for sure that I'll have the patience to transform them to externals. Uhhh... what do they do? I would guess a name like PVNation would refer to phase vocoder?
Let me know if I can help you with anything!
Brian
On Wed, Oct 9, 2013 at 12:14 AM, Pagano, Patrick <pat@digitalworlds.ufl.edumailto:pat@digitalworlds.ufl.edu> wrote: Hello
I am wondering if anyone on list has got Eric Lyon's book Designing Audio Objects for Max/msp and pd? I have never made any objects for pd but I would like to try to give it a shot. I would like to know if anyone would like to try to make a few objects from some sources that I got several years ago from Christopher Penrose, there was this cool software called PVNation and I am wondering if anyone would like to make a few of the files into a few pd objects? I have attached one of the .c files if anyone is interested please let me know.
Patrick
Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Well I certainly don't think it's hopeless, but whether or not it's worth the effort is another question.
The code is calling functions from some external libraries. I'm guessing there is a "pv" and a "helper" library somewhere with the rest of the PVNation code. Do you have the source for the whole project?
I'm also wondering about the flag "-ObjC" in the makefile... is some of the project in Objective C? I'm using Linux so I guess I should expect some things to be different in the build process.
Anyway, I think this could definitely be a feasible project, although I'm not super familiar with all of this stuff...
Brian
On Wed, Oct 9, 2013 at 5:00 AM, Pagano, Patrick pat@digitalworlds.ufl.eduwrote:
This file is similar to the popular fftease objects that were released by Eric and Christopher. I really dug the whole suite when it worked with perl scripts in the early days of OSX and I wished I had a few of the ones working that we're not included in fftease, Aphrodite is one of them. Take a gander and let me k ow if you think it's hopeless to even try and if not lets see what it might take to make an Aphrodite.pd_darwin :-)
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Oct 9, 2013, at 12:55 AM, "Brian Fay" ovaltinevortex@gmail.com wrote:
I have a copy of the book checked out from the library. It's a really great intro to writing externals, although a solid understanding of C is really required to understand the book.
The book unfortunately seems to be out of print, but I'd expect that Max/MSP would have some helpful documentation for writing externals. The process in Pd is very similar.
I suppose I could give these source files a look, although I can't say for sure that I'll have the patience to transform them to externals. Uhhh... what do they do? I would guess a name like PVNation would refer to phase vocoder?
Let me know if I can help you with anything!
Brian
On Wed, Oct 9, 2013 at 12:14 AM, Pagano, Patrick < pat@digitalworlds.ufl.edu> wrote:
Hello
I am wondering if anyone on list has got Eric Lyon's book Designing Audio Objects for Max/msp and pd? I have never made any objects for pd but I would like to try to give it a shot. I would like to know if anyone would like to try to make a few objects from some sources that I got several years ago from Christopher Penrose, there was this cool software called PVNation and I am wondering if anyone would like to make a few of the files into a few pd objects? I have attached one of the .c files if anyone is interested please let me know.
Patrick
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Yes I have the source. I will put it in a Dropbox If you like
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Oct 9, 2013, at 12:41 PM, "Brian Fay" <ovaltinevortex@gmail.commailto:ovaltinevortex@gmail.com> wrote:
Well I certainly don't think it's hopeless, but whether or not it's worth the effort is another question.
The code is calling functions from some external libraries. I'm guessing there is a "pv" and a "helper" library somewhere with the rest of the PVNation code. Do you have the source for the whole project?
I'm also wondering about the flag "-ObjC" in the makefile... is some of the project in Objective C? I'm using Linux so I guess I should expect some things to be different in the build process.
Anyway, I think this could definitely be a feasible project, although I'm not super familiar with all of this stuff...
Brian
On Wed, Oct 9, 2013 at 5:00 AM, Pagano, Patrick <pat@digitalworlds.ufl.edumailto:pat@digitalworlds.ufl.edu> wrote: This file is similar to the popular fftease objects that were released by Eric and Christopher. I really dug the whole suite when it worked with perl scripts in the early days of OSX and I wished I had a few of the ones working that we're not included in fftease, Aphrodite is one of them. Take a gander and let me k ow if you think it's hopeless to even try and if not lets see what it might take to make an Aphrodite.pd_darwin :-)
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020tel:%28352%29%20294-2020
On Oct 9, 2013, at 12:55 AM, "Brian Fay" <ovaltinevortex@gmail.commailto:ovaltinevortex@gmail.com> wrote:
I have a copy of the book checked out from the library. It's a really great intro to writing externals, although a solid understanding of C is really required to understand the book.
The book unfortunately seems to be out of print, but I'd expect that Max/MSP would have some helpful documentation for writing externals. The process in Pd is very similar.
I suppose I could give these source files a look, although I can't say for sure that I'll have the patience to transform them to externals. Uhhh... what do they do? I would guess a name like PVNation would refer to phase vocoder?
Let me know if I can help you with anything!
Brian
On Wed, Oct 9, 2013 at 12:14 AM, Pagano, Patrick <pat@digitalworlds.ufl.edumailto:pat@digitalworlds.ufl.edu> wrote: Hello
I am wondering if anyone on list has got Eric Lyon's book Designing Audio Objects for Max/msp and pd? I have never made any objects for pd but I would like to try to give it a shot. I would like to know if anyone would like to try to make a few objects from some sources that I got several years ago from Christopher Penrose, there was this cool software called PVNation and I am wondering if anyone would like to make a few of the files into a few pd objects? I have attached one of the .c files if anyone is interested please let me know.
Patrick
Pd-list@iem.atmailto:Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Sure, I'd like to check it out! From what I could see on Google it used to be hosted on Chrstopher Penrose's university page, but it looks like that's been removed.
On Wed, Oct 9, 2013 at 2:23 PM, Pagano, Patrick pat@digitalworlds.ufl.eduwrote:
Yes I have the source. I will put it in a Dropbox If you like
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Oct 9, 2013, at 12:41 PM, "Brian Fay" ovaltinevortex@gmail.com wrote:
Well I certainly don't think it's hopeless, but whether or not it's worth the effort is another question.
The code is calling functions from some external libraries. I'm guessing there is a "pv" and a "helper" library somewhere with the rest of the PVNation code. Do you have the source for the whole project?
I'm also wondering about the flag "-ObjC" in the makefile... is some of the project in Objective C? I'm using Linux so I guess I should expect some things to be different in the build process.
Anyway, I think this could definitely be a feasible project, although I'm not super familiar with all of this stuff...
Brian
On Wed, Oct 9, 2013 at 5:00 AM, Pagano, Patrick <pat@digitalworlds.ufl.edu
wrote:
This file is similar to the popular fftease objects that were released by Eric and Christopher. I really dug the whole suite when it worked with perl scripts in the early days of OSX and I wished I had a few of the ones working that we're not included in fftease, Aphrodite is one of them. Take a gander and let me k ow if you think it's hopeless to even try and if not lets see what it might take to make an Aphrodite.pd_darwin :-)
Patrick Pagano B.S,M.F.A Asst. in Digital Art and Science Digital Worlds Institute University of Florida (352) 294-2020
On Oct 9, 2013, at 12:55 AM, "Brian Fay" ovaltinevortex@gmail.com wrote:
I have a copy of the book checked out from the library. It's a really great intro to writing externals, although a solid understanding of C is really required to understand the book.
The book unfortunately seems to be out of print, but I'd expect that Max/MSP would have some helpful documentation for writing externals. The process in Pd is very similar.
I suppose I could give these source files a look, although I can't say for sure that I'll have the patience to transform them to externals. Uhhh... what do they do? I would guess a name like PVNation would refer to phase vocoder?
Let me know if I can help you with anything!
Brian
On Wed, Oct 9, 2013 at 12:14 AM, Pagano, Patrick < pat@digitalworlds.ufl.edu> wrote:
Hello
I am wondering if anyone on list has got Eric Lyon's book Designing Audio Objects for Max/msp and pd? I have never made any objects for pd but I would like to try to give it a shot. I would like to know if anyone would like to try to make a few objects from some sources that I got several years ago from Christopher Penrose, there was this cool software called PVNation and I am wondering if anyone would like to make a few of the files into a few pd objects? I have attached one of the .c files if anyone is interested please let me know.
Patrick
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list