While waiting for my Solaris...

Discuss John Bowen Synths - Solaris
minorguy
Posts: 120
Joined: Fri Dec 05, 2014 12:09 pm
Location: San Jose, CA, USA
Contact:

Re: While waiting for my Solaris...

Post by minorguy »

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. :(
Solaris #249
reno
Posts: 21
Joined: Tue Oct 13, 2015 12:20 pm
Contact:

Re: While waiting for my Solaris...

Post by reno »

minorguy wrote:
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 ?
minorguy
Posts: 120
Joined: Fri Dec 05, 2014 12:09 pm
Location: San Jose, CA, USA
Contact:

Re: While waiting for my Solaris...

Post by minorguy »

I decided to make the source available. You can find it at:
https://bitbucket.org/JimHewes/solarium

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.

Jim
Solaris #249
koenig
Posts: 65
Joined: Mon Nov 04, 2013 2:03 am
Location: Sweden
Contact:

Re: While waiting for my Solaris...

Post by koenig »

minorguy wrote:I decided to make the source available. You can find it at:
https://bitbucket.org/JimHewes/solarium
Great news!

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
sam
Posts: 8
Joined: Tue Jul 30, 2013 1:39 am
Contact:

Re: While waiting for my Solaris...

Post by sam »

koenig wrote:
minorguy wrote:I decided to make the source available. You can find it at:
https://bitbucket.org/JimHewes/solarium
Great news!

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

Code: Select all

xcode-select --install
in a terminal to install if it isn't yet.
minorguy
Posts: 120
Joined: Fri Dec 05, 2014 12:09 pm
Location: San Jose, CA, USA
Contact:

Re: While waiting for my Solaris...

Post by minorguy »

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.
Solaris #249
amongstmyselves
Posts: 43
Joined: Sun May 11, 2014 8:15 pm
Contact:

Re: While waiting for my Solaris...

Post by amongstmyselves »

Howdy minorguy,

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.

Steve.
minorguy
Posts: 120
Joined: Fri Dec 05, 2014 12:09 pm
Location: San Jose, CA, USA
Contact:

Re: While waiting for my Solaris...

Post by minorguy »

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!
Solaris #249
John Bowen
Site Admin
Posts: 2000
Joined: Sat Apr 07, 2007 3:00 am
Contact:

Re: While waiting for my Solaris...

Post by John Bowen »

Ah, thank you! That latest version finally runs in my Windows emulator (VMware Fusion 8.1.0) on my Mac.
amongstmyselves
Posts: 43
Joined: Sun May 11, 2014 8:15 pm
Contact:

Re: While waiting for my Solaris...

Post by amongstmyselves »

Working well Jim.

The transfer of the patch data is quite slow but I presume that is due to the lack of a bulk dump sysex command at this stage.

Steve.
akoasma
Posts: 11
Joined: Thu Jan 28, 2016 12:44 am
Contact:

Re: While waiting for my Solaris...

Post by akoasma »

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...
koenig
Posts: 65
Joined: Mon Nov 04, 2013 2:03 am
Location: Sweden
Contact:

Re: While waiting for my Solaris...

Post by koenig »

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.
akoasma
Posts: 11
Joined: Thu Jan 28, 2016 12:44 am
Contact:

Re: While waiting for my Solaris...

Post by akoasma »

I see... must have skipped the post mentioning that the last update is able to load from a preset file... thank you for your fast respond :-)
minorguy
Posts: 120
Joined: Fri Dec 05, 2014 12:09 pm
Location: San Jose, CA, USA
Contact:

Re: While waiting for my Solaris...

Post by minorguy »

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.
Solaris #249
poupouye
Posts: 8
Joined: Wed Dec 21, 2016 2:29 pm
Location: France
Contact:

Re: While waiting for my Solaris...

Post by poupouye »

Thanks minorguy

It is very helpfull and visual, also easy to use !!

Great job

:)
Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests