|
|
Command to insert a new blank Track into a Song.
See also: Command
| Song_InsertTrack (TSE3::Song *song, size_t track)
| Song_InsertTrack |
Insert a new blank TSE3::Track into the TSE3::Song
song at index track.
Parameters:
| song | TSE3::Song to insert TSE3::Track into |
| track | Index at which to insert new TSE3::Track |
| void executeImpl ()
| executeImpl |
[protected virtual]
Reimplemented from Command for internal purposes..
| void undoImpl ()
| undoImpl |
[protected virtual]
Reimplemented from Command for internal purposes..