GUI: new pattern cursor logic, part 20
oh yes
This commit is contained in:
parent
c5231eb569
commit
e5ad462cd2
7 changed files with 60 additions and 14 deletions
|
|
@ -196,6 +196,10 @@ void FurnaceGUI::drawDebug() {
|
|||
ImGui::TextWrapped("%s",pdi.c_str());
|
||||
ImGui::TreePop();
|
||||
}
|
||||
if (ImGui::TreeNode("GUI Status")) {
|
||||
ImGui::Text("patScroll: %f",patScroll);
|
||||
ImGui::TreePop();
|
||||
}
|
||||
if (ImGui::TreeNode("Sample Debug")) {
|
||||
for (int i=0; i<e->song.sampleLen; i++) {
|
||||
DivSample* sample=e->getSample(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue