Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
MyBlackMIDIScore committed Aug 19, 2024
1 parent 9ef8761 commit 69421f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/examples/core_samples_per_second.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ use std::{sync::Arc, time::Instant};

use xsynth_core::{
channel::{ChannelAudioEvent, ChannelConfigEvent, ChannelEvent, VoiceChannel},
soundfont::{EnvelopeCurveType, EnvelopeOptions, Interpolator, SampleSoundfont, SoundfontBase, SoundfontInitOptions},
soundfont::{
EnvelopeCurveType, EnvelopeOptions, Interpolator, SampleSoundfont, SoundfontBase,
SoundfontInitOptions,
},
AudioPipe, AudioStreamParams, ChannelCount,
};

Expand Down

0 comments on commit 69421f6

Please sign in to comment.