This is an application I developed for my Sound and Music Computing course's final LENS performance, and it has completed its mession. Archiving as freezing the developing status. If you are interested in this project, feel free to fork it. Some of my design decisions are located under the design/ folder for your reference.
- Live connectivity check
- Track Composing & on-beat on-off
- Pattern based programming
- One-off events & numerical slider
- Start the server
vibed. - Start the client
vibe, and connect to the server. - You may also want to start the remote OSC TCP listener.
- Good to go!
Ensure Rust and Bun are installed, as well as have complete the prerequisites for developing a Tauri app.
# Develop the server: `vibed`
cargo run
# Develop the client: `vibe`
bunx tauri dev
# Building the server: `vibed`
cargo build
# Building the client: `vibe`
bun install
NO_STRIP=true bunx tauri build