1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 06:09:47 +02:00

1716 Commits

Author SHA1 Message Date
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
v.audacity
6f01a9662b Remove mod-script-pipe from the solution. No modules should be in the .sln in TRUNK. 2013-06-08 02:24:23 +00:00
windinthew
355d43aa89 Typo in message 2013-06-05 08:12:51 +00:00
martynshaw99
90a62323be Sorry, I failed to commit this file in 12346. I wonder why nobody has appeared to notice. I guess nobody has tried EXPERIMENTAL_OUTPUT_DISPLAY? 2013-06-05 00:54:39 +00:00
martynshaw99
37f74e27bb Adding the ability to load 'non-recognised' modules, with a warning to the user (the main point).
Removing duplicate code from LoadModules, at the expense of making  ModuleManager::Initialize more monolithic.

Make MultiDialog a bit more general.

Remove a few warnings.

Some logging has been turned back on when loading libs, we could turn it off again.

To test you could compile mod-nyq-bench and make sure it is available on the bottom of the 'View' menu, then unselect it in the Prefs -> Modules an retry.
2013-06-05 00:35:10 +00:00
v.audacity
44c03e7de8 further fix regarding bug 309, from off-list discussion with Steve 2013-06-02 00:26:16 +00:00
windinthew
7aeb4396b7 Removing unwanted access keys from all items in the Generate, Effect and Analyze Menus 2013-06-01 23:26:11 +00:00
v.audacity
cfe095f839 Steve's patch from "Enable Sync Lock during Play (was: Align tracks end to end)" thread 2013-06-01 23:10:18 +00:00
windinthew
d123df1e55 Update by Dániel Bara 2013-06-01 22:22:52 +00:00
v.audacity
91ce40d415 Oops, square bracket was incorrect because problem does not occur for 8.2Hz. 2013-05-30 23:34:49 +00:00
v.audacity
c39f9a4b53 further constraints regarding bug 309, from off-list discussion with Steve 2013-05-30 23:30:09 +00:00
martynshaw99
39f03edd8d Whoops! EXPERIMENTAL_OUTPUT_DISPLAY was supposed to be turned off by default! 2013-05-30 23:18:24 +00:00
martynshaw99
f209391d59 John (Thales) code to make the waveform display look like the output of the gain and pan sliders, rather than the input. Added as EXPERIMENTAL_OUTPUT_DISPLAY since there is work to do, but I think this deserves wider input/views. 2013-05-30 23:14:25 +00:00
v.audacity
16e1958501 incremental changes related to bug 309 based on Steve's off-list patch 2013-05-28 01:50:59 +00:00
RichardAsh1981@gmail.com
fc0cb41356 fix the build of on-demand ffmpeg, disable the preference if FFmpeg support is not compiled in. Patch by Michael Chinen. This feature is currently off in experimental.h. 2013-05-25 15:36:04 +00:00
james.k.crook@gmail.com
8a1b3f38cc Added warning (comment) "use at your own risk". 2013-05-25 10:55:27 +00:00
v.audacity
46413b00c3 Steve says this fixes a compiler warning on Linux, "Audacity-devel] Bug 370 patch" thread. 2013-05-25 02:43:24 +00:00
v.audacity
9d8bdb1cca Steve pointed out to me that wx>TextCtrl Percent Change of -99.7 or lower causes crash in SoundTouch code, and anything below -99.0 is probably garbage, so I changed the bounds check to -99% (which matches the slider, too). 2013-05-23 00:42:21 +00:00
v.audacity
3f2c9d0c1d further constraints regarding bug 309, from off-list discussion with Steve 2013-05-22 04:32:43 +00:00
windinthew
11eee65d25 Update by Christian 2013-05-21 06:40:04 +00:00
v.audacity
588d2976b0 further constraints, against negative pasted frequencies that wxValidator doesn't prevent 2013-05-21 02:35:29 +00:00
v.audacity
1589720d93 modified version of Steve's patch for bug 638 2013-05-21 01:58:11 +00:00
RichardAsh1981@gmail.com
c2ab493524 fix crash when using --without-ffmpeg when ffmpeg importer is still in prefs from previous --with-ffmpeg builds. Patch by Michael Chinen 2013-05-19 14:28:38 +00:00
RichardAsh1981@gmail.com
6664607e4d Patch from Michael Chinen to fix unicode import crash due to c_str and wxLogMessage - especially on Mac. Also remove the forcing of file names to lower case for display, which can never have been correct, especially for case sensitive file systems. 2013-05-19 14:18:45 +00:00
mchinen
e9353e32e0 ToneGen: refactor code for linear/log cases since it is substantially more complicated and duplicated after bug 635 fix. 2013-05-19 10:00:20 +00:00
mchinen
8fd058e8ee bug 635:fix generate chirp for log square no alias. Patch by Steve Daulton. 2013-05-19 10:00:12 +00:00
mchinen
c51e2493eb bug 601:fix black text for (show name in waveform) option. Patch by Steve Daulton. 2013-05-19 09:11:27 +00:00
mchinen
7863f52986 ExportMultipl.cpp:fix wx controls labels heirarchy. Patch by Steve Daulton. 2013-05-19 08:51:34 +00:00
mchinen
9fab115a67 Effect.cpp: fix crash on preview while creating chains. Patch by Steve Daulton. 2013-05-19 05:56:42 +00:00
v.audacity
e8714acce7 Gale's patch for [Audacity-quality] "Help buttons in dialogues WAS Re: Nyquist Generate Prompt" thread 2013-05-19 00:22:26 +00:00
richardash1981
5c61ffc4a7 add missing include as per Benjamin Drung and Michael Chinen 2013-05-18 14:23:26 +00:00
v.audacity
16637e1268 bug 309, comment 14 2013-05-18 00:09:43 +00:00
v.audacity
4134d73125 Fix rounding error in ChangePitchDialog::Calc_ToPitchIndex(). 2013-05-14 02:49:56 +00:00
v.audacity
a7d0ddc49a incremental layout updates based on Steve's mock-up 2013-05-13 01:22:14 +00:00
v.audacity
2c827c163e In effort on bug 253:
Get rid of Pitch Up/Down radio buttons. 

Change Semitones validator back to allow negative entries. 

Make "From:" and "To:" for Pitch be consistent with formatting for Frequency. 

Make the pitch wxChoice narrower. It's at most only 5 characters. 

Remove empty comments. Cruft.
2013-05-13 00:07:01 +00:00
v.audacity
1d6a5aaefa local fix for bug 253, plus prevents user entering negative values for From or To frequencies 2013-05-12 01:06:09 +00:00
v.audacity
218733c38e Rob's original code referred to this param as "Delay".
Then, May 11, 2013, in a thread on [Audacity-quality], subject "Reverb effect", Steve suggested and Gale seconded renaming it "Pre-delay". 
I've changed it only in the GUI, and left the rest of the code as *Delay*.
2013-05-11 22:24:05 +00:00
v.audacity
50c5760520 John's fix missed many of the returns from Import::Import(), so it would have left the mbBusyImporting flag as true in all those cases, even though it was no longer true. This fixes those. 2013-05-11 21:57:33 +00:00
v.audacity
711a955ed6 Fix commit r12317 to build on Linux. Apply WXUNUSED a couple of places. 2013-05-11 21:22:55 +00:00
v.audacity
483d723a5d fix for bug 584 2013-05-11 03:29:15 +00:00
windinthew
6dd69e47fa update by Kaya 2013-05-08 01:46:25 +00:00
martynshaw99
19ea4e81d5 Lasse suggested the change to the BUF_SIZE (on http://forum.audacityteam.org/viewtopic.php?f=50&t=72371 and Steve passed it on. It improves the speed by an order of magnitude, or more.
Also made some int -> sampleCount changes as they looked dodgy.
And removed some compiler messages.
2013-05-07 22:46:58 +00:00
richardash1981
d4989b3a53 Patch by Steve the Fiddle to trap another invalid return from Nyquist and prevent crashing Audacity 2013-05-06 10:29:06 +00:00
windinthew
dada8068d0 Update by Xabier 2013-05-06 02:00:27 +00:00