fluid-xenth

Crates.iofluid-xenth
lib.rsfluid-xenth
version0.9.0
sourcesrc
created_at2021-06-18 22:08:09.402868
updated_at2024-07-11 12:09:51.252343
descriptionStop making music with notes. Use pitches.
homepage
repositoryhttps://github.com/Woyten/tune/tree/main/fluid-xenth
max_upload_size
id411897
size26,510
(Woyten)

documentation

README

Stop making music with notes. Use pitches.

Overview

fluid-xenth is a microtonal wrapper around OxiSynth. It uses the AOT / JIT live-retuning concepts implemented in tune to enable arbitrary-pitch playback.

Resources

Getting Started

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.

License

This code is licensed under the MIT license. Note, however, that the required OxiSynth library is LGPL-2.1 licensed.

Commit count: 619

cargo fmt