tune
tune copied to clipboard
Make xenharmonic music and create synthesizer tuning files for microtonal scales.
Retune played notes in real time s.t. their frequency ratios get as close to JI as possible. Usage: The user provides a list of (pure) intervals some of which can...
- [x] Basic types - [x] Pitches and ratios - [x] Notes and keys - [x] Ordered and unordered scales with inverse search - [x] Keyboard mappings - [x] API/Documentation...
Running microwave fails because it's unable to open a graphics device [INFO] Loading waveforms file `waveforms.yml` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: NoAvailableAdapter', microwave/src/main.rs:451:10 note: run...
It has been observed that some waveforms aren't centered around the 0 baseline. A DC filter could be used to remove this offset. Reference: https://www.musicdsp.org/en/latest/Filters/135-dc-filter.html
Store data in a format that is easy to edit, e.g. JSON.
Just waiting until https://github.com/nannou-org/nannou/issues/657 is solved might be a solution.
Access waveform buffers by a custom name and not by index Ideas - The `Stage` object continues to access waveform buffers by index - The `StageSpec` object uses named buffers...
Leave a comment if you are searching for an idea how to contribute. :smiley:
Ideas: - [x] Low Pass - [x] High Pass - [x] Resonance - [x] Spatial Delay - [ ] Chorus - [x] Reverberation - [ ] Phaser - [ ]...
It should be possible to describe all currently possible effects as deserializable objects.