Git Product home page Git Product logo

ex_jack's People

Contributors

aef- avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Forkers

gitmarek dudeofea

ex_jack's Issues

Introduce messaging interface between NIF and app

At the moment, commands (e.g. connect port, shutdown) are sent to JACK asynchronously. When they succeed, messages are sent through Notifications. When they fail, the error is suppressed. This issue is to introduce two concepts:

  • A way to notify ExJack when an error occurs in Rust during an async command
  • A way to submit multiple commands of the same type

Splinter IO frame handler to separate GenServer

GenServers block per message. IO frames between Elixir/JACK need work without interruption which requires having two GenServers. Ideally the interface wouldn't change, they would just communicate with two different processes.

This issue may require forking rust-jack. While it's not possible to pass the JACK client as a resource to ExJack, it may be possible to run operations on it in a adhoc manner.

Add ability to connect/disconnect ports

I'd like to be able to send a command to the GenServer that allows me to connect and disconnect ports. Doing so will allow for some basic interactivity in building a UI for JACK.

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.