cheers for that martin, I got it working , but I think I'm going to have to use OSC as Im currently doing a project on music jamming over a network, I tried changing netsend to sendOSC and netrecieve to dumpOSC but it doesnt allow me to connect you wouldnt know the problem no? cheers for the help anyway Adrian
On a single machine you can use "localhost" or "127.0.0.1" for the address. The port number can be any number up to 65535 that isn't being used for something else, which in practice usulally means a number above 1024 (http uses 80, ftp uses 21, etc...). Examples often use 9999. You could also use netsend and netreceive (see attachments) if you don't need the OSC namespace stuff. That way you can send anything at all. If nothing happens, remember you have to send a connect message first to the send object. Martin Adrian deCleir wrote: > sorry about this but Im a real begginer with pd and OSC , I just want to > perform the simple task of sending a note or numbers or anything to myself > using OSC, after that I'll move on to sending it to other pcs on the LAN, > I've went through the patches and stuff shich werent much help as I dont > fully understand what to do. > My question is where do I start , from scratch that is, as in how do I find > out what port to use or what IP address, Im pretty sure I know what IP > address to use as its written already in my network connection settings, > And by the way I do know what each object does but I dont know how to > implement it, even just to send a message to mysel so I'd have an > understanding of the basics > cheers for any help > Adrian > ps I've looked through past posts
Sorry this is a little off Adrian's thread but speaking of OSC does anyone know if I can download the OSC Kit for windows, I can only find one for Mac or UNIX? I want to allow Pd to send audio to some of my own audio applications and was hoping that adding OSC support to my apps could do the trick? Or am I missing the whole concept of the OSC Protocol?
--- Adrian deCleir 0031259@student.ul.ie wrote: > cheers for that martin, I got it working , but I
think I'm going to have to use OSC as Im currently doing a project on music jamming over a network, I tried changing netsend to sendOSC and netrecieve to dumpOSC but it doesnt allow me to connect you wouldnt know the problem no? cheers for the help anyway Adrian
On a single machine you can use "localhost" or "127.0.0.1" for the address. The port number can be any number up to 65535 that isn't being used for something else, which in practice usulally means a number above 1024 (http uses 80, ftp uses 21, etc...). Examples often use 9999. You could also use netsend and netreceive (see attachments) if you don't need the OSC namespace stuff. That way you can send anything at all. If nothing happens, remember you have to send a connect message first to the send object. Martin Adrian deCleir wrote: > sorry about this but Im a real begginer with pd and OSC , I just want to > perform the simple task of sending a note or numbers or anything to myself > using OSC, after that I'll move on to sending it to other pcs on the LAN, > I've went through the patches and stuff shich werent much help as I dont > fully understand what to do. > My question is where do I start , from scratch that is, as in how do I find
out what port to use
or what IP address, Im pretty sure I know what IP > address to use as its written already in my network connection settings, > And by the way I do know what each object does but I dont know how to > implement it, even just to send a message to mysel so I'd have an > understanding of the basics > cheers for any help > Adrian > ps I've looked through past posts
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messenger.yahoo.co.uk
Rory Walsh wrote:
Sorry this is a little off Adrian's thread but speaking of OSC does anyone know if I can download the OSC Kit for windows, I can only find one for Mac or UNIX? I want to allow Pd to send audio to some of my own audio applications and was hoping that adding OSC support to my apps could do the trick? Or am I missing the whole concept of the OSC Protocol?
OSC is for control messages. It's like MIDI but with an infinity of possible messages. Straight audio samples would not be an appropriate use of it though. As I said before, netsend and netreceive will do the same thing. OSC adds a layer of addressing and typechecking, but the addresses and types you send are up to you.
A Windows version is here: http://barely.a.live.fm/pd/OSC/OSCx-win32-0.16-2.zip
Martin
Cheers, I'll look into it, it still sound like it could be very useful for my projects. What about routing audio around the place, I know that Jack exists in Linux for this? At least I think thats what it does? but in Windows(I'm just waiting for the witty linux answers!) how do I output my Pd audio to another application, without using a commerical software/hardware emulator such as virtual audio cable?
--- Martin Peach martinrp@vax2.concordia.ca wrote:
Rory Walsh wrote:
Sorry this is a little off Adrian's thread but speaking of OSC does anyone know if I can download
the
OSC Kit for windows, I can only find one for Mac
or
UNIX? I want to allow Pd to send audio to some of
my
own audio applications and was hoping that adding
OSC
support to my apps could do the trick? Or am I
missing
the whole concept of the OSC Protocol?
OSC is for control messages. It's like MIDI but with an infinity of possible messages. Straight audio samples would not be an appropriate use of it though. As I said before, netsend and netreceive will do the same thing. OSC adds a layer of addressing and typechecking, but the addresses and types you send are up to you.
A Windows version is here: http://barely.a.live.fm/pd/OSC/OSCx-win32-0.16-2.zip
Martin
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messenger.yahoo.co.uk
Adrian deCleir wrote:
cheers for that martin, I got it working , but I think I'm going to have to use OSC as Im currently doing a project on music jamming over a network, I tried changing netsend to sendOSC and netrecieve to dumpOSC but it doesnt allow me to connect you wouldnt know the problem no?
So how far do you get with it? Do you start pd with "pd -lib OSC"? On my machine (running linux, Suse 8.2) pd starts up with this message in the terminal window:
OSCroute object version 1.05 by Matt Wright. pd: jdl Win32 raf. OSCroute Copyright © 1999 Regents of the University of California. All Rights Reserved. O : Open Sound Control 4 PD, http://www.cnmat.berkeley.edu/OSC S : original code by matt wright, pd hakcs cxc, Win32-port raf@interaccess.com C: ver: 0.2, compiled: Oct 31 2003
What platform are you on?
Martin