Skip to content

Commit

Permalink
Prepare next fluid-xenth version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Aug 20, 2022
1 parent 6c89b6c commit 03954a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
"rustflags",
"rustup",
"scancode",
"sfload",
"signum",
"soundfont",
"splitn",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fluid-xenth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fluid-xenth"
version = "0.4.0"
version = "0.5.0"
authors = ["Woyten <[email protected]>"]
description = "Stop making music with notes. Use pitches."
repository = "https://github.com/Woyten/tune/tree/master/fluid-xenth"
Expand Down
4 changes: 2 additions & 2 deletions fluid-xenth/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl<K: Copy + Eq + Hash> AotXenthControl<K> {
///
/// `fluid-xenth` will map the provided `xen_channel` to the internal real channels of the [`oxisynth::Synth`] instance.
///
/// Be aware that calling the "wrong" function (e.g. `sfload`) can put load on the audio thread!
/// Be aware that calling the "wrong" function (e.g. `add_font`) can put load on the audio thread!
pub fn send_command(
&mut self,
xen_channel: u8,
Expand Down Expand Up @@ -199,7 +199,7 @@ impl<K: Copy + Eq + Hash> JitXenthControl<K> {
///
/// `fluid-xenth` will map the provided `xen_channel` to the internal real channels of the [`oxisynth::Synth`] instance.
///
/// Be aware that calling the "wrong" function (e.g. `sfload`) can put load on the audio thread!
/// Be aware that calling the "wrong" function (e.g. `add_font`) can put load on the audio thread!
pub fn send_command(
&mut self,
xen_channel: u8,
Expand Down
2 changes: 1 addition & 1 deletion microwave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async-std = { version = "1.10.0", features = ["unstable"] }
chrono = "0.4.15"
clap = { version = "3.0.6", features = ["derive", "env"] }
cpal = "0.13.1"
fluid-xenth = { version = "0.4.0", path = "../fluid-xenth" }
fluid-xenth = { version = "0.5.0", path = "../fluid-xenth" }
hound = "3.4.0"
magnetron = { version = "0.1.0", path = "../magnetron" }
midir = "0.8.0"
Expand Down

0 comments on commit 03954a2

Please sign in to comment.