sam wrote:AFAIK the free version of JUCE is GPL only, i.e. you also need to release any code under the GPL too. http://www.juce.com/get-juce
I think you are right and I think I’ve misunderstood the license. I’m going to have to remove it, at least for the time being. I’m very sorry about that.
sam wrote:AFAIK the free version of JUCE is GPL only, i.e. you also need to release any code under the GPL too. http://www.juce.com/get-juce
I think you are right and I think I’ve misunderstood the license. I’m going to have to remove it, at least for the time being. I’m very sorry about that.
The GPL doesn't require you to open source your software in all cases (if it remains internal to a company, it's fine). However the minute you distribute binaries to 3rd parties, you also have to give them a way to get the source, true.
Don't be sorry, looks like you did valuable work ! But again if you're not going to sell it, why not share the source so even more people can benefit and thank you for it ?
I know Git and GitHub are very popular. But I started using Mercurial years ago because it supported all platforms more equally (particularly good for Windows users) and it's pretty easy to use. So that's the reason for Bitbucket.
I still need to add notices at the tops of files and other info. But at least you can get a start on building for other platforms if you want.
I have started on the port to Mac but ran into problems with the compiler. If someone else is on Mac and have Xcode I'd be more than happy to get some help as my C++ fu is rather weak.
I have started on the port to Mac but ran into problems with the compiler. If someone else is on Mac and have Xcode I'd be more than happy to get some help as my C++ fu is rather weak.
K
I haven't really got time to help, but one problem that a lot of people run in to is not having the Xcode Command Line Tools installed, run
I've updated it so you can now load from a preset file. (But no saving to a file yet.)
Btw, I was able to compile with the Clang compiler in Visual Studio. But that uses the VS backend so it doesn’t prove that the full build works on Mac.
I don’t mean to spam this part of the forum with too much talk of programming and updates. So check the bitbucket site for updates and binary downloads. Maybe discuss details in the Off Topic Lounge (?) or bitbucket issues section.
Last edited by minorguy on Mon Jan 11, 2016 11:49 pm, edited 1 time in total.
Looks like a great program. I'm having no luck getting it to run under Windows 7. Any leads ? I've run it as Administrator but just get the waiting icon for about 5 seconds and then nothing.
It should be fixed now. Please download it again and try.
It was just a case of the program not working if the configuration file was missing, which is the case the first time you run it!
Hello out there... i`m waiting for my Solaris so i read these posts...it may be a dumb question but will it be / is it possible to drop the patch-data via usb (since i don`t have midi-connection)?...and i was thinking that it would be nice to collect (and share) screenshots of the presets that come with the Solaris so one can print them out and have them in a booklet...
akoasma wrote:Hello out there... i`m waiting for my Solaris so i read these posts...it may be a dumb question but will it be / is it possible to drop the patch-data via usb (since i don`t have midi-connection)?...and i was thinking that it would be nice to collect (and share) screenshots of the presets that come with the Solaris so one can print them out and have them in a booklet...
You can always read the contents of the CF card on your computer so you don't really need a MIDI connection.
Point being that this is not an editor as much as a display tool so a live connection is not that important, just to visualise what the patch is doing.
The USB connection is faster than MIDI and it does work. But I’ve found the connection to be a bit flakey sometimes. So I tend to use MIDI. Yes, it’s kind of slow because it’s transferring around a thousand parameters one at a time. It would be faster with a bulk dump that economized on parameter size.