Giter Club home page Giter Club logo

rbk-mixer's Introduction

logo RBK Mixer logo

CT-X700/X800/CDP-S350 RBK File Editor

Install

Currently, RBK Mixer only supports MacOS and Windows. You can find the .dmg (MacOS) or .msi (Windows) files on the Releases page.

Brave Linux users can follow the development steps below, and submit a PR with the server executable in client/src-tauri/server.

Windows-specific Requirements

Note: Webview2 runtime is included with Windows machines that have Microsoft Edge installed. Moreover, even if you do not have Edge, Webview2 may be installed for other Microsoft365 apps. For more information, check out this post.

Development Requirements

Develop this app

  1. open your console (navigate i.e. cd somewhere you like)
  2. git clone this repository
  3. navigate to folder rbk-mixer, call yarn install
  4. call yarn tauri dev

A window magically opens. Also, a Python server will be running at localhost:6980.

Warning: The server may still be running, even after the Tauri window closes. See Architecture Notice below.

Building Python backend server

Check client/src-tauri/server for available server executables. If you don't find one for your architecture, why not build one and add it to the repo?

cd server
# if you have pyinstaller
pyinstaller -F server.py
# alternatively (usually on Windows)
python3 install.py

Navigate to the newly created dist/server to find your fresh executable. To rename this executable for use in application:

cd ../scripts
echo "you may need to install node_modules first, so"
yarn install
yarn move

Move this executable to client/src-tauri/server to be included in the app bundle.

Architecture Notice

Using a Tauri sidecar to run a server is an anti-pattern. When spawned, a Tauri sidecar returns a tauri::api::process::CommandChild that must be killed when the Tauri application closes/exits. If the child is not killed, it will outlive the application, becoming a "zombie."

Though Tauri does its best to clean up managed child processes, due to a healthy fear of zombies, I spawn another command - taskkill on Windows, kill otherwise - with the server process ID when the user requests the application window closed.

Acknowledgements

This project was spearheaded by the capable Chandler Holloway.

RBK Mixer uses a fork of Casio-Registrations. My thanks to Mike, without whose effort and support, the conclusion of this project would not have been possible. Check out Tone Tyrant, it's got a slick UI and realtime MIDI!

rbk-mixer's People

Contributors

olmigs avatar michgz 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.