Skip to content

Commit

Permalink
Playtime: Switch MIDI detect downbeat and input off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
helgoboss committed Feb 23, 2024
1 parent 433d233 commit b56daa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions playtime-api/src/persistence/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@ impl Default for MatrixClipRecordMidiSettings {
fn default() -> Self {
Self {
record_mode: Default::default(),
detect_downbeat: true,
detect_input: true,
detect_downbeat: false,
detect_input: false,
auto_quantize: false,
clip_settings: Default::default(),
}
Expand Down
2 changes: 1 addition & 1 deletion playtime-clip-engine

0 comments on commit b56daa1

Please sign in to comment.