mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-15 16:17:41 +02:00
Small change of format for GetInfo Labels
to make parsing a bit easier in LISP
This commit is contained in:
parent
9ad88e091c
commit
f09bfbc217
@ -354,6 +354,7 @@ bool GetInfoCommand::SendLabels(const CommandContext &context)
|
|||||||
context.EndStruct();
|
context.EndStruct();
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
context.StartArray();
|
||||||
context.AddItem( (double)i ); // Track number.
|
context.AddItem( (double)i ); // Track number.
|
||||||
context.StartArray();
|
context.StartArray();
|
||||||
for (int nn = 0; nn< (int)labelTrack->mLabels.size(); nn++) {
|
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();
|
context.EndArray();
|
||||||
|
context.EndArray();
|
||||||
#endif
|
#endif
|
||||||
} );
|
} );
|
||||||
// Per track numbering counts all tracks
|
// Per track numbering counts all tracks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user