Giter Site home page Giter Site logo

artfwo / aalink Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 2.0 41 KB

Async Python interface for Ableton Link

License: GNU General Public License v3.0

C++ 93.76% CMake 6.24%
ableton-link algorithmic-composition computer-music creative-coding electronic-music multimedia music python

aalink's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ceebeel itsbrex

aalink's Issues

Creating the link object *sometimes* changes the tempo.

As far as I can see, I have to provide a float tempo value when creating the Link object, e.g.

    link = Link(120, loop)
    link.enabled = True

Most of the time, this doesn't change the tempo in the linked Ableton, but adjusts to the tempo that is currently set in Ableton. But sometimes it is the other way around, and the tempo in Ableton is changed to the value provided in the constructor, roughly 10% of my trials. Is there a way of controlling this?

I tried using strange values like None, float('nan'), but that just yields an error message or non-working code, respectively. I also tried proving -1 or 0 as tempo, but that causes the same behavior as using 20 (sometimes setting Ableton's tempo to 20, or not changing the tempo most of the time).

What can I do?

Thanks for any help,
Best, Boris

Terminate called without an active exception

After migrating from pybind11 to nanobind, this can happen when exiting aalink scripts, as the scheduler thread isn't always joined properly:

Traceback (most recent call last):
  File "/home/art/aalink/build/./test.py", line 25, in <module>
    asyncio.run(main())
  File "/usr/lib64/python3.11/asyncio/runners.py", line 190, in run
    return runner.run(main)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.11/asyncio/runners.py", line 123, in run
    raise KeyboardInterrupt()
KeyboardInterrupt
terminate called without an active exception
Aborted (core dumped)

Detaching the thread instead of joining might lead to more segfaults, so the best solution here is probably resolving any potential cyclic dependencies to ensure that Scheduler destructor is invoked when link is deleted.

See https://nanobind.readthedocs.io/en/latest/typeslots.html for some docs on resolving cyclic references.

To reproduce consisently, build in debug mode and increase the sleep timeout in scheduler thread to 100-500ms.

How to determine the current position in the bar?

Hi, thanks for providing this library, the example worked out of the box for me.

Currently, my code listens to MIDI clock messages generated by Ableton to "slave" my code to Ableton.
Now I would like to use Link to replace MIDI clock syncing, so I use link.sync(1/24) to get a clock-message-like signal, that works fine.

In addition, I would like to get the current beat count. I looked into the code and saw the functions to retrieve the attributes beat, time, phase, and so on. This enabled me to check, where on a given beat I am, e.g., 7.0 is precicely on the beat, 7.5 an 8th note after that, and so on.

But how do I determine, where in a given bar I am, e.g., that 7.0 is the 2 in a bar? It seems that beat and the return value of sync just counts from 0, but the relation to the beat is not fixed.

Thanks for any help,
Boris

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.