Adjusting Audio/CV Range
-
- Posts: 17
- Joined: Fri Jun 10, 2022 5:44 pm
Adjusting Audio/CV Range
Hey everyone,
I was experimenting with using a sequencer as an oscillator by using the steps to create the waveform shape while using an oscillator to read that shape using the external clock.
As you can see the range of the output is from 0 to 5 CV which is the range of the sliders in the sequencer. My question is, how do I subtract 2.5 volts so that I can get the waveform to straddle 0 volts? I am not talking about attenuation here, I'd like to figure out how I could get those values to output -2.5 to 2.5 volts and then perhaps amplify that so that I can adjust the waveform so that it outputs -5 to 5 volts. I remember modifying signals in such a way in Pure Data but I don't know how to do it in VM.
While I recognize this may not be important in this particular application, I still wanted to know because I feel like this would be a useful thing to have in the toolbox. Please let me know and thank you!
I was experimenting with using a sequencer as an oscillator by using the steps to create the waveform shape while using an oscillator to read that shape using the external clock.
As you can see the range of the output is from 0 to 5 CV which is the range of the sliders in the sequencer. My question is, how do I subtract 2.5 volts so that I can get the waveform to straddle 0 volts? I am not talking about attenuation here, I'd like to figure out how I could get those values to output -2.5 to 2.5 volts and then perhaps amplify that so that I can adjust the waveform so that it outputs -5 to 5 volts. I remember modifying signals in such a way in Pure Data but I don't know how to do it in VM.
While I recognize this may not be important in this particular application, I still wanted to know because I feel like this would be a useful thing to have in the toolbox. Please let me know and thank you!
- huggermugger
- Posts: 381
- Joined: Tue Jun 29, 2021 6:42 pm
Re: Adjusting Audio/CV Range
Andrew Macaulay's Voltage Processor does it for me. First I applied a DC offset of -2.5v. Then I used a Trim value of +6dB to double the amplitude, effectively restoring the full dynamic range of the signal. There are surely other ways to do it as well.
- Attachments
-
- Screen Shot 2022-06-14 at 1.22.25 PM.png (525.78 KiB) Viewed 9284 times
-
- Posts: 17
- Joined: Fri Jun 10, 2022 5:44 pm
Re: Adjusting Audio/CV Range
Hey huggermugger,
I just saw your other reply! Much appreciated, that's definitely a convenient set-up!
I just saw your other reply! Much appreciated, that's definitely a convenient set-up!
-
- Posts: 625
- Joined: Mon Nov 15, 2021 9:23 pm
Re: Adjusting Audio/CV Range
Benard's Map Range and Poly Map Range will do it in one module.
Reid
Reid
Cyberwerks Heavy Industries -- viewforum.php?f=76
Re: Adjusting Audio/CV Range
If you have Voltage Modular Core edition, you could try messing around with this 'graphical waveshaper' patch I made using the Eight-To-One Switch.
______________________
Dome Music Technologies
Dome Music Technologies
-
- Posts: 17
- Joined: Fri Jun 10, 2022 5:44 pm
Re: Adjusting Audio/CV Range
Thank you, I just took a look at this and it looks like an easy to implement what I had in mind for other applications as well.UrbanCyborg wrote: ↑Tue Jun 14, 2022 5:53 pm Benard's Map Range and Poly Map Range will do it in one module.
Reid
Re: Adjusting Audio/CV Range
You can use two cables to double the 0..5V to 0..10V then add -5V using the DC Source module...
-
- Posts: 17
- Joined: Fri Jun 10, 2022 5:44 pm
Re: Adjusting Audio/CV Range
Brilliant! Thank you for showing me this.
- honki-bobo
- Posts: 310
- Joined: Sat Nov 09, 2019 1:18 pm
-
- Posts: 17
- Joined: Fri Jun 10, 2022 5:44 pm
Re: Adjusting Audio/CV Range
Thank you for this, I just gave this a try and saved it as a cabinet. I also subscribed to your YT channel!honki-bobo wrote: ↑Wed Jun 15, 2022 11:43 am Scaling and offsetting a signal in VM Nucleus:
viewtopic.php?t=2140