Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -534,4 +534,4 @@ def slice_stem_real(
|
|
| 534 |
try:
|
| 535 |
current_index = pitch_classes.index(root)
|
| 536 |
new_index = (current_index + transpose_semitones) % 12
|
| 537 |
-
new_key_root =
|
|
|
|
| 534 |
try:
|
| 535 |
current_index = pitch_classes.index(root)
|
| 536 |
new_index = (current_index + transpose_semitones) % 12
|
| 537 |
+
new_key_root = pitch_classes
|