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.
Download the Basic Pitch Vamp plugin installation package for your operating system from the Releases section and run the installer.
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.
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
- Basic Pitch Vamp plugin by Pierre Guillot at IRCAM IMR Department.
- Basic Pitch model by Spotify's Audio Intelligence Lab.
- TensorFlow originally developed by Google Brain team.
- Vamp SDK by Chris Cannam, copyright (c) 2005-2024 Chris Cannam and Centre for Digital Music, Queen Mary, University of London.
- Ircam Vamp Extension by Pierre Guillot at IRCAM IMR department.