Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
/ vibe Public archive

Collaborative music performance controlling tool using OSC over TCP(FUDI)

License

Notifications You must be signed in to change notification settings

Saplyn/vibe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[ Project Archived ]

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.


Vibe Kit

Features

Using The App

  1. Start the server vibed.
  2. Start the client vibe, and connect to the server.
  3. You may also want to start the remote OSC TCP listener.
  4. Good to go!

Developing

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

About

Collaborative music performance controlling tool using OSC over TCP(FUDI)

Resources

License

Stars

Watchers

Forks

Packages

No packages published