diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-20 22:23:23 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-09-20 22:23:23 +0200 |
commit | 73f1a400608d93742e57c7ea3c4433eb1a2e1852 (patch) | |
tree | eb6b500127e095e5bad124927054dc73f44814dc /src/configuration.h | |
parent | 3d0ed93889afb5ae739d2998e33178689c2de965 (diff) |
New resample feature (greatly inspired by Cédric 'SxDx') based on libsamplerate.
Diffstat (limited to 'src/configuration.h')
-rw-r--r-- | src/configuration.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/configuration.h b/src/configuration.h index 2690104..c49f997 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -34,6 +34,8 @@ namespace Conf { extern bool enable_velocity_randomiser; extern float velocity_randomiser_weight; + + extern int samplerate; }; |