Talk to other MIDI Designer users about MIDI Designer, iOS MIDI and related topics. Or share layouts, pages, and ideas.

Check out our Facebook Group.

Of course, if you want to send us an email, feel free.

Open problem reports

Summary of user requests

MIDI Designer
Design your perfect MIDI controller for iPad, iPhone, and now on M-powered Macs
Where are my files using MDP2 on Mac? - MIDI Designer Q&A

Where are my files using MDP2 on Mac?

0 votes
asked Jul 24, 2022 in Basic by MIDI Designer Team (Dan)

3 Answers

0 votes
 
Best answer

Steps to find out:

  1. Save a layout called wtf001
  2. Run this command from the root directory of your computer (not your user!)

    sudo find . 2>/dev/null | grep "wtf001"
  3. That's it

On my Mac it was 

./Library/Containers/2310BD01-09CA-4C40-8A1E-94CBC6C19053/Data/Documents/

but we don't know if that's subject to change (probably).

Disclaimer: this isn't good. We need to populate the File menus on Mac, at least, and hopefully locate the stuff under your user directory.

answered Jul 24, 2022 by MIDI Designer Team (Dan)
0 votes
For some reason, I cannot get the returned location to show up in Finder so I can retrieve the file.  Instead, I resorted to command line to move the desired file to my documents folder, where I can then file properly.

This shows the necessary terminal actions.
Images
Terminal - move file.png
Terminal - move file.png
answered Jul 25, 2022 by jkhiser (18,640 points)
It looks very complicated. I don't normally use the command line and it's been ages since I used such connands as grep and sudo. Basic question is will this need to be done for each file?

I have been spending a few weeks designing MDP2 in my Mac Mini. The best approach I have found is to mail the layout to myself. Then I can open it on my iPad and vice-versa. It also works moving files between MDP and MD Next.
0 votes

The online user manual is updated with a chapter on Mac usage.

https://mididesigner.com/wiki/doku.php/manual:mdp2_on_mac

answered Nov 26, 2022 by jkhiser (18,640 points)
...