public class RecordingController
extends java.lang.Object
Constructor and Description |
---|
RecordingController() |
Modifier and Type | Method and Description |
---|---|
static void |
addNewRecording()
Adds a new recording to the currently selected sample.
|
static void |
addRecordingFromBeginningToEnd()
Add the a recording to the selected sample starting in the first event year and ending in the last year of the sample.
|
static void |
addRecordingFromFirstEventToEnd()
Add the a recording to the selected sample starting in the first event year and ending in the last year of the sample.
|
static void |
deleteAllRecordingsButNotEvents()
Delete all recordings from the currently selected sample but don't delete any events.
|
static void |
deleteRecording(int index)
Removes a recording from the currently selected sample.
|
public static void addNewRecording()
public static void addRecordingFromFirstEventToEnd()
recording
- public static void addRecordingFromBeginningToEnd()
recording
- public static void deleteRecording(int index)
index
- public static void deleteAllRecordingsButNotEvents()