mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-10 05:30:01 +01:00
Doxygen, Clips and Labels
- Classes renamed and better doxygenated - GetInfo: Type=Clips added - GetInfo: Type=Labels added.
This commit is contained in:
committed by
Paul Licameli
parent
ca5dac59ff
commit
b1b1a362ed
@@ -37,7 +37,7 @@ threshold of difference in two selected tracks
|
||||
|
||||
extern void RegisterCompareAudio( Registrar & R){
|
||||
R.AddCommand( make_movable<CompareAudioCommand>() );
|
||||
// std::unique_ptr<CommandOutputTarget> &&target
|
||||
// std::unique_ptr<CommandOutputTargets> &&target
|
||||
// return std::make_shared<CompareAudioCommand>(*this, std::move(target));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user