@@ -2011,7 +2011,7 @@ class ClaudiaMainW(AbstractCanvasJackClass): | |||||
if act_x_sel: | if act_x_sel: | ||||
if item.type() == ITEM_TYPE_STUDIO: | if item.type() == ITEM_TYPE_STUDIO: | ||||
if act_x_sel == act_x_add_new: | if act_x_sel == act_x_add_new: | ||||
pass #self.slot_app_add_new() | |||||
self.slot_app_add_new() | |||||
elif act_x_sel == act_x_run_custom: | elif act_x_sel == act_x_run_custom: | ||||
self.slot_app_run_custom() | self.slot_app_run_custom() | ||||
elif act_x_sel == act_x_create_room: | elif act_x_sel == act_x_create_room: | ||||
@@ -2019,7 +2019,7 @@ class ClaudiaMainW(AbstractCanvasJackClass): | |||||
elif item.type() == ITEM_TYPE_ROOM: | elif item.type() == ITEM_TYPE_ROOM: | ||||
if act_x_sel == act_x_add_new: | if act_x_sel == act_x_add_new: | ||||
pass # self.slot_app_add_new | |||||
self.slot_app_add_new() | |||||
elif act_x_sel == act_x_run_custom: | elif act_x_sel == act_x_run_custom: | ||||
self.slot_app_run_custom() | self.slot_app_run_custom() | ||||
elif act_x_sel == act_x_new: | elif act_x_sel == act_x_new: | ||||
@@ -19,7 +19,7 @@ LEVEL_NSM = "NSM" | |||||
TEMPLATE_YES = "Yes" | TEMPLATE_YES = "Yes" | ||||
TEMPLATE_NO = "No" | TEMPLATE_NO = "No" | ||||
USING_KXSTUDIO = True | |||||
USING_KXSTUDIO = False | |||||
# ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | # ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||||
# DAW | # DAW | ||||