Quantizing external pitch cv
-
- KVRer
- 26 posts since 20 Nov, 2009
I've been trying to send noisering output from my modular into silent way to quantize using my digi 002 interface and have run into some trouble. I was under the impression that inbound cv would be ok on any interface but it sounds like it may be messing me up. Variations in pitch, with the warbly sound I remember from trying to use non-dc coupled outputs, and this is being output through my lexicon mpx500, which does all other SW output just fine. I've also tried using the magic cable method with ac encoder as well cv input and cv to midi in different combinations. Is this able to handle input as well as output? Basically what I want to do is quantize the noise ring pitch and send it back out to modular land. I see it's tracking pitch that does move, but is much different than what the noise ring is actually doing. How should I be going about this?
-
- KVRian
- 1417 posts since 22 Mar, 2002 from UK
Are you using the Silent Way CV Input plug-in?
-
- KVRer
- Topic Starter
- 26 posts since 20 Nov, 2009
Guilty. Works a charm.what-os-really-meant wrote:You haven't taken the time to read how to actually use the cv input - have you??
Edit:
here's a few lines I added to the tuning scripts that may be useful to someone:
elif details == 'equal7':
centsTable = [ 0, 200, 400, 500, 700, 900, 1100 ]
elif details == 'well7':
centsTable = [ 0, 192, 390, 498, 696, 888, 1092 ]
elif details == 'mean7':
centsTable = [ 0, 193, 386, 503, 697, 890, 1083 ]
Last edited by bsmith23 on Fri Mar 26, 2010 12:51 pm, edited 1 time in total.
-
- KVRian
- 1417 posts since 22 Mar, 2002 from UK
