v.audacity
|
3b1707d379
|
With the change Richard just made to pass the actual title to the parent class constructor, the call to SetTitle() is unnecessary in this method. Removed it.
|
2013-05-03 22:33:10 +00:00 |
|
richardash1981
|
3fb574f5ca
|
The title of the effect dialogue should not be the empty string (found because the empty string cannot be translated!)
|
2013-05-03 20:58:17 +00:00 |
|
prlivesey
|
04225a52a4
|
Fixed a Mac build failure in bool EffectReverb::ProcessOneBlock()
Added Reverb.cpp and Reverb.h to the Xcode project.
|
2013-05-03 14:19:40 +00:00 |
|
v.audacity
|
08b0bdb63f
|
Not sure why, but need to call s.SetStyle(wxSL_HORIZONTAL); before every call to AddSlider(), even though AddSlider() specifies wxSL_HORIZONTAL, or the layout is messed up.
|
2013-05-03 00:29:57 +00:00 |
|
v.audacity
|
5555c2db62
|
Rob Sykes's patch (considerably modified because of MSVC preprocessor problems) to add sox-based reverb
|
2013-05-02 23:41:27 +00:00 |
|