Leland Lucius
ff0cd7c347
Try fixing bug #927 again...last attempt was brain damaged.
2015-05-11 14:04:02 -05:00
Leland Lucius
0c9111608d
Fix for bug #927
...
At least I'm pretty sure this addresses all of the example Peter
mentions.
2015-05-11 10:51:53 -05:00
James Crook
4fb56d0aa1
Fix missing include <wx/radiobut.h>
2015-05-11 13:54:02 +01:00
David Bailes
514167d8ce
minor improvements to accessibility of register effects dialog. Added show to the accessibility names of the radio buttons. Added access keys for the radio buttons, plus adjusted others.
2015-05-11 12:22:02 +01:00
James Crook
16fe9af314
Bug 938 - Audio longer than 2^31 sample is visually corrupted.
...
Seems to have been an overflow in GetWaveDisplay().
2015-05-10 20:17:30 +01:00
James Crook
ccc71c31b6
Some effect descriptions (for Doxygen).
2015-05-09 17:36:54 +01:00
James Crook
cb70fd3abd
Added filter on Effect registration dialog.
...
This adds radio buttons to view all effects, just unregistered effects (effects that are not yet in the menus) or just registered effects (effects that are in the menus. It remembers ticks and unticks until the dialog is closed, so changes to ticks for effects that are not shown by the current filter will still have an effect. It does this by switching back to show-all just before closing the dialog.
2015-05-09 17:10:02 +01:00
James Crook
26a6242064
Merge remote-tracking branch 'dave/searchboxname'
2015-05-08 22:07:14 +01:00
James Crook
bc5082c976
More... now can removes effects too.
...
The effects shown ticked in the more.. list are the ones currently enabled for the menus. We can add and remove from that list
2015-05-08 22:04:34 +01:00
James Crook
4b2a2f710a
Stub NyquistEffect::RedirectOutput() so mod_nyq_bench compiles
...
This function had somehow gone missing in other changes. mod_nyq_bench now compiles loads and runs again. Not tested beyond that.
2015-05-08 16:27:32 +01:00
David Bailes
394026c36e
In keyboard prefs set the accessibility name of mFilter to be the same as its label. The name is then the same as the one given in the manual, and the same if as user is using both a screen reader and magnifier.
2015-05-08 09:47:46 +01:00
James Crook
80529c6697
Merge remote-tracking branch 'dave/amplify2'
2015-05-07 15:32:53 +01:00
Steve Daulton
e9b2d0f02d
A couple of bug fixes for Quick-Play and simplify defaults
2015-05-07 14:34:40 +01:00
David Bailes
a48f299b31
forgot to remove temp varialbe in OnPeakText
2015-05-07 10:56:40 +01:00
David Bailes
5a25efde02
changes to ensure that when clipping is unchecked, then both on opening, and setting peak to 0, preview and ok are available
2015-05-07 10:16:52 +01:00
Steve Daulton
c487b920ca
Improve selection handling in Quick-Play
2015-05-05 13:00:18 +01:00
Steve Daulton
1ad878771f
Update a couple of variable names.
2015-05-05 13:00:18 +01:00
Leland Lucius
35c2e5d227
Set focus to algorithm choice on initial display
2015-05-04 23:39:53 -05:00
Leland Lucius
f0cd43236d
Select generated audio on success
2015-05-04 20:52:25 -05:00
Leland Lucius
c009157290
Use fabs() instead of abs()
2015-05-04 17:50:44 -05:00
Leland Lucius
f804e5049e
Hyphenate all 8, 16, 24, 32 and 64 bit strings
2015-05-04 12:32:47 -05:00
Leland Lucius
848ec5a9b9
Disable Apply button while the effect is running
2015-05-04 12:15:54 -05:00
Leland Lucius
5ddbe112af
Remove access key from "More" to prevent accidental selection
2015-05-04 12:14:55 -05:00
Steve Daulton
1abdbc7f51
Update ToneGen.cpp
...
Fix typo in GUI
2015-05-04 17:59:18 +01:00
Leland Lucius
01aaaebf77
No longer yield when the progress dialog is active
...
When the dialog yielded, it opened up a window that allowed events
to flow to other parts of the app that shouldn't be receiving them
while the action is in progress. This could cause odd behavior
or crashes.
I've removed the yields and hopefully the darn thing will still
work right.
2015-05-04 11:09:30 -05:00
Leland Lucius
bda5653d19
Bringing back the close/cancel button
...
But, it's at least in the right location now for modal effect dialogs
which might me it more agreeable.
2015-05-04 11:06:27 -05:00
Leland Lucius
4d06c4e6c0
Merge pull request #40 from lllucius/FreqWindow
...
Freq window
2015-05-04 06:58:52 -05:00
Leland Lucius
b8fe0e6743
Fix escape issue causing SAL to fail
...
And don't uppercase the line...DOH!
2015-05-04 03:12:55 -05:00
Leland Lucius
287c649f4f
Correct "float" entry to read "32 bit float" instead
2015-05-04 02:37:41 -05:00
Leland Lucius
a107b04d5c
Fix for bug #472
...
Ed's fix for bug #179 is now fine for all platforms since
duplicates are removed by the new plugin support.
2015-05-04 00:04:07 -05:00
Leland Lucius
4d0de66523
Fix for bug #387
...
As this is a reversal of change committed in 2007 with no real
explanation or history behind that change other than it was
done for Export, we should probably give exporting a bit of a
workout.
2015-05-03 23:36:30 -05:00
Leland Lucius
01f28f645d
Fix NIL spectral frequencies when running worker from Nyquist prompt
2015-05-03 22:46:59 -05:00
Leland Lucius
9f22789dc1
Autoselect all text when validation fails as reported by Robert
2015-05-03 22:30:52 -05:00
Leland Lucius
0c41583be1
Allow initial display to refresh
2015-05-03 16:51:11 -05:00
Leland Lucius
9212629945
Added zoom and pan plus fix for bug #884
...
It started out as just the fix for #884 , but it went
a bit further. Steve had the idea for the zoom and
pan addition, so I added it while I was working on
2015-05-03 15:23:33 -05:00
Daniel Winzen
038989e41d
Fix uninitialized variable in Equalizer effect
...
Delete mCustomBackup, as it is never used
2015-04-30 11:49:21 +02:00
Daniel Winzen
428f5c8391
Fix 3 uninitialized variable uses
2015-04-30 09:06:37 +02:00
Steve Daulton
423bc8ac4d
Fix for bug 851
...
Fix for bug 851
2015-04-30 00:34:32 +01:00
Leland Lucius
20fbb163d2
Fix a few things with chain/effect parameters as reported by Gale
2015-04-29 09:54:48 -05:00
Leland Lucius
7950d4fd5a
Workaround text controls not getting autoselected
...
Also fix AutoDuck so the panel doesn't get focus.
2015-04-29 03:31:40 -05:00
Leland Lucius
06a2eab9f6
Center dialog...was in the top-left corner on OSX.
2015-04-27 21:14:47 -05:00
Leland Lucius
2aeb9320dc
Initialize variable...duh!
2015-04-27 21:04:48 -05:00
Leland Lucius
513256854e
Fix for bug #906
2015-04-27 20:28:41 -05:00
Leland Lucius
a24adb59d9
Fix for bug #922 .
2015-04-27 20:20:16 -05:00
Leland Lucius
879b9c9931
Fix for bug #922 .
2015-04-27 20:17:13 -05:00
Leland Lucius
e684fe9e1f
Change affirmative button label to OK for modal dialogs
2015-04-27 13:16:08 -05:00
Leland Lucius
2d5a68e4a4
Fixes logarithmic slider handling and settings refreshes
2015-04-27 12:05:51 -05:00
Leland Lucius
27657ddea7
Restore non-preset values when Factory Preset -> Defaults is selected
2015-04-27 10:52:42 -05:00
Leland Lucius
7407243e25
Save/restore effect state during batch processing
2015-04-27 09:22:47 -05:00
Leland Lucius
e41db0e4b4
Preload the "Select Preset" with current setting
...
Also, loads the command parameters box with the default preset if
the selected effect doesn't expose any automation parameters.
2015-04-27 05:02:56 -05:00