|
|
Command to snip a TSE3::Part in a TSE3::Track.
If there is no TSE3::Part at the specified time, then nothing will happen, and no error will be raised. It is suggested that you check that the command is worthwhile before you perform it.
See also: Command
Track_Snip (TSE3::Track *track, TSE3::Clock snipTime)
| Track_Snip |
Create a Track_Snip command for the given TSE3::Track at the given time. If there is no TSE3::Part at this time then the command will do nothing.
~Track_Snip ()
| ~Track_Snip |
[virtual]
void executeImpl ()
| executeImpl |
[protected virtual]
Reimplemented from Command for internal purposes..
void undoImpl ()
| undoImpl |
[protected virtual]
Reimplemented from Command for internal purposes..