psemiletov / drumlabooh

LV2/VSTi drum machine that can use Hydrogen, SFZ, and own drumkit formats
https://psemiletov.github.io/drumlabooh/
GNU General Public License v3.0
40 stars 2 forks source link

Add a way to play samples #6

Open Daniele71 opened 7 months ago

Daniele71 commented 7 months ago

Hi, it seems that there's no way to play sample after a drumkit is loaded. If you don't want to add another button, clicking on sample's name could be a solution.

Side note it seems that you are using some Cyrillic characters, they don't show up, not sure if is a localization problem or missing font. Better to avoid, use an image. I'm talking about program name on the right above your name.

Enough for now :)

Thanks.

psemiletov commented 7 months ago

Thank you for the comments! The sample playing is a good idea, but it make the code more compex (Drumlabooh will send a note to DAW, or to JUCE's MIDI messages queue) - so, such thing is simple out of the code design. The Cyrillic characters - yes, I'll fix it.