commit d78edd7f1c703806f5ed1d8d886a3e38c464c6ce parent 7b7077e36c546c8ce054d012b4c07a09004c2941 Author: minerva-jupiter <ryouturn@gmail.com> Date: Sat, 5 Jul 2025 13:30:44 +0900 Merge branch 'main' of https://github.com/minerva-jupiter/documents Diffstat:
| A | Reaper/VSTi.md | | | 23 | +++++++++++++++++++++++ |
| A | rust/rust-setup.md | | | 7 | +++++++ |
2 files changed, 30 insertions(+), 0 deletions(-)
diff --git a/Reaper/VSTi.md b/Reaper/VSTi.md @@ -0,0 +1,23 @@ +- Synthesizers + - Vital + - Surge XT +- Singer + - NEUTRINO(not VSTi) +- DrumKit + - SSDSamplar5 + - RVK-808 +- AMP + - Blue Cat's Free Amp +- Effecter + - TSC 1.1(Emulate TS808) + - Vinly + - dearVR MICRO +- Keys + - Electric Piano(from LABs) + - sforzando +- String + - MODO Bass +- Other + - BBC Symphony Orchestra(Spitfire) +- Mixer + - Dolby Atmos Composer diff --git a/rust/rust-setup.md b/rust/rust-setup.md @@ -0,0 +1,7 @@ +# wsl +## install WSL +to use rust cross, you have to use Ubuntu. +Now, you have to install tools for rust. +`sudo apt install rust-all` +only this. +I do not recommend you to download rust install script.