## lib/sequencer
* [lib/sequencer](#module_lib/sequencer)
* [~Create a new sequencer and assign command and UI as private sub-classes](#module_lib/sequencer..Create a new sequencer and assign command and UI as private sub-classes)
* [new Create a new sequencer and assign command and UI as private sub-classes(cfg, cmd, ui)](#new_module_lib/sequencer..Create a new sequencer and assign command and UI as private sub-classes_new)
### lib/sequencer~Create a new sequencer and assign command and UI as private sub-classes
**Kind**: inner class of [lib/sequencer
](#module_lib/sequencer)
#### new Create a new sequencer and assign command and UI as private sub-classes(cfg, cmd, ui)
| Param | Type | Description |
| --- | --- | --- |
| cfg | object
| Configuration object |
| cmd | object
| Shared command class |
| ui | object
| Electron UI, browser window |