Skip to content

Commit

Permalink
Update to Clip File
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkwoodwest committed Nov 7, 2020
1 parent e0181db commit dcf145b
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ private void openFileDialog(){
// JDialog wrapper = new JDialog((Window)null);
// wrapper.setVisible(true);
// chooser.showDialog(wrapper, "APPROVE");
FileChooser file_chooser = new FileChooser();
//FileChooser file_chooser = new FileChooser();

// System.out.println(f.getCurrentDirectory());
// System.out.println(f.getSelectedFile());
Expand Down
Binary file not shown.
Binary file not shown.
Binary file added target/classes/com/kirkwoodwest/utils/Array.class
Binary file not shown.
Binary file added target/classes/com/kirkwoodwest/utils/Log.class
Binary file not shown.
Binary file added target/classes/com/kirkwoodwest/utils/Midi.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added target/kirkwoods-utils-0.1.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Generated by Maven
#Sat Nov 07 11:58:26 PST 2020
groupId=com.kirkwoodwest
artifactId=kirkwoods-utils
version=0.1
Original file line number Diff line number Diff line change
@@ -1,14 +1,31 @@
com/kirkwoodwest/utils/clipdata/data/ClipDataVelocity.class
com/kirkwoodwest/utils/clipdata/ClipDataHandler$DataType.class
com/kirkwoodwest/utils/clipdata/data/ClipDataNote.class
com/kirkwoodwest/utils/clipdata/data/ClipData$DataType.class
com/kirkwoodwest/utils/Midi.class
com/kirkwoodwest/utils/channelfinder/ChannelFinder.class
com/kirkwoodwest/utils/cvosc/CVToOsc.class
com/kirkwoodwest/utils/Array.class
com/kirkwoodwest/utils/led/LedCCRanged.class
com/kirkwoodwest/utils/channelfinder/ChannelFinderData$Type.class
com/kirkwoodwest/utils/clipfiledata/DataItem.class
com/kirkwoodwest/utils/clipdata/ClipDataHandler$1.class
com/kirkwoodwest/utils/clipdata/ClipDataParent.class
com/kirkwoodwest/utils/channelfinder/ChannelFinderSearchBank.class
com/kirkwoodwest/utils/clipdata/data/ClipDataMax.class
com/kirkwoodwest/utils/clipdata/data/ClipDataVelocity.class
com/kirkwoodwest/utils/Math.class
com/kirkwoodwest/KirkwoodsUtilsExtensionDefinition.class
com/kirkwoodwest/utils/channelfinder/ChannelFinder.class
com/kirkwoodwest/utils/led/Led.class
com/kirkwoodwest/utils/led/LedNoteOnOff.class
com/kirkwoodwest/utils/channelfinder/ChannelFinderSetting.class
com/kirkwoodwest/utils/led/LedHandler.class
com/kirkwoodwest/utils/channelfinder/ChannelFinderData.class
com/kirkwoodwest/extensions/CVToOscExtension.class
com/kirkwoodwest/KirkwoodsUtilsExtension.class
com/kirkwoodwest/utils/led/LedCCRanged.class
com/kirkwoodwest/utils/channelfinder/ChannelFinderData$Type.class
com/kirkwoodwest/utils/channelfinder/ChannelFinderSearchBank.class
com/kirkwoodwest/utils/Log.class
com/kirkwoodwest/utils/led/LedHandler$LedType.class
com/kirkwoodwest/extensions/CVToOscExtensionDefinition.class
com/kirkwoodwest/utils/clipfiledata/ClipFileDataParent.class
com/kirkwoodwest/utils/clipfiledata/ClipFileData.class
com/kirkwoodwest/utils/clipdata/ClipDataHandler.class
com/kirkwoodwest/utils/clipdata/data/ClipData.class

0 comments on commit dcf145b

Please sign in to comment.