MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
frmAddEditLoop Constructor (main, mode, audioFile, loopId)
NamespacesMPfmfrmAddEditLoopfrmAddEditLoop(frmMain, AddEditLoopWindowMode, AudioFile, Guid)
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)

Assembly: MPfm (Module: MPfm) Version: 0.6.0.0 (0.6.0.0)