Skip to content

Commit

Permalink
feature: interactive keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
xivilay committed Jan 7, 2022
1 parent cdd81ac commit 7aee354
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [0.5.1] - 2022-01-07

### Added

* [ui] interactive keyboard feature

## [0.4.2] - 2021-12-26

### Changed
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(CMAKE_BUILD_TYPE MATCHES "Debug")
set(PROJECT_NAME "${PROJECT_NAME}Dev")
endif()

set(VERSION "0.4.2")
set(VERSION "0.5.1")
set(JUCE_DIR "external/juce")
set(SRC_DIR "./src")

Expand Down Expand Up @@ -41,7 +41,7 @@ juce_add_plugin(${PROJECT_NAME}
NEEDS_MIDI_OUTPUT TRUE
PLUGIN_MANUFACTURER_CODE XivY
PLUGIN_CODE Xiv8
FORMATS VST3
FORMATS VST3 Standalone
)

juce_add_binary_data(BinaryData SOURCES
Expand All @@ -61,7 +61,7 @@ target_compile_definitions(${PROJECT_NAME} PRIVATE
JUCE_USE_CURL=0
JUCE_WEB_BROWSER=0
P_WIDTH=550
P_HEIGHT=500
P_HEIGHT=750
)

if(BUILD_ASIO)
Expand Down
Binary file modified screen.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 7aee354

Please sign in to comment.