This commit is contained in:
alexgobbo
2025-09-12 16:16:15 +02:00
parent 68c510e707
commit ba17725e75
22 changed files with 53 additions and 38 deletions

View File

@@ -41,7 +41,7 @@ def save_samples_info():
output_file = open( Setup.expandPath("{context}/samples_info.json") , "w")
output_file.write(data)
output_file.close()
get_interpreter().sendEvent("samples_updated", True)
get_sequencer().sendEvent("samples_updated", True)
save_puck_info()
def restore_samples_info():