Nendo Plugin for audio quantization with grid detection and time-stretching
Project description
Nendo Plugin: Core Quantizer
Audio quantization with grid detection and time-stretching (using rubberband).
Features
- Quantize a
NendoTrack
or aNendoCollection
to a given BPM and grid - Use it in chains to automatically create quantized collections of your favorite tracks and loops
Installation
This plugin requires the rubberband
package to be installed in your system. Please refer to the rubberband documentation for further information.
- Install Nendo
pip install nendo-plugin-quantize-core
Usage
Take a look at a basic usage example below. For more detailed information, please refer to the documentation.
For more advanced examples, check out the examples folder. or try it in colab:
from nendo import Nendo, NendoConfig
nd = Nendo(config=NendoConfig(plugins=["nendo_plugin_quantize_core"]))
track = nd.library.add_track(file_path='/path/to/track.mp3')
quantized_track = nd.plugins.quantize_core(track=track)
Contributing
Visit our docs to learn all about how to contribute to Nendo: Contributing
License
Nendo: MIT License
rubberband: GPL-2.0 License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for nendo_plugin_quantize_core-0.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b6aec878af6190e398f5be261440ee263f769d7ba432d20a6e6b73c665d21c3 |
|
MD5 | 1dd2596d373d8ebfc4592a4dd1719d22 |
|
BLAKE2b-256 | 3b0e8082a2d00cf1519355e0a835850d147d75f44654d25bfa3e168ebca4a474 |
Close
Hashes for nendo_plugin_quantize_core-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b807340b35a00e90ba4b9a5b77ac4b12c9b936137ad32b82a3c21cd94504502 |
|
MD5 | e10c3762206c11a25d3446b80f58ad09 |
|
BLAKE2b-256 | e171e8b2cae7654c4abbcb8b678460cd69e52f847ebadf13ae7cc4b9b631f8b0 |