Skip to content

Instantly share code, notes, and snippets.

@mamonu
Forked from arirusso/nord_modular_osx.md
Created April 26, 2017 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamonu/c68a329aa0ec6dc7adb2c8c785b084a3 to your computer and use it in GitHub Desktop.
Save mamonu/c68a329aa0ec6dc7adb2c8c785b084a3 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

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