caiofranchi / bikinect

Automatically exported from code.google.com/p/bikinect
0 stars 1 forks source link

no OSC feed in OS X #27

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. LAunch mappinect
2. run OSCulator
3. change Osculator port to the configured one in mappinect config file

What is the expected output? What do you see instead?

I get OSCulator waiting for mappinect default OSC out port or changed that port 
in config file and reconfigure OSCulator to the new port, nothing comes on that 
port.
Didn't changed the /mappinect in config file 
OSCulator should display a line starting with /mappinect

What version of the product are you using? On what operating system?

10.8 Mountain Lion with current mappinect

Please provide any additional information below.

Original issue reported on code.google.com by tmp...@gmail.com on 23 Oct 2012 at 10:19

GoogleCodeExporter commented 9 years ago
please provide your mapping code

Original comment by bkuperb...@gmail.com on 23 Oct 2012 at 2:30

GoogleCodeExporter commented 9 years ago
I have no idea about a mapping code.
I assumed according to the mappincet description that it was builtin. I run 
with the default config file with midi and dmx in false.

    <!-- OSC SETTINGS -->
    <osc active="true" method="udp" inPort="7000" outPort="8000" host="127.0.0.1" addressPrefix="/mappInect" /> <!-- OSC DEFAULT SETTINGS. Method can only be "udp" at this time. -->

Original comment by tmp...@gmail.com on 23 Oct 2012 at 3:02