|
|
@@ -1,19 +1,19 @@ |
|
|
|
# Core |
|
|
|
|
|
|
|
*Core* modules are how Rack interfaces with your computer's audio drivers, external audio interface devices, physical and virtual MIDI devices, and (through *Bridge*) other DAWs. |
|
|
|
|
|
|
|
*Core* modules are a part of the overall Rack program, and thus do not appear in the [Plugin Manager](https://vcvrack.com/plugins.html). |
|
|
|
|
|
|
|
## Modules |
|
|
|
1. [Audio](Core.md#audio) |
|
|
|
2. [MIDI Interfaces](Core.md#midi-Interfaces) |
|
|
|
- a. [MIDI-1](Core.md#midi-1) |
|
|
|
- b. [MIDI-4](Core.md#midi-4) |
|
|
|
- c. [MIDI-CC](Core.md#midi-cc) |
|
|
|
- d. [MIDI-Trig](Core.md#midi-trig) |
|
|
|
3. [Blank](Core.md#blank) |
|
|
|
4. [Notes](Core.md#notes) |
|
|
|
|
|
|
|
The *Core* plugin (built into Rack itself) includes utilities and interfaces for interfacing between virtual and hardware realms. |
|
|
|
|
|
|
|
|
|
|
|
#### Modules |
|
|
|
- [Audio](Core.md#audio) |
|
|
|
- [MIDI Interfaces](Core.md#midi-interfaces) |
|
|
|
- [MIDI-1](Core.md#midi-1) |
|
|
|
- [MIDI-4](Core.md#midi-4) |
|
|
|
- [MIDI-CC](Core.md#midi-cc) |
|
|
|
- [MIDI-Trig](Core.md#midi-trig) |
|
|
|
- [Blank](Core.md#blank) |
|
|
|
- [Notes](Core.md#notes) |
|
|
|
|
|
|
|
|
|
|
|
### Audio |
|
|
|
 |
|
|
|
|
|
|
@@ -42,7 +42,7 @@ A good balance can be found by increasing the block size until no audio "glitche |
|
|
|
Note: Using multiple Audio modules is experimental and may crash Rack or render unstable audio. |
|
|
|
Most DAWs avoid this feature entirely by restricting audio to a single input and a single output device for stability reasons, but if using multiple audio devices in Rack works with your configuration, more power to you! |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
### MIDI Interfaces |
|
|
|
|
|
|
|
Each MIDI interface module (described below) supports the following drivers. |
|
|
@@ -62,7 +62,7 @@ The *computer keyboard* MIDI driver generates MIDI notes when keys are presses w |
|
|
|
Using two rows of keys, the virtual MIDI keyboard spans approximately 2½ octaves and can be shifted down and up with the <code>`</code> and `1` keys. |
|
|
|
Currently only the QWERTY (US) layout is supported, but other keyboard layouts may function similarly. |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
#### MIDI-1 |
|
|
|
 |
|
|
|
|
|
|
@@ -73,7 +73,7 @@ The **CV** output generates a 1V/oct pitch signal of the last held MIDI note. |
|
|
|
**CLK1** and **CLK2** generate triggers specified by the division set by right-clicking on the panel and selecting the *CLK 1 rate* or *CLK 2 rate*. |
|
|
|
**STRT**, **STOP**, and **CONT** generate triggers when the MIDI hardware or DAW host (for VCV Bridge) sends a start, stop, or continue event. |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
#### MIDI-4 |
|
|
|
 |
|
|
|
|
|
|
@@ -87,7 +87,7 @@ Right-click the panel to select the polyphony mode to specify the behavior in ma |
|
|
|
|
|
|
|
Remember that MIDI interfaces can be used simultaneously with the same driver, for example if global controls like pitch and mod wheel are needed along with polyphonic controls. |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
#### MIDI-CC |
|
|
|
 |
|
|
|
|
|
|
@@ -99,7 +99,7 @@ Each output can be assigned a particular CC number by clicking on the digital di |
|
|
|
A **LRN** indicator is displayed to represent that the port is in "learn" mode. |
|
|
|
Either type a number or move a controller to set the CC number. |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
#### MIDI-Trig |
|
|
|
 |
|
|
|
|
|
|
@@ -109,15 +109,14 @@ For MIDI sequencers and drum machines that send immediate note ON/OFF messages i |
|
|
|
To generate a CV signal corresponding to the velocity of the note instead of 10V, right-click on the panel and enable *Velocity* mode. |
|
|
|
This is useful for setting the amplitude of percussive sounds for MIDI controllers with velocity-capable pads, for example. |
|
|
|
|
|
|
|
--- |
|
|
|
--- |
|
|
|
|
|
|
|
### Blank |
|
|
|
 |
|
|
|
|
|
|
|
Useful for adding space between modules in your rack. |
|
|
|
You can resize the panel by dragging the edges horizontally, with a minimum size of 3HP. |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
### Notes |
|
|
|
 |
|
|
|
|
|
|
|