Browse Source

Update manual URL.

pull/46/head
Andrew Belt 4 years ago
parent
commit
cd688c7197
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      PluginDevelopmentTutorial.md
  2. +1
    -1
      README.md

+ 1
- 1
PluginDevelopmentTutorial.md View File

@@ -115,7 +115,7 @@ Then add the following code to the `process()` function, which is called every a
// Compute the sine output // Compute the sine output
float sine = std::sin(2.f * M_PI * phase); float sine = std::sin(2.f * M_PI * phase);
// Audio signals are typically +/-5V // Audio signals are typically +/-5V
// https://manual.vcvrack.com/VoltageStandards
// https://vcvrack.com/manual/VoltageStandards
outputs[SINE_OUTPUT].setVoltage(5.f * sine); outputs[SINE_OUTPUT].setVoltage(5.f * sine);


// Blink light at 1Hz // Blink light at 1Hz


+ 1
- 1
README.md View File

@@ -1,6 +1,6 @@
# VCV Manual # VCV Manual


Markdown source repo for https://manual.vcvrack.com/
Markdown source repo for https://vcvrack.com/manual/


## License ## License




Loading…
Cancel
Save