Skip to content
Snippets Groups Projects
Commit d4a2bd16 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Make default grain settings less extreme

This changes the default variation and spread to smaller values

Changelog: changed
parent 772705e4
No related branches found
No related tags found
No related merge requests found
...@@ -167,8 +167,8 @@ class Looper { ...@@ -167,8 +167,8 @@ class Looper {
float loop_start_f = 0.0f; float loop_start_f = 0.0f;
float loop_length_f = 1.0f; float loop_length_f = 1.0f;
uint8_t playhead_count = 8; uint8_t playhead_count = 8;
float grain_spread = 2.0f; float grain_spread = 0.01f;
float grain_variation = 0.0f; float grain_variation = 0.01f;
float volume = 1.0f; float volume = 1.0f;
bool fresh = true; bool fresh = true;
RecPitchMode rec_pitch_mode = REC_PITCH_MODE_NORMAL; RecPitchMode rec_pitch_mode = REC_PITCH_MODE_NORMAL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment