Skip to content

The Basic Pitch plugin is an implementation of the Basic Pitch automatic music transcription (AMT) library, using lightweight neural network, developed by Spotify's Audio Intelligence Lab as a Vamp plugin

License

Notifications You must be signed in to change notification settings

Ircam-Partiels/basic-pitch-vamp-plugin

Repository files navigation

Basic Pitch Vamp Plugin

Workflows

The Basic Pitch plugin is an implementation of the Basic Pitch automatic music transcription (AMT) library, using lightweight neural network, developed by Spotify's Audio Intelligence Lab as a Vamp plugin.

The Basic Pitch Vamp Plugin has been designed for use in the free audio analysis application Partiels.

Screenshot

Installation

Download the Basic Pitch Vamp plugin installation package for your operating system from the Releases section and run the installer.

Use

Launch the Partiels application. In a new or existing document, create a new analysis track with the Basic Pitch plugin. Modify the model or the analysis parameters via the property window. Please refer to the manual available in the Releases section for further information.

Compilation

The compilation system is based on CMake, for example:

cmake . -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
cmake --build build
ctest -C Debug -VV --test-dir build

Credits

About

The Basic Pitch plugin is an implementation of the Basic Pitch automatic music transcription (AMT) library, using lightweight neural network, developed by Spotify's Audio Intelligence Lab as a Vamp plugin

Topics

Resources

License

Stars

Watchers

Forks