Skip to content

Instantly share code, notes, and snippets.

@arirusso
Last active March 10, 2023 21:22
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save arirusso/a08fe73538c7843e80ea to your computer and use it in GitHub Desktop.
Save arirusso/a08fe73538c7843e80ea to your computer and use it in GitHub Desktop.
Use the original Nord Modular Editor with OSX

Use the original Nord Modular Editor with OSX

Required

  • Homebrew

Compatibility

Confirmed working with

  • XQuarts 2.77
  • Nord Editor 3.03
  • Wine 1.9.23

This configuration works with

  • OSX 10.11.6
  • iConnectivity mio MIDI adapter

It does NOT work with:

  • Tascam US 2x2 Interface

Instructions

1 Install XQuartz

Link: http://xquartz.macosforge.org/landing

2. Install Nord Modular Editor

Install Windows version

Link: http://www.nordkeyboards.com/downloads/legacy/nord-modular

v3.03.zip

Install to /Applications/Nord\ Modular/

3. Install Wine

brew install --build-from-source wine

5. Startup Script

edit /Applications/Nord\ Modular/nm

Contents of script:

#!/bin/sh
wine /Applications/Nord\ Modular/Nord\ Modular\ Editor\ v3.03.exe

Then run this line to make the script executable:

chmod +x /Applications/Nord\ Modular/nm

Usage

/Applications/Nord\ Modular/nm

or click on the script in Finder

Source

@cannc4
Copy link

cannc4 commented Jan 28, 2020

Hey.. Are you sure this works on MacOS10?
Throws me a bad CPU type in executable: wine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment