~quf/mbsp

music box simulation and programming tool

refs

trunk
browse  log 

clone

read-only
https://git.sr.ht/~quf/mbsp
read/write
git@git.sr.ht:~quf/mbsp

You can also use your local clone with git send-email.

#mbsp - a music box simulation and programming tool

TODO: screenshot / video

Process of programming an existing track using mbsp:

  • Take an existing composition
  • Transfer it into mbsp
  • Test listen
  • If necessary due to limited availability of tones, make adjustments until it works
  • Transfer the holes onto the physical paper strip by matching the simulation in mbsp. If the song requires more than a single strip, I recommend the method explained in this Wintergatan video

#Running mbsp

  • native (recommended):

    $ git clone https://git.sr.ht/~quf/mbsp
    $ cd mbsp
    $ cargo run
    

    native builds are not currently provided.

  • web (requires wasm-support): visit https://2.71828.eu/mbsp

  • (build the web version with: wasm-pack build --release --target web --features web)