Skip to content

Commit

Permalink
reporting drumstick version found
Browse files Browse the repository at this point in the history
using fusion style, which enables dark mode on windows
added windows screenshot
  • Loading branch information
pedrolcl committed Apr 6, 2024
1 parent a3124cb commit 0f55a11
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ endif()

find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Gui Widgets Multimedia REQUIRED)
find_package(Drumstick 2.9 COMPONENTS RT Widgets REQUIRED)
if (Drumstick_FOUND)
message(STATUS "Drumstick v${Drumstick_VERSION} found")
endif()

find_package(sonivox 3.6.13 CONFIG)
if (sonivox_FOUND)
Expand All @@ -35,6 +38,7 @@ else()
include(CMakePrintHelpers)
cmake_print_properties(TARGETS sonivox::sonivox PROPERTIES TYPE VERSION SOVERSION)
endif()

add_subdirectory(libsvoxeas)
add_subdirectory(cmdlnsynth)
add_subdirectory(guisynth)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This repository is a fork of the older project [Linux-SonivoxEas](https://github
On the other hand, this multiplatform version uses Qt Multimedia audio output and Drumstick::RT MIDI input on all supported platforms.

![Screenshot](screenshot.png)
![Screenshot Windows](screenshot_win.png)

The library uses Drumstick::RT MIDI input and Qt audio output. Complete compile-time dependencies are:
* Qt5 or Qt6, including QtMultimedia. http://www.qt.io/
Expand Down
1 change: 1 addition & 0 deletions guisynth/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

int main(int argc, char *argv[])
{
QApplication::setStyle("fusion");
QApplication app(argc, argv);
QApplication::setOrganizationName("SonivoxEAS");
QApplication::setApplicationName("mp_GUISynth");
Expand Down
Binary file added screenshot_win.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 0f55a11

Please sign in to comment.