X-Git-Url: https://ruin.nu/git/?p=moosique.git;a=blobdiff_plain;f=MooDialog.java;h=fc9c2c0b19bd39ad7c23a4560e06cac0513dcd0a;hp=07e719aeb2af1ca0a10e777fc14ff474443f802d;hb=e49cbedbb512d2cbadb19f9b4b84c1b0ef39ff9c;hpb=22067aec9dd544828d90ff39a3a6d40cdfc7ea9f diff --git a/MooDialog.java b/MooDialog.java index 07e719a..fc9c2c0 100644 --- a/MooDialog.java +++ b/MooDialog.java @@ -30,7 +30,8 @@ public class MooDialog extends JDialog { SET_TEMPO = 9, PREFERENCES = 10, TRANSPOSE = 11, - SCALE_VELOCITY = 12; + SCALE_VELOCITY = 12, + RECORD = 13; /** * Constructor of the dialogs. @@ -701,6 +702,21 @@ public class MooDialog extends JDialog { */ } + private void makeRecordDialog(Container pane) { + /* Show a dialog with: + "Track" combo box, + "Channel" field? (disabled?, + "Quantize" pane with + "Quantize" checkbox, + "Resolution" combo box, + "Location" checkboxes and + "Duration" checkboxes + "Start Recording" button. + + Moosique.record(track); + */ + } + private MooNote note; private JOptionPane optionPane; private JTextField pitch;