kopia lustrzana https://github.com/jameshball/osci-render
Enable device selection and audio sample selection when timed recording finishes
rodzic
546aa6aaf4
commit
e3c26b074b
|
@ -265,6 +265,10 @@ public class MainController implements Initializable, FrequencyListener, MidiLis
|
|||
e -> {
|
||||
saveRecording();
|
||||
recording = false;
|
||||
Platform.runLater(() -> {
|
||||
audioSampleComboBox.setDisable(false);
|
||||
deviceComboBox.setDisable(false);
|
||||
});
|
||||
}
|
||||
);
|
||||
recordingTimeline = new Timeline(kf1, kf2);
|
||||
|
|
Ładowanie…
Reference in New Issue