Re: [Audacity-devel] Linking changes!
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: James C. <cr...@in...> - 2010-02-17 22:19:07
|
Wow! Just tried this out, and it looks good. I think it is going to need feedback and tweaking of details from actual use. I know you hoped to avoid that by choice of a clear definition of what should happen, but that is just how it is with new GUI ideas. At least it should require much less iteration than starting from a less well thought out starting point would. - In linking mode generate may or may not move audio - it depends on the size difference between the selection and the resulting Audio. That looks correct to me, but I can see some users being puzzled at audio moving when they are generating audio at the end of an existing track and silence gets inserted in the track above. Possibly a refinement is that the synchro selection is empty if no audio would be moved in the normally selected tracks, i.e. when making changes at the right end of tracks. Not sure about this. What do you think? - I was surprised that a change speed (slower) changed speed in the synchro tracks too, rather than adding silence - though I can see the sense in it because we don't have that option when changing speed (faster). - A minor tweak to the chain-link background is to start the image not at zero but at internal position = (xPosition mod bitmap-width). At the moment extending a selection left the chain links move, extending it right they don't. Anyway, after a little getting used to it is very usable. I like this. --James. On 17/02/2010 18:08, Al Dimond wrote: > I've made a number of changes in the last couple days to implement the > new linking scheme (same as the old linking scheme but should be > easier to program around). > > 1. You shouldn't see any changes unless you're building with > EXPERIMENTAL_LINKING enabled in src/Experimental.h. If you do let me > know or fix it if you feel like it. > > 2. If you want to try it enable EXPERIMENTAL_LINKING. Everything I've > tested so far works, but I'm sure I don't have everything. If there > are performance issues with selection let me know -- I don't have any > slow computers to test with here (sadly). > > 3. I'll document the new programming style for linking on the Wiki > soon. > > 4. Truncate Silence doesn't yet work with linking, but it doesn't work > with multiple clips yet either. That's my next order of business. > > - Al > |