|
tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications
« « « Anklang Documentation |
Public Member Functions | |
| void | pluginChanged (Plugin &p) |
| Call to indicate a plugin's state has changed and needs saving. | |
| void | clear () |
| void | flushPluginStateIfNeeded (Plugin &p) |
| Flushes the plugin state to the Edit if it has changed. | |
| void | flushAll () |
| Flushes all changed plugins to the Edit. | |
Definition at line 464 of file tracktion_Edit.cpp.
| void tracktion::engine::Edit::ChangedPluginsList::clear | ( | ) |
Definition at line 474 of file tracktion_Edit.cpp.
| void tracktion::engine::Edit::ChangedPluginsList::flushAll | ( | ) |
Flushes all changed plugins to the Edit.
Definition at line 492 of file tracktion_Edit.cpp.
| void tracktion::engine::Edit::ChangedPluginsList::flushPluginStateIfNeeded | ( | Plugin & | p | ) |
Flushes the plugin state to the Edit if it has changed.
Definition at line 480 of file tracktion_Edit.cpp.
| void tracktion::engine::Edit::ChangedPluginsList::pluginChanged | ( | Plugin & | p | ) |
Call to indicate a plugin's state has changed and needs saving.
Definition at line 469 of file tracktion_Edit.cpp.