Crates.io | fluid-xenth |
lib.rs | fluid-xenth |
version | 0.9.0 |
source | src |
created_at | 2021-06-18 22:08:09.402868 |
updated_at | 2024-07-11 12:09:51.252343 |
description | Stop making music with notes. Use pitches. |
homepage | |
repository | https://github.com/Woyten/tune/tree/main/fluid-xenth |
max_upload_size | |
id | 411897 |
size | 26,510 |
Stop making music with notes. Use pitches.
fluid-xenth
is a microtonal wrapper around OxiSynth. It uses the AOT / JIT live-retuning concepts implemented in tune to enable arbitrary-pitch playback.
Inspect and run the demo examples:
cargo run --example demo_aot <location-to-your-soundfont-file>
cargo run --example demo_jit <location-to-your-soundfont-file>
The demo examples should create two files named demo_aot.wav
and demo_jit.wav
.
This code is licensed under the MIT license. Note, however, that the required OxiSynth library is LGPL-2.1 licensed.