nicklan / drmr

An LV2 sampler plugin that (currently) plays hydrogen drum kits
GNU General Public License v3.0
57 stars 17 forks source link

Sample preview button #6

Closed naught101 closed 12 years ago

naught101 commented 12 years ago

Loving the awesome sampler. Just what Linux audio needs right now (or at least, the part that I'm interesting in :D).

It would be really useful to have a sample preview button in the sample pane in the mane window. One reason is that if you're not familiar with the kit, then you really want to be able to check what it sounds like quickly and easily. Another is to check the sample gain and panning.

Just a small button near the sample title would be suitable - or you could even make the sample title a button.

nicklan commented 12 years ago

Glad you're enjoying DrMr, always nice to hear :)

I completely agree with you, so much that there already is a sample preview button :) The problem is, in pre-1.0 lv2 there is no good way for the UI to send a message to the core to say, please trigger this sample, so the master branch of DrMr doesn't have the preview button. The lv2unstable branch has the feature. If you look at this screenshot you'll see the little green notification LED, which you can also click to trigger the sample.

Whether the lv2unstable branch will work for you depends on what host you are using. Jalv and Ardour3 both work fine, but as far as I know, qtractor doesn't yet have support for the new lv2 features the branch uses (specifically atoms).

But you can rest assured that, now that the lv2 spec has stabilized, most hosts should start supporting it soon. I think once Ardour3 is out and QTractor supports lv2 1.0 I''ll make my lv2unstable branch master and you'll get all the nice new features in that branch.

naught101 commented 12 years ago

Ah, awesome. Thanks for all the work!