Skip to content

Commit

Permalink
Fix dumb mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 17, 2020
1 parent 26993b7 commit 85ee2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ project(ChowPhaser VERSION 1.1.0)
set(CMAKE_CXX_STANDARD 17)
add_subdirectory(modules)

juce_set_vst2_sdk_path(C:/SDKs/VST_SDK/VST2_SDK/)
# juce_set_vst2_sdk_path(C:/SDKs/VST_SDK/VST2_SDK/)

juce_add_plugin(ChowPhaserMono
COMPANY_NAME chowdsp
PLUGIN_MANUFACTURER_CODE Chow
PLUGIN_CODE Cph1
FORMATS AU VST3 Standalone VST
FORMATS AU VST3 Standalone #VST
ProductName "ChowPhaser Mono")

juce_add_plugin(ChowPhaserStereo
COMPANY_NAME chowdsp
PLUGIN_MANUFACTURER_CODE Chow
PLUGIN_CODE Cph2
FORMATS AU VST3 Standalone VST
FORMATS AU VST3 Standalone #VST
ProductName "ChowPhaser Stereo")

juce_generate_juce_header(ChowPhaserMono)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CHOW Phaser is an open-source phaser effect,
based *very* loosely on the classic Shulte Compact
Phasing "A".

<img src="./res/screenshot_stereo.png" alt="Pic" height="350">
<img src="https://github.com/jatinchowdhury18/ChowPhaser/blob/master/res/screenshot_stereo.PNG?raw=true" alt="Pic" height="350">


## Installation
Expand Down

0 comments on commit 85ee2a8

Please sign in to comment.