|
|
Command to set a TSE3::Part's info (the TSE3::Phrase, it's TSE3::MidiParams setup, the TSE3::DisplayParams and it's TSE3::MidiFilter setup).
If you just want to set the TSE3::Phrase, use Part_SetPhrase.
See also: Command
Part_SetInfo (TSE3::Part *part,
TSE3::Phrase *phrase,
TSE3::Clock repeat,
const TSE3::MidiFilter &smef,
const TSE3::MidiParams &mp,
const TSE3::DisplayParams &dp)
| Part_SetInfo |
To create this command specify the Part object to alter and the new information.
void executeImpl ()
| executeImpl |
[protected virtual]
Reimplemented from Command for internal purposes..
void undoImpl ()
| undoImpl |
[protected virtual]
Reimplemented from Command for internal purposes..