Skip to content

Commit

Permalink
Add dark skin build for Smexoscope (bdejong#36)
Browse files Browse the repository at this point in the history
Skin kindly provided by Crimsonmerry
  • Loading branch information
dozius authored and bdejong committed May 6, 2017
1 parent cc08cdd commit 7a17104
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ add_subdirectory(H2O)
#add_subdirectory(Madshifta)
add_subdirectory(OnePingOnly)
add_subdirectory(Smexoscope)
add_subdirectory(Smexoscope-dark)
add_subdirectory(SupaPhaser)
add_subdirectory(SupaTrigga)
34 changes: 34 additions & 0 deletions Smexoscope-dark/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
cmake_minimum_required(VERSION 3.5)

include(${CMAKE_CURRENT_SOURCE_DIR}/../common/common.cmake)

pre_build()

project(Smexoscope-dark)

set(PROJECT_SOURCE
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/WaveDisplay.h
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/Label.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/Label.h
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/MultiStateButton.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/MultiStateButton.h
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/SmartelectronixDisplay.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/SmartelectronixDisplay.hpp
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/SmartelectronixDisplayEditor.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/SmartelectronixDisplayEditor.h
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/SmartelectronixDisplayMain.cpp
${CMAKE_CURRENT_SOURCE_DIR}/../Smexoscope/WaveDisplay.cpp
)

set(PROJECT_IMAGES
${CMAKE_CURRENT_SOURCE_DIR}/images/blue_knob1_4.png
${CMAKE_CURRENT_SOURCE_DIR}/images/body.png
${CMAKE_CURRENT_SOURCE_DIR}/images/free_etc.png
${CMAKE_CURRENT_SOURCE_DIR}/images/heads.png
${CMAKE_CURRENT_SOURCE_DIR}/images/lefr_right.png
${CMAKE_CURRENT_SOURCE_DIR}/images/off_on.png
${CMAKE_CURRENT_SOURCE_DIR}/images/readout.png
${CMAKE_CURRENT_SOURCE_DIR}/images/slider_new.png
)

build_vst_gui(Smexoscope-dark "${PROJECT_SOURCE}" "${PROJECT_IMAGES}")
Binary file added Smexoscope-dark/images/blue_knob1_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Smexoscope-dark/images/body.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Smexoscope-dark/images/free_etc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Smexoscope-dark/images/heads.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Smexoscope-dark/images/lefr_right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Smexoscope-dark/images/off_on.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Smexoscope-dark/images/readout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Smexoscope-dark/images/slider_new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7a17104

Please sign in to comment.