Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MiniDexed/commit/e37f63749b08a837ad27d59995f5c44f753ffb77?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update uimenu.h

pull/267/head
arsamus 3 years ago committed by GitHub
parent 92e691106b
commit e37f63749b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/uimenu.h

@ -107,6 +107,7 @@ private:
static std::string ToOscillatorDetune (int nValue); static std::string ToOscillatorDetune (int nValue);
static std::string ToPortaMode (int nValue); static std::string ToPortaMode (int nValue);
static std::string ToPortaGlissando (int nValue); static std::string ToPortaGlissando (int nValue);
static std::string ToPolyMono (int nValue);
void TGShortcutHandler (TMenuEvent Event); void TGShortcutHandler (TMenuEvent Event);
void OPShortcutHandler (TMenuEvent Event); void OPShortcutHandler (TMenuEvent Event);

Loading…
Cancel
Save