pattern data refactor, part 8
this is the first commit that builds maybe not
This commit is contained in:
parent
2b745cac62
commit
182a9e3b9d
6 changed files with 197 additions and 256 deletions
|
|
@ -6447,7 +6447,7 @@ void FurnaceGUI::drawInsSID3(DivInstrument* ins) {
|
|||
"If this is disabled,filter cutoff will increase if you increase the pitch."));
|
||||
}
|
||||
|
||||
snprintf(buffer2,100,_("%s"),noteNameNormal(filt->bindCutoffToNoteCenter%12,(short)(filt->bindCutoffToNoteCenter / 12)-5));
|
||||
snprintf(buffer2,100,_("%s"),noteNameNormal(filt->bindCutoffToNoteCenter));
|
||||
snprintf(buffer,100,_("Cutoff change center note##bindcutcenternote%d"),i+1);
|
||||
P(CWSliderScalar(buffer,ImGuiDataType_U8,&filt->bindCutoffToNoteCenter,&_ZERO,&_ONE_HUNDRED_SEVENTY_NINE,buffer2)); rightClickable
|
||||
if (ImGui::IsItemHovered()) {
|
||||
|
|
@ -6480,7 +6480,7 @@ void FurnaceGUI::drawInsSID3(DivInstrument* ins) {
|
|||
"If this is disabled,filter resonance will increase if you increase the pitch."));
|
||||
}
|
||||
|
||||
snprintf(buffer2,100,_("%s"),noteNameNormal(filt->bindResonanceToNoteCenter%12,(short)(filt->bindResonanceToNoteCenter / 12)-5));
|
||||
snprintf(buffer2,100,_("%s"),noteNameNormal(filt->bindResonanceToNoteCenter));
|
||||
snprintf(buffer,100,_("Resonance change center note##bindrescenternote%d"),i+1);
|
||||
P(CWSliderScalar(buffer,ImGuiDataType_U8,&filt->bindResonanceToNoteCenter,&_ZERO,&_ONE_HUNDRED_SEVENTY_NINE,buffer2)); rightClickable
|
||||
if (ImGui::IsItemHovered()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue