dev239 - Merge branch 'noLegacySample'

This commit is contained in:
tildearrow 2025-11-10 04:44:00 -05:00
commit b8db5b4a1a
78 changed files with 1367 additions and 2422 deletions

View file

@ -243,7 +243,6 @@ void FurnaceGUI::drawDebug() {
continue;
}
if (ImGui::TreeNode(fmt::sprintf("%d: %s",i,sample->name).c_str())) {
ImGui::Text("rate: %d",sample->rate);
ImGui::Text("centerRate: %d",sample->centerRate);
ImGui::Text("loopStart: %d",sample->loopStart);
ImGui::Text("loopEnd: %d", sample->loopEnd);