Giter Club home page Giter Club logo

tuning-server's Introduction

Tuning server

Forward MTS-ESP tuning to other computers.

Why?

MTS-ESP retunes synths running on the same computer. I wanted to retune a synth running on a Raspberry Pi using the MTS-ESP source in a DAW on my laptop.

How?

We can forward the MTS-ESP tuning from the laptop to the Raspberry Pi by running:

  • A tuning server on the laptop, which responds to http requests by sending the current MTS-ESP tuning as json.
  • A tuning client on the Raspberry Pi, which requests the tuning once per second and updates the MTS-ESP tuning on the Raspberry Pi.

In this way the MTS-ESP source on the laptop and the synth on the Raspberry Pi can use MTS-ESP as normal; they don't need to know they're running on different computers.

What?

This repo provides:

  • tuning-server and tuning-client command line programs
  • An audio plugin TuningServer.clap which runs the tuning server in a DAW

The CLAP plugin saves manually running the tuning-server CLI program; the plugin automatically starts and stops the tuning server.

Build!

$ git clone --recurse-submodules https://github.com/narenratan/tuning-server
$ cd tuning-server
$ cmake -B build
$ cmake --build build

tuning-server's People

Contributors

narenratan avatar

Watchers

 avatar

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.