Hello list,
this might be slightly off-topic as it isn't completely pd-specific. But I am primarily interested in it for pd use...
Would anybody be able and willing to help me to make the OSC-client and OSC-timetag files from the OSC Kit (http://www.cnmat.berkeley.edu/OpenSoundControl/Kit/) accessible from Delphi by a) helping me translate it to Delphi or b) creating a wrapper (Windows) Dll around it.
I would really like to be able to write GUIs for my pd patches with Delphi. I already made progress by separating a nongui 'engine' patch from a separate GUI patch communicating via OSC (which already is a great help to deal with complex patches), but I still feel somewhat limited by only using pd for a GUI, and with complex patches the GUI slows down quite remarkably (as we all know ;-(
I know this is not quite a perfect approach for open source software because it could only reach a rather small amount of developers or users. But I thought it better to ask anyway ;-) What I might eventually release is a highly programmable Joystick-to-OSC(and MIDI?) mapper which could be useful to anybody working with joysticks to control pd. (Windows only if I won't find anybody to help me porting to Kylix).
Thanks for any help Urs
Hallo, Urs Liska hat gesagt: // Urs Liska wrote:
this might be slightly off-topic as it isn't completely pd-specific. But I am primarily interested in it for pd use...
Would anybody be able and willing to help me to make the OSC-client and OSC-timetag files from the OSC Kit (http://www.cnmat.berkeley.edu/OpenSoundControl/Kit/) accessible from Delphi by a) helping me translate it to Delphi or b) creating a wrapper (Windows) Dll around it.
Personally I think, that this is completely off topic on pd-list.
There is a mailing list especially for OSC stuff here: http://www.create.ucsb.edu/mailman/listinfo/osc_dev
Also see: http://www.opensoundcontrol.org/
Frank Barknecht _ ______footils.org_ __goto10.org__
Hi!
Urs Liska wrote:
Would anybody be able and willing to help me to make the OSC-client and OSC-timetag files from the OSC Kit (http://www.cnmat.berkeley.edu/OpenSoundControl/Kit/) accessible from Delphi by a) helping me translate it to Delphi or b) creating a wrapper (Windows) Dll around it.
Some years ago I wrote an OSC-client wrapper for VB. I put the sources and DLL at http://iem.at/~majdak/download/OSC/
There's no documentation, but I think you won't need it. Maybe you it'll help you...
br, Piotr
Hi Piotr,
thank you very much for putting this online. As there are many files in the .zip and I'm not experienced with C/C++, allow me one question: To understand how to use it, I have to read the OSC.cpp file (and maybe the OSC-client.h/c files) and basically can ignore the remaining files?
Anyway, I will have a look at it and am quite sure it will be what I need :-)
Best Urs
Piotr Majdak schrieb:
Hi!
Urs Liska wrote:
Would anybody be able and willing to help me to make the OSC-client and OSC-timetag files from the OSC Kit (http://www.cnmat.berkeley.edu/OpenSoundControl/Kit/) accessible from Delphi by a) helping me translate it to Delphi or b) creating a wrapper (Windows) Dll around it.
Some years ago I wrote an OSC-client wrapper for VB. I put the sources and DLL at http://iem.at/~majdak/download/OSC/
There's no documentation, but I think you won't need it. Maybe you it'll help you...
br, Piotr
Urs Liska wrote:
thank you very much for putting this online. As there are many files in the .zip and I'm not experienced with C/C++, allow me one question: To understand how to use it, I have to read the OSC.cpp file (and maybe the OSC-client.h/c files) and basically can ignore the remaining files?
Yep. However, to compile it to a dll you need all of them.
br, Piotr