Skip to content

Commit

Permalink
🎉 [beta-10] Started
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Nov 29, 2023
1 parent d860c1e commit 24db793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20)

project(Coollab)
set(COOLLAB_VERSION "beta-9")
set(COOLLAB_VERSION "beta-10 WIP")
add_executable(${PROJECT_NAME})
add_library(Coollab-Properties INTERFACE) # This is needed by both Coollab and its tests
target_link_libraries(${PROJECT_NAME} PRIVATE Coollab-Properties)
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

- [🐣beta-10 WIP](#beta-10-wip)
- [🐣beta-9](#beta-9)
- [🐣beta-8](#beta-8)
- [🐣beta-7](#beta-7)
Expand All @@ -11,6 +12,8 @@
- [🐣beta-1](#beta-1)
- [🐣beta-0](#beta-0)

## 🐣beta-10 WIP

## 🐣beta-9

- ✨ Added MIDI support! You can now plug-in your MIDI keyboard, select your knob / slider by index, and use its value to control parameters of your nodes.
Expand Down

0 comments on commit 24db793

Please sign in to comment.