audio pitching
-
joffo78
- Member
- Posts: 1033
- senso
- Site Admin
- Posts: 4427
- Location: France
- Contact:
it's possible but probably with a limited precision with the phase vocoder add-on and the audio to midi module.
Olivier Sens
www.brainmodular.com
www.brainmodular.com
- nay-seven
- Site Admin
- Posts: 5684
- Location: rennes France
- Contact:
put all the user modules ( named *.usr ) in the modules / user dir of Usine
- nay-seven
- Site Admin
- Posts: 5684
- Location: rennes France
- Contact:
try a round(x) or a trunc(x) math module
round (X)
Round : Round (12.40) = 12 Round (12.55) = 13.
trunc (X)
Truncates the decimal value. Trunc (12.85) = 12.
round (X)
Round : Round (12.40) = 12 Round (12.55) = 13.
trunc (X)
Truncates the decimal value. Trunc (12.85) = 12.
-
joffo78
- Member
- Posts: 1033
Ok thank you
i choose to use the vst plugin moody shift
i use an "audio to midi" patch to measure the pitch and i switch between 3 notes (i'd like to choose more but i don't know if it's possible to use many multiple variable).
the pitch of each note determine the value of the fader named semi tone.
the min of the fader is -24 the max is +24
to set the value of the moody pitch i had to add 24 and divide by 1000
could you say me if my method is good or no ?
thank you
JF
i choose to use the vst plugin moody shift
i use an "audio to midi" patch to measure the pitch and i switch between 3 notes (i'd like to choose more but i don't know if it's possible to use many multiple variable).
the pitch of each note determine the value of the fader named semi tone.
the min of the fader is -24 the max is +24
to set the value of the moody pitch i had to add 24 and divide by 1000
could you say me if my method is good or no ?
thank you
JF
- nay-seven
- Site Admin
- Posts: 5684
- Location: rennes France
- Contact:
yes, you can use more than 1 multiple variable ( put them in a subpatch for a better legibility ) just copy past your first modules and change values..
don't know if it's a good method or not , first question is : does it work for you.?
btw , can't find any link/infos for your plugin in google ..?
don't know if it's a good method or not , first question is : does it work for you.?
btw , can't find any link/infos for your plugin in google ..?
-
Felix_Petrescu
- Member
- Posts: 28
- Location: Timisoara / Romania
- Contact:
you should also try this free vst !
http://bram.smartelectronix.com/plugins.php?id=2
http://bram.smartelectronix.com/plugins.php?id=2
-
Felix_Petrescu
- Member
- Posts: 28
- Location: Timisoara / Romania
- Contact:
