Constructor for Add/Edit Loop window. Requires a hook to the main form and
the window mode must be specified.
Declaration Syntax
C# | Visual Basic |
public frmAddEditLoop( frmMain main, AddEditLoopWindowMode mode, AudioFile audioFile, Guid loopId )
Public Sub New ( _ main As frmMain, _ mode As AddEditLoopWindowMode, _ audioFile As AudioFile, _ loopId As Guid _ )
Parameters
- main (frmMain)
- Hook to the main window
- mode (AddEditLoopWindowMode)
- Window mode
- audioFile (AudioFile)
- AudioFile linked to the marker
- loopId (Guid)
- Identifier of the loop (if it exists)