Skip to content

Commit

Permalink
Removing BC to find time sorting out information classification
Browse files Browse the repository at this point in the history
  • Loading branch information
christofmuc committed Jan 16, 2021
1 parent f8927d6 commit 921d99f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 119 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Questions and help with implementing new synths wanted! Or if you have found a b
| Behringer | BCR2000 | in progess | native | |
| Behringer | Deepmind 12 | alpha | adaptation | |
| Behringer | RD-8 | in progress | native | |
| Black Corporation | Kijimi | beta | adaptation | Thanks to @ffont|
| Black Corporation | Kijimi | in progress | adaptation | Thanks to @ffont|
| DSI | Pro 2 | beta | adaptation | |
| DSI | Prophet 8 | beta | adaptation | |
| DSI/Sequential | OB-6 | works | native | |
Expand Down
116 changes: 0 additions & 116 deletions adaptions/BC_Kijimi.py

This file was deleted.

1 change: 0 additions & 1 deletion adaptions/BundledAdaptation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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" "BC_Kijimi.py" "DSI Pro 2.py" "DSI Prophet 08.py"
"Behringer Deepmind 12.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 921d99f

Please sign in to comment.