get rid of some custom tempo legacy
This commit is contained in:
parent
7f0dc576d8
commit
c83232f8da
5 changed files with 16 additions and 57 deletions
|
|
@ -56,7 +56,7 @@ void FurnaceGUI::drawSpeed(bool asChild) {
|
|||
if (tempoView) setHz/=2.5;
|
||||
if (setHz<1) setHz=1;
|
||||
if (setHz>999) setHz=999;
|
||||
e->setSongRate(setHz,setHz<52);
|
||||
e->setSongRate(setHz);
|
||||
}
|
||||
if (tempoView) {
|
||||
ImGui::SameLine();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue