GithubHelp home page GithubHelp logo

Comments (2)

igorski avatar igorski commented on June 1, 2024

Had not thought about Ableton Link specifically but more towards inter application sharing like Audioroute.

Depending on the protocol in question, it shouldn't be more work to the engine than adding a hook in the same place where DriverAdapter::writeOutput() is called (when you desire to stream audio). If you look to send MIDI events, you could provide a similar hook within sequencer.cpp on the getAudioEvents()-call though you will have to translate buffer offsets to MIDI specific timings (shouldn't actually take a lot of effort as each AudioEvent in MWEngine can return its play offset and duration in seconds, similar to MIDI).

That's however the integration within MWEngine, there is also the other integration of getting it built alongside / within the library and getting the configuration to work (not entirely sure how quickly Ableton Link can be setup for Android, as only Windows / macOS / Linux support is provided out of the box according to their docs.

from mwengine.

teotigraphix avatar teotigraphix commented on June 1, 2024

Thanks for the response.

Audioroute would definitely be a bonus, Android needs something like this to at least get things moving towards a collaborative approach.

I ask about Link because I have 2 apps up right now that are more/less island apps and I get the question all the time if Link is going to be added.

I pretty much have studied most of the source code, so your answer was a great start.

This shows some implementation on Android, albeit a "reach" since it's PD.

https://github.com/libpd/abl_link

from mwengine.

Related Issues (20)

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.