Browse Source

Cleanup

pull/8/merge
Andrew Belt 6 years ago
parent
commit
b9feeeebce
1 changed files with 21 additions and 22 deletions
  1. +21
    -22
      Core.md

+ 21
- 22
Core.md View File

@@ -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
![Core Audio](images/Core/Audio.m.png)

@@ -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>&#96;</code> and `1` keys.
Currently only the QWERTY (US) layout is supported, but other keyboard layouts may function similarly.

---
#### MIDI-1
![Core MIDI-1](images/Core/MIDI-1.m.png)

@@ -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
![Core MIDI-4](images/Core/MIDI-4.m.png)

@@ -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
![Core MIDI-CC](images/Core/MIDI-CC.m.png)

@@ -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
![Core MIDI-Trig](images/Core/MIDI-Trig.m.png)

@@ -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
![Core Blank](images/Core/Blank.m.png)

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
![Core Notes](images/Core/Notes.m.png)



Loading…
Cancel
Save