Browse Source

Added katex for no good reason

pull/1/head
Andrew Belt 7 years ago
parent
commit
5323f68bca
2 changed files with 4 additions and 4 deletions
  1. +2
    -3
      VoltageStandards.md
  2. +2
    -1
      book.json

+ 2
- 3
VoltageStandards.md View File

@@ -33,9 +33,8 @@ An easy way to do this is to use `PulseGenerator` from `digital.hpp`.

### Pitch

Most Eurorack manufacturers have decided on the **1V/octave** standard. The relationship between frequency and voltage is thus `f = f0 * powf(2.f, pitchVoltage)`.

If you need a default pitch for your oscillator with initial knob positions and 0V at the pitch input, use C4 (`f0 = 261.626 Hz`).
Most Eurorack manufacturers use the **1V/octave** standard.
The relationship between frequency $$f$$ and voltage $$V$$ is $$f = f_0 \cdot 2^{V}$$, where $$f_0$$ is an arbitrary baseline set by a pitch knob or the note C4 ($$f_0 =$$ 261.626 Hz).

### NaNs and Infinity


+ 2
- 1
book.json View File

@@ -1,7 +1,8 @@
{
"plugins": [
"insert-logo-link",
"github-edit"
"github-edit",
"katex"
],
"pluginsConfig": {
"insert-logo-link": {


Loading…
Cancel
Save