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
NendoTrackor aNendoCollectionto 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nendo_plugin_quantize_core-0.2.6.tar.gz.
File metadata
- Download URL: nendo_plugin_quantize_core-0.2.6.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9ce2e724c8741a386237f41691b85c90bd7afdeae90ee0e37ebcecdb5b2904f
|
|
| MD5 |
db3d6891b3493aa329e883cd9ee6bcb4
|
|
| BLAKE2b-256 |
aa22cc3469ca37c8d86a53c1151de391d2ea5baa966839231b577ce72605dc07
|
File details
Details for the file nendo_plugin_quantize_core-0.2.6-py3-none-any.whl.
File metadata
- Download URL: nendo_plugin_quantize_core-0.2.6-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.16 Linux/6.6.11_1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14ce62f81f5d3fda4dc144c116cf56ccb943305aa7844bb95d3c9e09b17c3832
|
|
| MD5 |
10a491c1ce2f2b86026ba38711a15f48
|
|
| BLAKE2b-256 |
b83422b5c4a3ce4894eeea867647d5a1b34cd3d3ade3a3ee570d93ac2602d30c
|