Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Kaukov/4b7b2062b75d0f3aefc32cfb1dbf9e6c to your computer and use it in GitHub Desktop.
Save Kaukov/4b7b2062b75d0f3aefc32cfb1dbf9e6c to your computer and use it in GitHub Desktop.
How to run melodics on Linux using Wine

How to run melodics on Linux using Wine

export PULSE_LATENCY_MSEC=5\
    && export WINEPREFIX="/home/alinz/.wine"\
    && wine "$USER/.wine/dosdevices/c:/Program Files/Melodics/Melodics.exe"
  • The application will after the login if miss to set the following library override:
    • Open winecfg
    • Optional: Add an application override for Melodics.exe
    • Go to Libraries tab
    • Add a new override for msvcp140.dll
    • It should now show under Existing overrides `msvcp140 (native, builtin)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment