Re: [Audacity-devel] Real-time effects stacks
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Lars L. <lar...@gm...> - 2008-05-06 09:03:22
|
On Mon, 2008-05-05 at 18:52 -0400, Michael Chinen wrote: > Nice thoughts, LRN. I think you pretty much summed up the consensus. > > However, for reverse effects, as well as effects that greatly alter > the length or continuity of the waveform, I have a different position. > I agree that it is possible to reverse in stack mode, and the problem > is cool to think about, certainly. > > However, I don't think it makes sense to have those type of effects on > as a stack structure for UI purposes. This is why DAWs have effects > that can be chained and stacked, and effects that can't - not because > it is harder to implement, but because the user expectation of these > stacked effects are "guitar pedal"-like effects that do something with > the waveform directly beneath wherever the cursor is. Effects that > make significant changes to continuity/structure can break this > expectation. You can have two separate stacks, for realtime and non-realtime effects, and view the non-realtime effects as an explicit undo stack. It could also include things like copy and paste commands, manual sample point tweaks etc. I've been thinking about writing a sampler like this (and got started on it, but other things got in the way). --ll |