Chronos Plugins  5.2.0
This documentation covers the plugin interfaces definitions and an example implementation.
AxelSemrau.Chronos.Plugin.ISampleListManager Interface Reference

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. More...
 

Properties

IReadOnlyList< ISampleListAccessorLists [get]
 From Chronos 5.2 on, there can be multiple sample list opened at the same time. More...
 
ISampleListAccessor FocusedList [get]
 The currently topmost/focused list. More...
 

Detailed Description

Access to all sample lists, adding of new sample lists

Definition at line 267 of file SampleListWorkerInterfaces.cs.

Member Function Documentation

◆ CreateNew()

ISampleListAccessor AxelSemrau.Chronos.Plugin.ISampleListManager.CreateNew ( string  filename = "")

Creates a new sample list, appending it to the Lists available.

Parameters
filenameTitle of the new sample list tab
Returns

Property Documentation

◆ FocusedList

ISampleListAccessor AxelSemrau.Chronos.Plugin.ISampleListManager.FocusedList
get

The currently topmost/focused list.

Definition at line 284 of file SampleListWorkerInterfaces.cs.

284 { get; }

◆ Lists

IReadOnlyList<ISampleListAccessor> AxelSemrau.Chronos.Plugin.ISampleListManager.Lists
get

From Chronos 5.2 on, there can be multiple sample list opened at the same time.

Definition at line 272 of file SampleListWorkerInterfaces.cs.

272 { get; }

The documentation for this interface was generated from the following file: