Page 1 of 1

beat slicer

Posted: Sat Mar 19, 2016 12:59 pm
by vaultboy
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

Re: beat slicer

Posted: Sun Mar 20, 2016 12:11 pm
by vaultboy
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

Re: beat slicer

Posted: Sat Jul 29, 2017 6:51 pm
by anonymouschico
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.