Giter Site home page Giter Site logo

almost. just a about novelty-search-live HOT 6 CLOSED

samim23 avatar samim23 commented on June 16, 2024
almost. just a

from novelty-search-live.

Comments (6)

samim23 avatar samim23 commented on June 16, 2024

I followed the installation instructions at https://github.com/ideoforms/pylive.
Installed LiveOSC (http://livecontrol.q3f.org/ableton-liveapi/liveosc/) & enabled it as a Control Surface in Ableton Live. But since I did this done this quite some time ago, might have changed.

from novelty-search-live.

naotokui avatar naotokui commented on June 16, 2024

Same here. What version of Ableton Live do you use? It seems LiveOSC doesn't work with Live 9.

from novelty-search-live.

samim23 avatar samim23 commented on June 16, 2024

Ableton Live 9.5 Suite

from novelty-search-live.

achimkoh avatar achimkoh commented on June 16, 2024

I had the same problem and found that switching
remotehost = '127.0.0.1', remoteport=9000, localhost='127.0.0.1', localport=9001 to remotehost = '127.0.0.1', remoteport=9001, localhost='127.0.0.1', localport=9000
in LiveOSC2's LO2OSC.py file gets me past the server error 9904 error and gives connection to Ableton, i.e. I can call live.Set() and run functions like play() and stop().

However, functions that involve an OSC query such as scan() seem to fail with *** timed out waiting for server response. Not sure what to do from here, any help would be appreciated!

I'm running python 2.7.13 and Live 9 on MacOS Sierra.

from novelty-search-live.

samim23 avatar samim23 commented on June 16, 2024

Sorry but not sure what kind of black magic I did on my local machine to get pyLive running.
Probably easiest to strip out pyLive and replace it with a python OSC lib which works on your machine, and then just sends standard OSC to live.

from novelty-search-live.

achimkoh avatar achimkoh commented on June 16, 2024

I found something! So apparently LiveOSC's secure sockets setting needs to be commented out in order to work with Live 9.6+. While I still can't figure out why LiveOSC2 won't return messages to me, this fix gives me LiveOSC in Ableton Live's settings; then your script works fine as is. Although line 70 (set.save(config["songname"])) initially gave an error, so I needed to make a subdirectory named "save". 😃 Time to play around!

from novelty-search-live.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.