Skip to content

Commit

Permalink
rack settings should update after sync
Browse files Browse the repository at this point in the history
  • Loading branch information
marchingband committed Dec 26, 2023
1 parent 033c35c commit 1bea81b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/file_system.c
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,7 @@ void updateSingleVoiceConfig(char *json, int num_voice){
}
feedLoopWDT();
read_wav_lut_from_disk();
read_rack_lut_from_disk();
feedLoopWDT();
//cleanup
cJSON_Delete(vc_json);
Expand Down

0 comments on commit 1bea81b

Please sign in to comment.