From 0522bed8e1575b1368ed8886993a042b87cb03a0 Mon Sep 17 00:00:00 2001 From: Andy Tanguay Date: Wed, 4 Oct 2023 22:18:46 -0400 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..99662bc --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# M8_KitCreator +Simple Sliced audio file creator thats compatible with the M8 + +The idea here is to be able to take a selection of wav files and mash them into a sliced kit that the M8 likes. + +This is a python script with a couple dependencies, but nothing weird. +Right now, it ia putting the file together and adding the markers for the slices, but they're in the wrong spots. +A little work in oceanaudio or something, and you're good. + +Also, hoping to add silence clipping to the script's bag of tricks. + + +