RichardAsh1981@gmail.com
41be5788cb
remove the obsolete and probably undistributable rtaudio source, not usable since 2007
2013-07-09 19:12:40 +00:00
windinthew
4fb4a9b08b
Missing quotation mark was hiding most of the "help" info text.
2013-07-08 12:51:59 +00:00
prlivesey
bc97faed80
Tweak ito Xcode project file.
...
Fix linking issues with mod-nyq-bench.
Shared library builds still have a missing
symbol error but static builds appear to
work now.
2013-07-05 09:50:10 +00:00
v.audacity
40254b1796
simplified version of Steve's patch for bug 357 -- Never need to update array size in two places again.
2013-06-30 04:09:56 +00:00
v.audacity
fe01337aaa
Remove a couple of compiler warnings.
2013-06-30 04:07:48 +00:00
v.audacity
3d204337aa
Steve's Daulton's patch for bug 640
2013-06-30 03:47:59 +00:00
v.audacity
8ad21677b8
Improve a comment.
2013-06-29 00:27:43 +00:00
prlivesey
f27ba35bc1
Added mod-nyq-bench as a build target to the Xcode project.
2013-06-28 23:48:59 +00:00
v.audacity
75bbcc6884
BYTE is Windows only. Change it to unsigned char.
2013-06-28 22:34:58 +00:00
RichardAsh1981@gmail.com
b48e6883c6
remove other traces of iAVC now that AVCeffect is gone
2013-06-28 18:58:37 +00:00
prlivesey
59bf545179
Removed ChangeLength from the project file, matching r12393.
...
AvcCompressor was not in there to remove.
2013-06-28 10:36:33 +00:00
windinthew
bcc4a5707f
Update by Antonio Paniagua
2013-06-28 09:54:50 +00:00
v.audacity
3d6c0d029f
Make Windows installation consistently go to common access rather than user-specific, per forward from Buanzo of message feedback@ message from "Heath Parker".
2013-06-28 05:50:56 +00:00
v.audacity
714049ffce
2013-06-28 03:41:14 +00:00
v.audacity
e2f272890c
Steve Daulton's patch for fractional BPM
2013-06-28 03:20:33 +00:00
v.audacity
89b2005e49
Line up wxChoice controls and their labels.
2013-06-27 23:14:35 +00:00
v.audacity
d579be476a
Remove specific effects from credits.
2013-06-27 22:40:43 +00:00
v.audacity
cb3e8844ba
Simplify adding vertical space in dialog.
2013-06-27 22:15:31 +00:00
v.audacity
868615b6ba
Delete unused AvcCompressor and apparently never-completed ChangeLength effects.
2013-06-27 22:11:47 +00:00
v.audacity
43042ab7c8
Try a different way of specifying separation between Preview and Dry Preview buttons, that should be more correct cross-platform.
2013-06-27 01:27:36 +00:00
RichardAsh1981@gmail.com
00efb43219
Apply Gale's patch to correct the spelling of Leveler.
2013-06-26 19:39:06 +00:00
RichardAsh1981@gmail.com
3e194f042c
Add a number of contributors to the bundled Nyquist effects who had been previously credited in the effects. We have never released iAVC so don't list it here.
2013-06-26 18:59:22 +00:00
RichardAsh1981@gmail.com
325888d34d
move author credits and license information into comments, not the plug-in UIs. Matches built-in effects in Audacity.
2013-06-26 18:35:33 +00:00
windinthew
62de33efe1
Update by Martin Srebotnjak
2013-06-26 06:04:39 +00:00
v.audacity
607ddbe193
Improve the Dry Preview button horizontal spacing after Preview button.
2013-06-26 03:40:54 +00:00
v.audacity
dfbbd43baf
Improve spacing between Preview and Dry Preview buttons, and comments. Stop some compiler warnings.
2013-06-26 03:33:03 +00:00
v.audacity
7d7b0a3e00
Steve Daulton's fix for PitchIndex() to round in the correct direction for negative MIDI numbers.
2013-06-26 00:18:01 +00:00
v.audacity
08dd4d9813
Safeguard against ChangePitchDialog::OnText_ToFrequency() from allowing OK or Preview if percent change is out of bounds.
...
Consolidate multiple #defines for Percent Change controls.
Update copyright year.
2013-06-25 23:43:55 +00:00
v.audacity
28ec3e2e73
Get rid of cruft. Rename dialog title to preferred spelling. Get rid of compiler warning.
2013-06-25 18:25:08 +00:00
v.audacity
35f8df088c
Doh! Fix compile problem. Sorry, all.
2013-06-25 16:59:48 +00:00
windinthew
055714bc95
Update by Inácio Barroso
2013-06-22 06:59:08 +00:00
v.audacity
3f6856e07a
Simplify Leveller dialog.
2013-06-22 00:49:13 +00:00
v.audacity
0a41d21c21
Paul wrote back that his name should appear as Paul Nasca in the About dialog.
2013-06-21 22:23:47 +00:00
v.audacity
b4f2a09e37
Remove individual credits from built-in effects. Should always be in About dialog instead.
2013-06-21 22:14:13 +00:00
v.audacity
b33983833b
Remove individual credits from built-in effects. Should always be in About dialog instead.
2013-06-21 22:10:50 +00:00
v.audacity
298f0688cb
Doh! .c_str()
2013-06-21 22:09:20 +00:00
v.audacity
d96a141c37
Add some Other Contributors.
2013-06-20 22:37:28 +00:00
martynshaw99
18c2d64775
Remove the BETA definition, so we can't use it.
2013-06-20 22:20:32 +00:00
v.audacity
d8a9d774fe
Fixed some missed cross-updating of octave controls.
2013-06-20 03:53:57 +00:00
v.audacity
0716c1f62b
Add static text about "Estimated Start Pitch" per -quality discussion.
...
Fixed some weird layout issues due to ShuttleGui misuse.
Fixed some SetName cut/paste errors (e.g., it used to say "To frequency in seconds" !).
Fixed rounding direction in PitchOctave() for negative MIDI notes.
Fixed a comment in ShuttleGui.cpp.
2013-06-20 02:28:55 +00:00
windinthew
0687cd953c
Update by Martin Bagic
2013-06-19 07:44:53 +00:00
v.audacity
ce8f6b09da
Substantial code simplification and clarification, but should be no functional changes. The Effect does not need to store all the param values the dialog provides.
2013-06-19 02:25:21 +00:00
windinthew
7dcd9c4e10
Update by Thomas Breinstrup
2013-06-18 07:43:59 +00:00
v.audacity
b327e510b0
Improvements in Change Pitch effect.
...
* from and to octave spin controls and cross-updating
* new conversion utilities in PitchName.*
* code simplification, new documentation
* stop a few compiler warnings in FreqWindow.cpp on unused params
2013-06-18 04:35:35 +00:00
windinthew
741d283276
Make "Wet Only" checkbox translatable (thanks, Yuri)
2013-06-17 07:29:31 +00:00
windinthew
5a58dec799
Update by Yuri
2013-06-17 06:20:58 +00:00
windinthew
c89afd5cc7
Update by Ruslan Kabatsayev
2013-06-17 06:12:45 +00:00
martynshaw99
91da5e2354
This to make no modules 'special', reverting what was done for Audacity 2.0.2. We ask each time about each module to see if the user want to load it.
...
Anything to do with modules and prefs is currently under EXPERIMENTAL_MODULE_PREFS and turned off.
We never load 'out of date' modules (but do allow modules to interrogate the current prefs and 'pretend' they are that version. The 'Aurora' plug-ins do that).
If a module is 'out of date' we provide the name in a user-facing message and actual location in the log, just in case the user has a number of versions in different places (untested).
We currently don't remember the users preference for loading each module, but could extend this. We would need an extra button in the ShowMultiDialog of ModuleManager::Initialize and then store the preferences in prefs. That would need a more sophisticated entry in prefs->Modules to enable a user to change their decisions.
2013-06-16 23:31:32 +00:00
v.audacity
820b889475
bug 309: Get rid of incremental fix now that correct fix is in PitchIndex().
2013-06-15 00:28:04 +00:00
windinthew
0e9fa580f5
Update by Pavel Fric
2013-06-10 07:41:33 +00:00