Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Access to all sample lists, adding of new sample lists. More...
Public Member Functions | |
ISampleListAccessor | CreateNew (string filename="") |
Creates a new sample list, appending it to the Lists available. | |
Properties | |
IReadOnlyList< ISampleListAccessor > | Lists [get] |
From Chronos 5.2 on, there can be multiple sample list opened at the same time. | |
ISampleListAccessor | FocusedList [get, set] |
The currently topmost/focused list. | |
Access to all sample lists, adding of new sample lists.
Definition at line 276 of file SampleListWorkerInterfaces.cs.
ISampleListAccessor AxelSemrau.Chronos.Plugin.ISampleListManager.CreateNew | ( | string | filename = "" | ) |
Creates a new sample list, appending it to the Lists available.
filename | Title of the new sample list tab |
|
getset |
The currently topmost/focused list.
Definition at line 293 of file SampleListWorkerInterfaces.cs.
|
get |
From Chronos 5.2 on, there can be multiple sample list opened at the same time.
Definition at line 281 of file SampleListWorkerInterfaces.cs.