Skip to content

Commit 879c038

Browse files
committed
Default attack time set to 0 for envelope
1 parent 1634609 commit 879c038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/meta/sampler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ namespace lsp
264264
SWITCH("ee", "Sample envelope enable", NULL, 0.0f), \
265265
SWITCH("eh", "Sample envelope hold enable", NULL, 0.0f), \
266266
SWITCH("eb", "Sample envelope break enable", NULL, 0.0f), \
267-
PERCENTS("ta", "Sample attack time", NULL, 5.0f, 0.01f), \
267+
PERCENTS("ta", "Sample attack time", NULL, 0.0f, 0.01f), \
268268
PERCENTS("th", "Sample hold time", NULL, 10.0f, 0.01f), \
269269
PERCENTS("td", "Sample decay time", NULL, 30.0f, 0.01f), \
270270
PERCENTS("ts", "Sample slope time", NULL, 50.0f, 0.01f), \

0 commit comments

Comments
 (0)