mirror of
https://codeberg.org/armin/justasample.git
synced 2026-09-01 12:20:48 +02:00
add ping-pong loop mode and crossfade length rotary
This commit is contained in:
parent
4bd1156835
commit
e9dc3a4d66
10 changed files with 67 additions and 17 deletions
|
|
@ -90,7 +90,7 @@ struct Layout
|
|||
static constexpr int attackWidth{ 204 };
|
||||
static constexpr int releaseWidth{ 204 };
|
||||
static constexpr int playbackWidth{ 534 };
|
||||
static constexpr int loopWidth{ 217 };
|
||||
static constexpr int loopWidth{ 310 };
|
||||
static constexpr int masterWidth{ 295 };
|
||||
|
||||
static constexpr int standardRotarySize{ 87 }; // Not including padding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue