Microtuner
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
- Use File-Build Collective / Application...
- Erase open thispatcher
- Add Toplevel Patcher and select MicroTunerN.N.maxpat
- Build
- 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 >}}