Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User patches don't save properly on MacOS #127

Closed
baconpaul opened this issue Dec 20, 2018 · 0 comments
Closed

User patches don't save properly on MacOS #127

baconpaul opened this issue Dec 20, 2018 · 0 comments

Comments

@baconpaul
Copy link
Collaborator

Now I'm getting MPE working, I started making some patches for MPE which I was going to eventually move into the surge factory patches. But I discovered that on mac the save of user patches doesn't work.

I suspect it is something to do with this in SurgeStorage.cpp

      datapath = path;
      datapath += "/Surge/";
   }

   userDataPath = "~/Documents/Surge";

#elif __linux__

that ~ probably needs to be getenv( "HOME" )-ed. But put an issue here.

I will try and build and merge #125 before PR this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant