Microtuner

Date: 2023-09-17

Author: Thomas

Categories: Music |

Tags: Microtuner | Max MSP |


MicroTuner

Microtuner is a tuning app built with Max MSP. The idea is to custom tune select intervals and easily switch between the custom tuning and the default tuning. For info on this app see Microtuner.

How to build the standalone

  1. Use File-Build Collective / Application...
  2. Erase open thispatcher
  3. Add Toplevel Patcher and select MicroTunerN.N.maxpat
  4. Build
  5. Manually copy TuningData.txt, TemplateData.txt and the folder samples to the standalone directory

How to remove the top menu in the standalone

Open the the standalone folder and the file resources/interfaces/maxinterfaxce.json.

Remove the "menubar" section.

{{< highlight html >}} "menubar" : { "id" : "main", "menus_mac" : [ "applmenu", "filemenu", "editmenu",… "menus_windows" : [ "filemenu", "editmenu", "viewmenu",… "menus_runtime_mac" : [ "applmenu", "filemenu", "editmenu", "windowmenu", "helpmenu" ], "menus_runtime_windows" : [ "filemenu", "editmenu", "windowmenu", "helpmenu" ], "menus_menubar_mac" : [ "customapplmenu", "customfilemenu", "customeditmenu" ], "menus_menubar_windows" : [ "customfilemenu", "customeditmenu" ], "postcircular" : [ "modifymenu" ] }, {{< /highlight >}}