1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-07 00:27:13 +01:00

fix some comments

This commit is contained in:
Paul Licameli
2016-12-26 09:03:14 -05:00
parent 6665370f61
commit 3e51fd5078
8 changed files with 28 additions and 22 deletions

View File

@@ -16,7 +16,7 @@
This is an abstract class that subclasses will have to derive the types
from. For any type there should only be one ODDecodeTask associated with
a given track.
There could be the ODBlockFiles of several FLACs in one track (after copy and pasting),
There could be the ODDecodeBlockFiles of several FLACs in one track (after copy and pasting),
so things aren't as simple as they seem - the implementation needs to be
robust enough to allow all the user changes such as copy/paste, DELETE, and so on.