Skip to content

Commit

Permalink
Merge pull request #25 from MikeFoden/master
Browse files Browse the repository at this point in the history
README.md Cleanup
  • Loading branch information
ardura committed May 9, 2024
2 parents 03dff9f + 4b26249 commit c8a81b7
Showing 1 changed file with 13 additions and 5 deletions.
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

0 comments on commit c8a81b7

Please sign in to comment.