Download

You can download the latest release here or clone the repository and follow the manual installation:

git clone --recursive https://github.com/vmo-score/vmo-score.git

External Applications

  • PyOracle: Max interface for the Audio Oracle.
  • i-score: A free and open-source inter-media sequencer. A fork with the automatic generation tool can be found here.

Manual Installation

Dependencies

  • snakes: Petri nets editor and simulator.

    pip install git+https://github.com/himito/snakes.git
    
  • libsamplerate: Sample Rate Converter for audio (required by librosa).

    1 curl -L http://www.mega-nerd.com/SRC/libsamplerate-0.1.8.tar.gz | tar xz
    2 cd libsamplerate-0.1.8
    3 ./configure
    4 make
    5 make install
    
  • Graphviz: Open source graph visualization software (required by snakes).

    brew install graphviz
    

Build

1 cd vmo-score/
2 python setup.py install
3 vmo_generator

Usage

  1. Open vmo_generator.
summary
  1. Select the audio recording.
summary
  1. Generate the segmentation.
summary
  1. Generate the Petri Net.
summary
  1. Open the json file with i-score.
summary

summary