Skip to content

Commit

Permalink
Playtime: Tempo-tapping with count-in
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Oct 27, 2023
1 parent 5c1d9b4 commit f315520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main/src/infrastructure/plugin/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ impl App {
let manager = self.license_manager.borrow();
let args = playtime_clip_engine::ClipEngineInitArgs {
available_licenses: manager.licenses(),
tap_sound_file: Self::realearn_high_click_sound_path(),
};
playtime_clip_engine::ClipEngine::get().init(args);
}
Expand Down
2 changes: 1 addition & 1 deletion playtime-clip-engine

0 comments on commit f315520

Please sign in to comment.