Building a Sample Loop Manager
-
I'm starting a new project I want to release a free Sample Loop manager. I have a million loops I've created now I want a plugin to throw them all in
I want to be able to do things like:
Drag & Drop files from the plugin to an editor window inside of a DAW
Organize files with #Tags
Organize by Bpm and Genre etc.
Favorite certain samples and store themSomething similar to this Sample Manager by ADSR
https://www.youtube.com/watch?v=5qCPermHJ5k&ab_channel=ADSRMusicProductionTutorials
I know how to accomplish most of what I want.. But If anyone is willing to give me advice on accomplishing any of those 4 things it would be extremely helpful!
-
That's going to take some C++. Why not use sample manager?
-
@d-healey Well I just want to have my samples under my own brands plugin with my own design setup etc. I keep trying to avoid digging deeper into C++ but I'm getting to the point where I don't have a choice now
Where should I start let's say if I want to get the drag & drop functionality? -
Where should I start let's say if I want to get the drag & drop functionality?
Learn JUCE.