Skip to content

Commit

Permalink
Add example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
medusalix committed Mar 6, 2019
1 parent 5d4a8b5 commit cacd59a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions MiniVST/MiniVST.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
###########################
### Example config file ###
###########################

# Input device for the plugin [text]
input_device = Microphone (High Definition Audio Device)

# Output device for the plugin [text]
output_device = Speakers (High Definition Audio Device)

# Audio buffer size [number]
buffer_size = 3000

# Path to the VST plugin [text]
plugin_path = Spaceman.dll

# Save and load the plugins' settings [true/false]
save_settings = true

# Hotkey to enable/disable the effect
# [LCONTROL, RCONTROL, ALT, LSHIFT, RSHIFT] + [0-9, A-Z]
hotkey = LCONTROL + T

# Mode for the hotkey
# [false = hold, true = toggle]
hotkey_hold = false
2 changes: 1 addition & 1 deletion MiniVST/MiniVST.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@
</ItemGroup>
<ItemGroup>
<None Include="..\.appveyor.yml" />
<None Include="..\Debug\MiniVST.cfg" />
<None Include="..\LICENSE" />
<None Include="..\README.md" />
<None Include="MiniVST.cfg" />
<None Include="MiniVST.licenseheader" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion MiniVST/MiniVST.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
</ItemGroup>
<ItemGroup>
<None Include="MiniVST.licenseheader" />
<None Include="..\Debug\MiniVST.cfg" />
<None Include="..\.appveyor.yml" />
<None Include="..\LICENSE" />
<None Include="..\README.md" />
<None Include="MiniVST.cfg" />
</ItemGroup>
</Project>

0 comments on commit cacd59a

Please sign in to comment.