mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
Small change of format for GetInfo Labels
to make parsing a bit easier in LISP
This commit is contained in:
@@ -354,6 +354,7 @@ bool GetInfoCommand::SendLabels(const CommandContext &context)
|
||||
context.EndStruct();
|
||||
}
|
||||
#else
|
||||
context.StartArray();
|
||||
context.AddItem( (double)i ); // Track number.
|
||||
context.StartArray();
|
||||
for (int nn = 0; nn< (int)labelTrack->mLabels.size(); nn++) {
|
||||
@@ -365,6 +366,7 @@ bool GetInfoCommand::SendLabels(const CommandContext &context)
|
||||
context.EndArray();
|
||||
}
|
||||
context.EndArray();
|
||||
context.EndArray();
|
||||
#endif
|
||||
} );
|
||||
// Per track numbering counts all tracks
|
||||
|
Reference in New Issue
Block a user