Skip to content

Commit

Permalink
Update metronome imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Jan 24, 2024
1 parent 6832916 commit d44c551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/apps/metronome/src/api/processor.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
use std::collections::HashMap;
use std::hash::Hash;
use std::path::PathBuf;

// = copyright ====================================================================
// Simple Metronome: macOS Metronome app
// Copyright (C) 2022 Pedro Tacla Yamada
Expand All @@ -19,6 +15,10 @@ use std::path::PathBuf;
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
// = /copyright ===================================================================
use std::collections::HashMap;
use std::hash::Hash;
use std::path::PathBuf;

use audio_garbage_collector::Shared;
use audio_processor_metronome::{
DefaultMetronomePlayhead, MetronomeProcessor, MetronomeProcessorHandle, MetronomeSound,
Expand Down

0 comments on commit d44c551

Please sign in to comment.