mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 02:52:40 +00:00
PowerNoise: show octave param in slope ins
This commit is contained in:
parent
0a9566d5ad
commit
22ba9fd8b6
1 changed files with 1 additions and 1 deletions
|
@ -7295,7 +7295,7 @@ void FurnaceGUI::drawInsEdit() {
|
|||
drawMacros(macroList,macroEditStateMacros);
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
if (ins->type==DIV_INS_POWERNOISE) {
|
||||
if (ins->type==DIV_INS_POWERNOISE || ins->type==DIV_INS_POWERNOISE_SLOPE) {
|
||||
if (ImGui::BeginTabItem("PowerNoise")) {
|
||||
int pnOctave=ins->powernoise.octave;
|
||||
if (ImGui::InputInt("Octave offset",&pnOctave,1,4)) { PARAMETER
|
||||
|
|
Loading…
Reference in a new issue