Skip to content

Commit

Permalink
Adding the BC Kijimi to the bundled adapations #74
Browse files Browse the repository at this point in the history
(cherry picked from commit 5555d88)
  • Loading branch information
christofmuc committed Jan 15, 2021
1 parent 4aa6c5d commit 2e39e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions adaptions/BundledAdaptation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace knobkraft {
{
return {
{ "Alesis Andromeda A6", "Alesis_Andromeda_A6", std::string(AlesisAndromedaA6_py, AlesisAndromedaA6_py + AlesisAndromedaA6_py_size) },
{ "BC Kijimi", "BC_Kijimi", std::string(BC_Kijimi_py, BC_Kijimi_py + BC_Kijimi_py_size) },
{ "Deepmind 12", "Deepmind_12", std::string(Behringer_Deepmind_12_py, Behringer_Deepmind_12_py + Behringer_Deepmind_12_py_size) },
{ "DSI Pro 2", "DSI_Pro_2", std::string(DSI_Pro_2_py, DSI_Pro_2_py + DSI_Pro_2_py_size) },
{ "DSI Prophet 08", "DSI_Prophet_08", std::string(DSI_Prophet_08_py, DSI_Prophet_08_py + DSI_Prophet_08_py_size) },
Expand Down
2 changes: 1 addition & 1 deletion adaptions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.14)
project(KnobKraft-Generic-Adaptation)

set(adaptation_files
"Behringer Deepmind 12.py" "DSI Pro 2.py" "DSI Prophet 08.py"
"Behringer Deepmind 12.py" "BC_Kijimi.py" "DSI Pro 2.py" "DSI Prophet 08.py"
"DSI Prophet 12.py" "ElectraOne.py" "KawaiK1.py" "KawaiK3.py" "KorgDW6000.py" "KorgDW8000.py" "KorgMS2000.py" "Matrix 6.py"
"Matrix1000.py" "OberheimOB8.py" "OberheimOBX.py" "OberheimOBXA.py" "PioneerToraiz-AS1.py" "QuasimidiCyber6.py" "Roland JX-8P.py" "RolandD50.py" "Sequential Pro 3.py"
"Sequential Prophet 5 Rev4.py" "Sequential Prophet 6.py" "Sequential Prophet X.py" "Waldorf Blofeld.py"
Expand Down

0 comments on commit 2e39e69

Please sign in to comment.