SoundUnit: PCM support
This commit is contained in:
parent
66f6ab4307
commit
a6ef36d42e
5 changed files with 90 additions and 7 deletions
|
|
@ -180,6 +180,7 @@ void FurnaceGUI::drawDebug() {
|
|||
ImGui::Text("offSegaPCM: %x",sample->offSegaPCM);
|
||||
ImGui::Text("offQSound: %x",sample->offQSound);
|
||||
ImGui::Text("offX1_010: %x",sample->offX1_010);
|
||||
ImGui::Text("offSU: %x",sample->offSU);
|
||||
|
||||
ImGui::Text("samples: %d",sample->samples);
|
||||
ImGui::Unindent();
|
||||
|
|
@ -312,4 +313,4 @@ void FurnaceGUI::drawDebug() {
|
|||
}
|
||||
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_DEBUG;
|
||||
ImGui::End();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue