 |
|
|
03-16-2017, 10:18 AM
|
#1
|
Human being with feelings
Join Date: Jan 2015
Posts: 770
|
Real Groove management with audio files
This
https://www.youtube.com/watch?v=-NDm8cT45Uw
which means auto quantizing rythmic audio files based on groove from another sample. without splitting, converting to midi, aligning, saving and reloading grooves
thanks
g
|
|
|
07-29-2017, 10:56 AM
|
#2
|
Human being with feelings
Join Date: Feb 2017
Posts: 4,211
|
Quote:
Originally Posted by Gianfini
This
https://www.youtube.com/watch?v=-NDm8cT45Uw
which means auto quantizing rythmic audio files based on groove from another sample. without splitting, converting to midi, aligning, saving and reloading grooves
thanks
g
|
Yes please. We need this.
|
|
|
07-30-2017, 11:47 AM
|
#3
|
Human being with feelings
Join Date: May 2016
Posts: 352
|
ill release a script next week which does exactly that (its basically done but i wanna add some extra options and bug test ) , but it needs transient stretch markers to be set correctly before , it can groove quantize from audio to audio or ausio to midi or midi to midi and midi to audio
as an external script its obviously not as tightly integrated as logics solution , but it has a few options which are not available in the logic like ghost mode and quantization threshhold
Last edited by Ulf3000; 07-30-2017 at 11:52 AM.
|
|
|
07-30-2017, 02:01 PM
|
#4
|
Human being with feelings
Join Date: Feb 2017
Posts: 4,211
|
Quote:
Originally Posted by Ulf3000
ill release a script next week which does exactly that (its basically done but i wanna add some extra options and bug test ) , but it needs transient stretch markers to be set correctly before , it can groove quantize from audio to audio or ausio to midi or midi to midi and midi to audio
as an external script its obviously not as tightly integrated as logics solution , but it has a few options which are not available in the logic like ghost mode and quantization threshhold
|
cool!
|
|
|
07-31-2017, 12:29 AM
|
#5
|
Human being with feelings
Join Date: Jul 2012
Location: Netherlands
Posts: 5,244
|
Quote:
Originally Posted by Ulf3000
ill release a script next week which does exactly that (its basically done but i wanna add some extra options and bug test ) , but it needs transient stretch markers to be set correctly before , it can groove quantize from audio to audio or ausio to midi or midi to midi and midi to audio
as an external script its obviously not as tightly integrated as logics solution , but it has a few options which are not available in the logic like ghost mode and quantization threshhold
|
Awesome news, can't wait for this !
|
|
|
07-31-2017, 11:45 AM
|
#6
|
Human being with feelings
Join Date: May 2010
Location: Norway
Posts: 7,318
|
Quote:
Originally Posted by Ulf3000
ill release a script next week which does exactly that (its basically done but i wanna add some extra options and bug test ) , but it needs transient stretch markers to be set correctly before , it can groove quantize from audio to audio or ausio to midi or midi to midi and midi to audio
as an external script its obviously not as tightly integrated as logics solution , but it has a few options which are not available in the logic like ghost mode and quantization threshhold
|
Oh, nice. Looking forward to test it
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
|
|
|
07-31-2017, 12:23 PM
|
#7
|
Human being with feelings
Join Date: Oct 2009
Posts: 6,289
|
Yea!!!!!
__________________
"F" off.
|
|
|
07-31-2017, 07:22 PM
|
#8
|
Human being with feelings
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,811
|
Quote:
Originally Posted by Ulf3000
...but it needs transient stretch markers to be set correctly before...
|
Make sure you checked SM source positions for possible crosstiming before adding if you need, otherwise you can damage user project.
Quote:
it can groove quantize from audio to audio or ausio to midi or midi to midi and midi to audio
|
...which QuantizeTool already does, but only in seconds dimension yet (to support tempo and signature changes it needs common reference in beats instead seconds)
= QuantizeTool Gravity Area (don`t know what ghost mode is)
|
|
|
08-02-2017, 01:02 AM
|
#9
|
Human being with feelings
Join Date: May 2016
Posts: 352
|
Quote:
Originally Posted by mpl
Make sure you checked SM source positions for possible crosstiming before adding if you need, otherwise you can damage user project.
...which QuantizeTool already does, but only in seconds dimension yet (to support tempo and signature changes it needs common reference in beats instead seconds)
= QuantizeTool Gravity Area (don`t know what ghost mode is)
|
heythanx for the answer , i have your tool installed but mine gives differnet results ,
what do you mean by source position and project corruption , do you have a project with audio files where this could happen so i can test it ?
would be horrible if i corrupt a users project
internally i compute everything in quaternotes means i translate midinotes and stretchmarker position to quaternotes first and then do the computation and then convert back and write the new positions.
it only works from the beginning of the item to the end of the item , hidden notes or sm beyond the edges of the item are not taken into account by design
|
|
|
08-02-2017, 02:45 AM
|
#10
|
Human being with feelings
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,811
|
You may get not expected results because of confusion of using pattern/global modes. For project with constant tempo and time signature it should works good.
About stretch markers: they have not any protection and checking for wrong (negative) ratio. That's why you need to check source position of N marker is always less than srcpos of N+1 marker. Otherwise you'll get negative ratio, and project will crash when playing place where this marker pointed.
|
|
|
08-02-2017, 04:34 AM
|
#11
|
Human being with feelings
Join Date: Jan 2015
Posts: 770
|
Quote:
Originally Posted by Ulf3000
ill release a script next week which does exactly that (its basically done but i wanna add some extra options and bug test ) , but it needs transient stretch markers to be set correctly before , it can groove quantize from audio to audio or ausio to midi or midi to midi and midi to audio
as an external script its obviously not as tightly integrated as logics solution , but it has a few options which are not available in the logic like ghost mode and quantization threshhold
|
Great!!
|
|
|
08-02-2017, 09:39 AM
|
#12
|
Human being with feelings
Join Date: May 2016
Posts: 352
|
Quote:
Originally Posted by mpl
You may get not expected results because of confusion of using pattern/global modes. For project with constant tempo and time signature it should works good.
About stretch markers: they have not any protection and checking for wrong (negative) ratio. That's why you need to check source position of N marker is always less than srcpos of N+1 marker. Otherwise you'll get negative ratio, and project will crash when playing place where this marker pointed.
|
ahh ok now i understand , in my script they can at most fall into the same position but never into a negative ratio , but ill check it extra 3 times , ill also check your script again for the local mode.
|
|
|
09-21-2017, 10:41 AM
|
#13
|
Human being with feelings
Join Date: Feb 2017
Posts: 4,211
|
any news on this one?
Thanks!
|
|
|
09-21-2017, 12:45 PM
|
#14
|
Human being with feelings
Join Date: May 2010
Location: Norway
Posts: 7,318
|
Sorely awaiting a script to handle midi/grid to audio quantize
with strength and handling of tempoline.
__________________
Reaper x64, win 11
Composer, text-writer, producer
Bandcamp
|
|
|
11-04-2017, 06:18 AM
|
#15
|
Human being with feelings
Join Date: Feb 2017
Posts: 4,211
|
this would be so so so so nice! but probably also very difficult to implement!
edit: is this the best way we have available?: http://wiki.cockos.com/wiki/index.ph...rs_Groove_Tool
Last edited by deeb; 11-04-2017 at 07:14 AM.
|
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 10:39 AM.
|