oligau / xwax-1.5-osc

OSC server branch for use with touchwax client
GNU General Public License v2.0
4 stars 3 forks source link

wrap osc-stuff in conditions #1

Open othmar52 opened 10 years ago

othmar52 commented 10 years ago

i wondered if all osc-related code should be wrapped in

ifdef WITH_OSC

osc related code

endif

and enable osc with ./configure --enable-osc

probably then we have a better chance to get osc-functionality merged into xwax-core!?

i did the same thing with the tcp-hack http://pastebin.com/fwYFcZbK

oligau commented 10 years ago

Yes. You're right. That's something I'll do soon.

On 28/03/14 05:59 AM, othmar52 wrote:

i wondered if all osc-related code should be wrapped in

ifdef WITH_OSC

osc related code

endif

and enable osc with ./configure --enable-osc

probably then we have a better chance to get osc-functionality merged into xwax-core!?

i did the same thing with the tcp-hack http://pastebin.com/fwYFcZbK

— Reply to this email directly or view it on GitHub https://github.com/oligau/xwax-1.5-osc/issues/1.

othmar52 commented 10 years ago

i tried to create those conditions based on a diff between xwax-1.5-vanilla and this repo. http://pastebin.com/Hy5xRjX4

unfortunately i did not have success. maybe you save some time when you use my tryout as a start. case not - no problem and just forget it :)