beat slicer

Got a great idea for the future of LMMS? Post it here.
Forum rules

Make sure to search to see if your idea has been posted before! Check our issue tracker as well, just to make sure you are not posting a duplicate: https://github.com/LMMS/lmms/issues

i found some code

rock-hopper.github.io/shuriken
github.com/rock-hopper/shuriken

so maybe it possible to integrate as plugin for slice like in FL Studio
or even simple way for slicing

we have now audio file processor
then whe can now set start an stop points for playing sample. but only one.
so maybe should implement making "multi points" for one audio sample.

in example we can make marks in Audacity for beat regions (or whatever) and export to txt file :

0,0 0,021000
0,353000 0,353000
0,584000 0,584000
0,691000 0,691000
0,912000 0,912000
1,265000 1,265000
1,382000 1,382000
1,693000 1,693000
2,332000 2,332000

so we load this file into some new version of audio file processor
which can play different regions from base note
or we can set regions (start, stop points) mannualy - it will be useful option too

and then do porting for algorithms for autodetecting this regions from previous link sources
Actually, the best would be both:
Using loop points allows to alter the pitch of a sample, while mapping it to keys allows it to play different regions.
If possible, there should be both.