Skip to content

Commit

Permalink
Do add the Bank loading to the Kawai K1, and extend the "SoundDiver" …
Browse files Browse the repository at this point in the history
…code we talked about in #59.
  • Loading branch information
christofmuc committed Jan 3, 2021
1 parent e244a84 commit d9798ea
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 32 deletions.
5 changes: 3 additions & 2 deletions adaptions/BundledAdaptation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ namespace knobkraft {
{ "DSI Prophet 08", "DSI_Prophet_08", std::string(DSI_Prophet_08_py, DSI_Prophet_08_py + DSI_Prophet_08_py_size) },
{ "DSI Prophet 12", "DSI_Prophet_12", std::string(DSI_Prophet_12_py, DSI_Prophet_12_py + DSI_Prophet_12_py_size) },
{ "Electra One", "Electra_one", std::string(ElectraOne_py, ElectraOne_py + ElectraOne_py_size) },
{ "Kawai K1", "Kawai_K1", std::string(KawaiK1_py, KawaiK1_py + KawaiK1_py_size) },
{ "Korg DW-6000", "Korg_DW_6000", std::string(KorgDW6000_py, KorgDW6000_py + KorgDW6000_py_size) },
{ "Korg MS2000", "Korg_MS2000", std::string(KorgMS2000_py, KorgMS2000_py + KorgMS2000_py_size) },
{ "Matrix 6", "Matrix_6", std::string(Matrix_6_py, Matrix_6_py + Matrix_6_py_size) },
{ "Oberheim OB-8", "Oberheim_OB8", std::string(OberheimOB8_py, OberheimOB8_py + OberheimOB8_py_size ) },
{ "Oberheim OB-8", "Oberheim_OB8", std::string(OberheimOB8_py, OberheimOB8_py + OberheimOB8_py_size) },
#ifdef _DEBUG
{ "Matrix 1000 Test", "Matrix_1000", std::string(Matrix1000_py, Matrix1000_py + Matrix1000_py_size) },
{ "Korg DW-8000 Test", "Korg_DW_8000_Adaption", std::string(KorgDW8000_py, KorgDW8000_py + KorgDW8000_py_size ) },
{ "Korg DW-8000 Test", "Korg_DW_8000_Adaption", std::string(KorgDW8000_py, KorgDW8000_py + KorgDW8000_py_size) },
{ "Kawai K3 Test", "Kawai_K3", std::string(KawaiK3_py, KawaiK3_py + KawaiK3_py_size) },
#endif
{ "Pioneer Toraiz AS1", "Pioneer_Toraiz_AS1", std::string(PioneerToraiz_AS1_py, PioneerToraiz_AS1_py + PioneerToraiz_AS1_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 @@ -10,7 +10,7 @@ project(KnobKraft-Generic-Adaptation)

set(adaptation_files
"Behringer Deepmind 12.py" "DSI Pro 2.py" "DSI Prophet 08.py"
"DSI Prophet 12.py" "ElectraOne.py" "KawaiK3.py" "KorgDW6000.py" "KorgDW8000.py" "KorgMS2000.py" "Matrix 6.py"
"DSI Prophet 12.py" "ElectraOne.py" "KawaiK1.py" "KawaiK3.py" "KorgDW6000.py" "KorgDW8000.py" "KorgMS2000.py" "Matrix 6.py"
"Matrix1000.py" "OberheimOB8.py" "PioneerToraiz-AS1.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
Loading

0 comments on commit d9798ea

Please sign in to comment.