stufisher / LiveOSC2

New version of LiveOSC for Live 9
99 stars 31 forks source link

Does this still work? #5

Closed ThrashJazzAssassin closed 7 years ago

ThrashJazzAssassin commented 7 years ago

I've been trying LiveOSC2 on Live9.7.2 and it doesn't respond to any OSC messages. I know it's receiving them because I checked with OSCmonitor from https://github.com/Ableton/m4l-connection-kit

Are there installation instructions missing in the docs? or has it been broken by 2 years of Ableton Live updates?

Thanks

AdrianoEcker commented 7 years ago

Olá, eu também estou tentando. Se conseguir algo eu te aviso. ok

grmcom commented 7 years ago

Hi guys i tried pchdevs fork this week and it seemed to work fine. https://github.com/pchdev/LiveOSC2

AdrianoEcker commented 7 years ago

Which port do you use to send and receive OSC data? I installed everything correctly but I can not send or receive anything.

capturar

stufisher commented 7 years ago

Done a fair few tests today and it seems to work ok for me (also fixed a load of bugs, but not ones that stop it running)

stufisher commented 7 years ago

@AdrianoEcker send to 9001, recv on 9000

attached is a simple max patch osc_tester.maxpat.zip

AdrianoEcker commented 7 years ago

Sim, eu estou usando estas portas mas não consigo resposta. Eu fiz um teste usando o YecoOSC e funcionou. segue uma imagem do teste. Mais o YecoOSC não recebe dados somente envia. E quero enviar e receber. image

stufisher commented 7 years ago

Please could you test with the attached max patch?

ThrashJazzAssassin commented 7 years ago

No such object..?

osc

stufisher commented 7 years ago

Sorry you need the cnamt externals: http://cnmat.berkeley.edu/downloads

Also, do grab the latest commits, they do fix some broken stuff

ThrashJazzAssassin commented 7 years ago

Thanks. I installed cnmat with Max package manager. Still nothing :-/

recov

stufisher commented 7 years ago

Have you grabbed my latest updates?

Also, i dont know if you tried this, but you cannot run OSC monitor at the same time as LiveOSC, they will fight for the same port. If OSC Monitor is responding LiveOSC cannot have bound to the port.

stufisher commented 7 years ago

@AdrianoEcker you have the wrong port, OSCIn should be on 9000 in TouchDesigner

ThrashJazzAssassin commented 7 years ago

Yep. All fully updated.

Live does not respond before I open OSC Monitor.

stufisher commented 7 years ago

@ThrashJazzAssassin please start Live, then close it, then attach \Users[username]\AppData\Roaming\Ableton\Live x.x.x\Preferences\Log.txt

ThrashJazzAssassin commented 7 years ago

2720 ms. RemoteScriptError: import LiveOSC2-master Log.txt

stufisher commented 7 years ago

Rename LiveOSC2-master to LiveOSC

ThrashJazzAssassin commented 7 years ago

That's it! Thank you so much @stufisher

AdrianoEcker commented 7 years ago

ok, funcionou aqui também. Obrigado a todos.