Paul Licameli

Results 45 issues of Paul Licameli

Resolves: #3315 Make sure the inputs given to realtime play of a mono track are the same as given to destructive effect application and rendering. This makes a difference with...

- Generate 10 hours of silence (this is fast) - Choose Echo (for instance) from the Effects menu - See progress dialog with no Cancel button This is a regression...

bug
P4
regression

Compare issue #1644 If we add new parameters to clips, we should also extend the ability of macros and Scriptable menu items.

Enhancement Request
macros / scripting
Clips
minor feature

Resolves: #3112 (except for VST2) Fix realtime play of Ladspa, Lv2, and AudioUnit effects, so they properly clear delay buffers when you power an effect or effect list off. I...

Change clang compiler options so that variables shadowing others in surrounding scope are disallowed. Make other source code changes needed to fix the build. Commits divide the fixes for review...

Nine have been blacklisted in previous versions of Audacity: - [x] AUAudioFilePlayer - [x] AUScheduledSoundPlayer - [x] AUSpeechSynthesis - [x] AUNetReceive - [x] AUMixer3D - [x] AUMultiSplitter - [x] AUMultiChannelMixer...

Effects

Main thread uses `EffectSettingsAccess::Set` to send parameter changes to the worker thread, in reimplemented `ComponentHandler` subclass. VST3 effect settings may need to carry extra information. Worker thread receives the messages...

Task
Effects

Some steps (and analogous commits) - [ ] Really stateless (squash following into one commit when done) (014836dd) - [x] `unordered_map` in Settings may need to become `map` for predictable...

Task
Effects

Things to do (not necessarily in this sequence), with some analogous older commits - [x] 0. Define minimal Instance class -- holding references to Instance and EffectSettingsAccess (43d9887c) - [x]...

Task
Effects

Some steps (and analogous commits) - [ ] Really stateless (squash following into one commit when done) (014836dd) - [ ] Define appropriate `MakeSettings`, and a `CopySettingsContents` that does not...

Task
Effects