|
|
@@ -6,25 +6,19 @@ Once Rack is installed and launched *(see [Installing](Installing.html))*, you w |
|
|
|
|
|
|
|
This patch is designed to familerise yourself with how VCV Rack works. The modules in this patch are from VCV Fundamental plugins, from left to right they are: |
|
|
|
|
|
|
|
**Midi CV:** Takes input from the user and converts it into voltages which VCV Rack understands. |
|
|
|
- **Midi CV:** Takes input from the user and converts it into voltages which VCV Rack understands. |
|
|
|
|
|
|
|
**VCO-1:** Voltage Controled Oscillator with individual Sine, Triangle, Saw and Square waveform ouputs. The Frequency knob sets the pitch of the oscillator. |
|
|
|
- **VCO-1:** Voltage Controled Oscillator with individual Sine, Triangle, Saw and Square waveform ouputs. The Frequency knob sets the pitch of the oscillator. |
|
|
|
|
|
|
|
**VCF:** Voltage Contolled Filter, applies a filtering effect to the sound output which in this case is coming from the Saw output on VCO-1. |
|
|
|
- **VCF:** Voltage Contolled Filter, applies a filtering effect to the sound output which in this case is coming from the Saw output on VCO-1. |
|
|
|
|
|
|
|
**ADSR:** Attack Decay Sustain Release, Converts note on/off or triggered intput into time based envelope signal which can shape how the volume of the sound is preceived by the ear. Each stage on the envelope can be set by a knob or by modulation from another source. |
|
|
|
- **ADSR:** Attack Decay Sustain Release, Converts note on/off or triggered intput into time based envelope signal which can shape how the volume of the sound is preceived by the ear. Each stage on the envelope can be set by a knob or by modulation from another source. |
|
|
|
|
|
|
|
**Scope:** Displays voltages of any cable connected to it, in this patch the Saw waveform will display (channel output 1) from the mixer is connected (Yellow Cable). The time or zoom of the waveform can be set with the Time knob. |
|
|
|
- **Scope:** Displays voltages of any cable connected to it, in this patch the Saw waveform will display (channel output 1) from the mixer is connected (Yellow Cable). The time or zoom of the waveform can be set with the Time knob. |
|
|
|
|
|
|
|
**Mixer:** Mixes different signals together the sliders set the volume of the connected signal. In the default patch the output is coming from the Voltage Controlled Filter(VCF) via VCO-1 Saw output. There is also modulation coming from the ADSR envelope, when a note on/off message is recieved from Midi-CV the volume will go up/down respective to the envelope shape being generated by ADSR. |
|
|
|
- **Mixer:** Mixes different signals together the sliders set the volume of the connected signal. In the default patch the output is coming from the Voltage Controlled Filter(VCF) via VCO-1 Saw output. There is also modulation coming from the ADSR envelope, when a note on/off message is recieved from Midi-CV the volume will go up/down respective to the envelope shape being generated by ADSR. |
|
|
|
|
|
|
|
**Audio-8:** Sends digital information, generated by plugins in your Rack, to your audio device / interface which is then converted into anolog information to be heard. |
|
|
|
|
|
|
|
Adding additional modules can be done by right-clicking on an empty space on the rack or by pressing `<enter>`. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
When you have more plugins added via your VCV account they will display here once the module browser is opened. Filtering for specific modules can be done by searching or by clicking on indivdual tags. |
|
|
|
- **Audio-8:** Sends digital information, generated by plugins in your Rack, to your audio device / interface which is then converted into anolog information to be heard. |
|
|
|
|
|
|
|
You can move modules around by clicking and dragging an empty space on its panel. Additionally you can make room for another module in between two or more modules by pressing CTRL / CMD and clicking an empty space on the panel you want to move. |
|
|
|
|
|
|
@@ -36,29 +30,31 @@ The sound from VCO-1 or any oscillator is constantly playing in the background. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
The patch is already set up to take input from the keyboard and convert it into MIDI messages which are interpreted by the VCO-1 v/oct input. Once your sound driver is selected on Audio-8 pressing certain keys on your keyboard will simultaneously send a Gate signal to ADSR telling it to start and send the midi note information to VCO-1 telling it what key to play. Refer to this image to see which keys on the keyboard produce which notes. |
|
|
|
The patch is already set up to take input from your computer keyboard and convert it into MIDI messages which are interpreted by **VCO-1** _v/oct input_. Once your sound driver is selected on **Audio-8** pressing certain keys on your keyboard will simultaneously send a Gate signal to **ADSR** telling it to start and send the midi note information to VCO-1 telling it what key to play. Refer to this image to see which keys on the keyboard produce which notes. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
If you have a midi keyboard installed on your system this can be selected in the list of devices from Midi-CV. |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
# Further exploration |
|
|
|
|
|
|
|
By now you may have seen that **Scope** shows the waveform of the sound coming from **VCO-1** _via **Mixer**_ |
|
|
|
|
|
|
|
You may want to visualise the envelope coming from **ADSR** you can do so by dragging a cable from the Y input on **Scope** and connecting it to the Output on **ADSR** now each time you press a key the envelope will be displayed overlayed by the sound of the waveform. |
|
|
|
 |
|
|
|
|
|
|
|
--- |
|
|
|
Continue adding more modules, such as LFO-1 and Mixer from the Fundamental plugin. |
|
|
|
Connect a cable from the SIN output of the VCO-1 to the input of the Mixer by clicking and dragging from one of the ports. |
|
|
|
Adding additional modules can be done by right-clicking on an empty space on the rack or by pressing `<enter>`. |
|
|
|
 |
|
|
|
|
|
|
|
Connect another cable from the Mixer output to the first channel of Audio's "output" section, and add another cable to the second channel. |
|
|
|
You can stack multiple cables on output ports by dragging from an input to an output, or by Ctrl-clicking (Cmd-clicking on MacOS) from an output to an input. |
|
|
|
At this point, you are ready to learn the rest of the Fundamental modules to build your own unique patches. |
|
|
|
I personally recommend that you attempt to push the Fundamental modules to their limits before moving on to other official or third-party plugins. They are more capable than they might appear, and learning how to use them effectively will give you more power and understanding when installing more modules later. When you are ready, install more plugins with the [Plugin Manager](https://vcvrack.com/plugins.html). |
|
|
|
|
|
|
|
 |
|
|
|
When you do have more plugins added via your VCV account they will display in the module browser when it is opened. Filtering for specific modules can be done by searching or by clicking on indivdual tags. |
|
|
|
|
|
|
|
Finally, adjust Mixer's first channel or main volume by clicking and dragging the fader or knob upward/downward. |
|
|
|
By clicking Left Mouse it will be added immediatly in the nearest available space but you may want to add and move a module to a specific spot in the Rack you can do so by holding onto Left Mouse while dragging straight from the module broswer. You may want to add an additional voice to the patch so maybe add **VCO-2** and **LFO-1**. |
|
|
|
|
|
|
|
At this point, you are ready to learn the rest of the Fundamental modules to build your own unique patches. |
|
|
|
I personally recommend that you attempt to push the Fundamental modules to their limits before moving on to other official or third-party plugins. |
|
|
|
They are more capable than they might appear, and learning how to use them effectively will give you more power and understanding when installing more modules later. |
|
|
|
When you are ready, install more plugins with the [Plugin Manager](https://vcvrack.com/plugins.html). |
|
|
|
Lets see what the LFO is doing. Right Clicking on any cable at a Port will remove the connection. Fear not if like me you happen to remove the wrong cable there is an undo `CTRL / CMD + Z` and redo `CTRL / CMD + SHIFT + Z` by keyboard shortcutor in the _edit menu_. |
|
|
|
 |
|
|
|
|