summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h
index e698d20..5137809 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -51,7 +51,7 @@ struct Settings
Atomic<std::string> drumkit_name{""};
Atomic<std::string> drumkit_description{""};
Atomic<std::string> drumkit_version{""};
- Atomic<std::size_t> drumkit_samplerate{0};
+ Atomic<std::size_t> drumkit_samplerate{44100};
//! The maximum amount of memory in bytes that the AudioCache
//! is allowed to use for preloading. Default is 1GB.