mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 09:39:42 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
eaa1973051
@ -38,7 +38,7 @@
|
||||
// Define keys, defaults, minimums, and maximums for the effect parameters
|
||||
//
|
||||
// Name Type Key Def Min Max Scale
|
||||
Param( Count, int, XO("Count"), 10, 2, INT_MAX, 1 );
|
||||
Param( Count, int, XO("Count"), 10, 1, INT_MAX, 1 );
|
||||
|
||||
BEGIN_EVENT_TABLE(EffectRepeat, wxEvtHandler)
|
||||
EVT_TEXT(wxID_ANY, EffectRepeat::OnRepeatTextChange)
|
||||
|
Loading…
x
Reference in New Issue
Block a user