Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md Cleanup #25

Merged
merged 1 commit into from
May 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@ Note this can take a sidechain input! Do the routing in FL in plugin processing


## Installation
VST3: Copy the vst3 file to C:\Program Files\Common Files\VST3
CLAP: Copy the CLAP file to C:\Program Files\Common Files\CLAP

### Windows
- VST3: Copy the vst3 file to `C:\Program Files\Common Files\VST3`
- CLAP: Copy the CLAP file to `C:\Program Files\Common Files\CLAP`

### MacOS
- VST3: Copy the vst3 file to `/Library/Audio/Plug-Ins/VST3`
- CLAP: Copy the CLAP file to `/Library/Audio/Plug-Ins/CLAP`

### First Run:

*When this plugin runs the first time it will attempt to create a config file: Scrollscope.ini under:*
- $XDG_CONFIG_HOME or $HOME/.config on Linux
- $HOME/Library/Application Support on MacOS
- FOLDERID_LocalAppData on Windows (like C:\Users\Ardura\AppData\Local\)
- `$XDG_CONFIG_HOME` or `$HOME/.config` on Linux
- `$HOME/Library/Application Support` on MacOS
- `FOLDERID_LocalAppData` on Windows (like `C:\Users\Ardura\AppData\Local\`)

You can use this config to make your own custom color themes, have fun!

Expand Down
Loading