-
Notifications
You must be signed in to change notification settings - Fork 8
THANK YOU! #8
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
Comments
Thanks indeed. |
Hi bergamote, I'm a different guy, but also helped in the development of micronau. You remind me I probably should put a binary build in github at least for OSX, since my fork has some bug fixes and some features added: undo, redo, and randomize! Without a bit of extra work, micronau will not immediately build for linux, but it's using the JUCE framework which supports linux. We used an older version of JUCE (I think it was 3.1.0), but it might almost build with the latest version, not sure. If you can get the correct older version of JUCE, it will be more likely to work. The main thing to do is in the projucer/introjucer tool, which is a kind of project manager tool that JUCE uses, where you might want to change some project properties to make it into a VST instead of an audio unit plugin, if that's what you need. The JUCE forums and docs should ideally have info about this. So I guess maybe you could get the JUCE framework, and try building one of its example plugins just to see it working. Then I guess try to open the existing micronau JUCE project, or just start a fresh one or start with the example one and add in all the micronau sources. But don't add the juce library code to the juce project, the jucer tool should generate all of that based on project settings and so on. I know it sounds bad, but there may be some hope: I recently had success in getting a juce audio unit developed on OSX to build on windows as a vst. It was up and running within about half an hour or so, including downloading/installing visual studio, although both builds were using identical up-to-date versions of juce. Good luck! |
Hey jclounge. Thanks a lot for the thorough explanation. I was expecting a straight "No" so that's pretty encouraging. |
Hi again,
So well, that was hopeful. I'll now proceed with your plan of adding stuff to a new project. |
Just an update to say that I got a bit further into compiling micronau but eventually hit a wall with some libraries that were OSX only, and gave up. |
For putting this on GitHub and making it 64-bit
/bow
The text was updated successfully, but these errors were encountered: