Skip to main content

Nendo Plugin for audio quantization with grid detection and time-stretching

Project description

Nendo Plugin: Core Quantizer


Nendo Core


Website Twitter Discord


Audio quantization with grid detection and time-stretching (using rubberband).

Features

  • Quantize a NendoTrack or a NendoCollection 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.

  1. Install Nendo
  2. 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:

Open 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nendo_plugin_quantize_core-0.2.6.tar.gz (17.6 kB view hashes)

Uploaded Source

Built Distribution

nendo_plugin_quantize_core-0.2.6-py3-none-any.whl (17.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page