i'm trying to use the streamin13 external from ext13. it seems that pd finds the external, but has some problem with it. i don't know how i could fic this:
load_object: Symbol "streamin13_tilde_setup" not found streamin13~ ... couldn't create
is it right that netsend/netreceive is not for audio? if i want to receive audio from an external program i need streamio or pipeio. my test with pipeio where not very successful (it took a lot of cpu time and is not portable to windows, because windows has no named pipes).
is there an standalone program which could send audio to streamin(13)~ objects? if not, which data is sent to streamin~, how is the protocol / header?
here is a fixed version of streamin13~ for win.
I had to change two lines to get it compiled with VC++ and added a dummy function streamin13_tilde_setup calling streamin13_setup to get the correct entry point. Sources also included.
Olaf
smoerk schrieb:
i'm trying to use the streamin13 external from ext13. it seems that pd finds the external, but has some problem with it. i don't know how i could fic this:
load_object: Symbol "streamin13_tilde_setup" not found streamin13~ ... couldn't create
is it right that netsend/netreceive is not for audio? if i want to receive audio from an external program i need streamio or pipeio. my test with pipeio where not very successful (it took a lot of cpu time and is not portable to windows, because windows has no named pipes).
is there an standalone program which could send audio to streamin(13)~ objects? if not, which data is sent to streamin~, how is the protocol / header?
On Sun, 09 Dec 2001 18:19:35 +0100, Olaf Matthes wrote:
here is a fixed version of streamin13~ for win.
I had to change two lines to get it compiled with VC++ and added a dummy function streamin13_tilde_setup calling streamin13_setup to get the correct entry point. Sources also included.
i'm using linux, is the fix also for linux?
hi! i don't have any problems with streamin/out13~ do you use single externals or all together as ext13.pd_linux? did you do "make clean" before compiling? regards dieb
btw: the latest version is at http://pd.klingt.org/files/ext13-0.12.tar.gz alternatively you can also use gg's ggext with streamin~/out~ - that's the original version of this external.
On Sun, 09 Dec 2001 18:19:35 +0100, Olaf Matthes wrote:
here is a fixed version of streamin13~ for win.
I had to change two lines to get it compiled with VC++ and added a dummy function streamin13_tilde_setup calling streamin13_setup to get the correct entry point. Sources also included.
i'm using linux, is the fix also for linux?