From 956dccefc98b8ba8da213184d0c22c1a8dc660fd Mon Sep 17 00:00:00 2001 From: rdi Date: Sun, 19 Nov 2023 23:51:05 +0100 Subject: [PATCH] Update documentation --- documentation/setup/linux-cpp-cli.md | 6 +++--- documentation/setup/linux-cpp-vscode.md | 2 +- documentation/setup/linux-faust.md | 4 ++-- documentation/setup/macos-cpp-cli.md | 6 +++--- documentation/setup/macos-cpp-vscode.md | 2 +- documentation/setup/macos-cpp-xcode.md | 2 +- documentation/setup/macos-faust.md | 4 ++-- documentation/setup/macos-max.md | 2 +- documentation/setup/windows-cpp-cli.md | 6 +++--- documentation/setup/windows-cpp-vscode.md | 2 +- documentation/setup/windows-faust.md | 4 ++-- documentation/setup/windows-max.md | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/documentation/setup/linux-cpp-cli.md b/documentation/setup/linux-cpp-cli.md index 27f43599..d91ccab3 100644 --- a/documentation/setup/linux-cpp-cli.md +++ b/documentation/setup/linux-cpp-cli.md @@ -11,7 +11,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [`git`](https://git-scm.com/download) - [Python 3](https://www.python.org/downloads/) -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. @@ -143,7 +143,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg ... LINK plugin.dylib PACKAGE Release Drop -INSTALL /Users/raf/Documents/Rack2/plugins/Drop/ +INSTALL /Users/raf/Documents/Rack2/plugins-lin-x64/Drop/ ``` You can then run VCV Rack and play with your module. @@ -160,7 +160,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg ... LINK plugin.dylib PACKAGE Debug Drop -INSTALL /Users/raf/Documents/Rack2/plugins/Drop/ +INSTALL /Users/raf/Documents/Rack2/plugins-lin-x64/Drop/ ``` You can build the firmware by running: diff --git a/documentation/setup/linux-cpp-vscode.md b/documentation/setup/linux-cpp-vscode.md index 107fcaf5..39c79da1 100644 --- a/documentation/setup/linux-cpp-vscode.md +++ b/documentation/setup/linux-cpp-vscode.md @@ -12,7 +12,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [`git`](https://git-scm.com/download) - [Python 3](https://www.python.org/downloads/) - [Visual Studio Code](https://code.visualstudio.com/download) -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. diff --git a/documentation/setup/linux-faust.md b/documentation/setup/linux-faust.md index 6531554e..62d0e726 100644 --- a/documentation/setup/linux-faust.md +++ b/documentation/setup/linux-faust.md @@ -12,7 +12,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [`git`](https://git-scm.com/download) - [Python 3](https://www.python.org/downloads/) - [Faust](https://faust.grame.fr) -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. @@ -160,7 +160,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg ... LINK plugin.dylib PACKAGE Release Flanger -INSTALL /Users/raf/Documents/Rack2/plugins/Flanger/ +INSTALL /Users/raf/Documents/Rack2/plugins-lin-x64/Flanger/ ``` You can then run VCV Rack and play with your module. diff --git a/documentation/setup/macos-cpp-cli.md b/documentation/setup/macos-cpp-cli.md index 640e53e2..e93a906f 100644 --- a/documentation/setup/macos-cpp-cli.md +++ b/documentation/setup/macos-cpp-cli.md @@ -13,7 +13,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [`git`](https://git-scm.com/download) - [Python 3](https://www.python.org/downloads/) - [Xcode command line tools](https://developer.apple.com/xcode/) -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. @@ -140,7 +140,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg ... LINK plugin.dylib PACKAGE Release Drop -INSTALL /Users/raf/Documents/Rack2/plugins/Drop/ +INSTALL /Users/raf/Documents/Rack2/plugins-mac-x64/Drop/ ``` You can then run VCV Rack and play with your module. @@ -157,7 +157,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg ... LINK plugin.dylib PACKAGE Debug Drop -INSTALL /Users/raf/Documents/Rack2/plugins/Drop/ +INSTALL /Users/raf/Documents/Rack2/plugins-mac-x64/Drop/ ``` You can build the firmware by running: diff --git a/documentation/setup/macos-cpp-vscode.md b/documentation/setup/macos-cpp-vscode.md index 16aa617b..7ddfa894 100644 --- a/documentation/setup/macos-cpp-vscode.md +++ b/documentation/setup/macos-cpp-vscode.md @@ -14,7 +14,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [Python 3](https://www.python.org/downloads/) - [Xcode command line tools](https://developer.apple.com/xcode/) - [Visual Studio Code](https://code.visualstudio.com/download) -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. diff --git a/documentation/setup/macos-cpp-xcode.md b/documentation/setup/macos-cpp-xcode.md index 6b4ff8cd..0aeee226 100644 --- a/documentation/setup/macos-cpp-xcode.md +++ b/documentation/setup/macos-cpp-xcode.md @@ -13,7 +13,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [`git`](https://git-scm.com/download) - [Python 3](https://www.python.org/downloads/) - [Xcode version 11 or later](https://developer.apple.com/xcode/) -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. diff --git a/documentation/setup/macos-faust.md b/documentation/setup/macos-faust.md index 8ed57f0b..86a00d60 100644 --- a/documentation/setup/macos-faust.md +++ b/documentation/setup/macos-faust.md @@ -14,7 +14,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [Python 3](https://www.python.org/downloads/) - [Xcode command line tools](https://developer.apple.com/xcode/) - [Faust](https://faust.grame.fr) -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. @@ -157,7 +157,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg ... LINK plugin.dylib PACKAGE Release Flanger -INSTALL /Users/raf/Documents/Rack2/plugins/Flanger/ +INSTALL /Users/raf/Documents/Rack2/plugins-mac-x64/Flanger/ ``` You can then run VCV Rack and play with your module. diff --git a/documentation/setup/macos-max.md b/documentation/setup/macos-max.md index 5c2c1819..e4f81e8e 100644 --- a/documentation/setup/macos-max.md +++ b/documentation/setup/macos-max.md @@ -14,7 +14,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [Python 3](https://www.python.org/downloads/) - [Xcode command line tools](https://developer.apple.com/xcode/) - [Max](https://cycling74.com/products/max) at least version 8 -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. diff --git a/documentation/setup/windows-cpp-cli.md b/documentation/setup/windows-cpp-cli.md index 41224b6b..22f45a42 100644 --- a/documentation/setup/windows-cpp-cli.md +++ b/documentation/setup/windows-cpp-cli.md @@ -11,7 +11,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [`git`](https://git-scm.com/download) and in particular the Git Bash shell - [Python 3](https://www.python.org/downloads/) -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. @@ -123,7 +123,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg ... LINK plugin.dylib PACKAGE Release Drop -INSTALL /Users/raf/Documents/Rack2/plugins/Drop/ +INSTALL /Users/raf/Documents/Rack2/plugins-win-x64/Drop/ ``` You can then run VCV Rack and play with your module. @@ -140,7 +140,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg ... LINK plugin.dylib PACKAGE Debug Drop -INSTALL /Users/raf/Documents/Rack2/plugins/Drop/ +INSTALL /Users/raf/Documents/Rack2/plugins-win-x64/Drop/ ``` You can build the firmware by running: diff --git a/documentation/setup/windows-cpp-vscode.md b/documentation/setup/windows-cpp-vscode.md index 31aaa18e..b498e385 100644 --- a/documentation/setup/windows-cpp-vscode.md +++ b/documentation/setup/windows-cpp-vscode.md @@ -12,7 +12,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [`git`](https://git-scm.com/download) and in particular the Git Bash shell - [Python 3](https://www.python.org/downloads/) - [Visual Studio Code](https://code.visualstudio.com/download) -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. diff --git a/documentation/setup/windows-faust.md b/documentation/setup/windows-faust.md index 36b1d0fe..1948e117 100644 --- a/documentation/setup/windows-faust.md +++ b/documentation/setup/windows-faust.md @@ -12,7 +12,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [`git`](https://git-scm.com/download) and in particular the Git Bash shell - [Python 3](https://www.python.org/downloads/) - [Faust](https://faust.grame.fr) -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already. @@ -140,7 +140,7 @@ COPY include/erb/vcvrack/resource/rogan.6ps.svg ... LINK plugin.dylib PACKAGE Release Flanger -INSTALL /Users/raf/Documents/Rack2/plugins/Flanger/ +INSTALL /Users/raf/Documents/Rack2/plugins-win-x64/Flanger/ ``` You can then run VCV Rack and play with your module. diff --git a/documentation/setup/windows-max.md b/documentation/setup/windows-max.md index 88d28a52..81138cc9 100644 --- a/documentation/setup/windows-max.md +++ b/documentation/setup/windows-max.md @@ -12,7 +12,7 @@ Before we can setup Eurorack-blocks, we will need to have on your system: - [`git`](https://git-scm.com/download) and in particular the Git Bash shell - [Python 3](https://www.python.org/downloads/) - [Max](https://cycling74.com/products/max) at least version 8 -- [VCV Rack version 2](https://vcvrack.com/Rack) +- [VCV Rack at least version 2.4](https://vcvrack.com/Rack) If you are a developer, there is a chance that most of them are installed already.