Penhorse / Instrument-Browser

Reaktor 6 block browser
16 stars 4 forks source link

Updated to JUCE 4.2.1 and modified to allow build on OS X. #8

Closed dhatadi closed 8 years ago

dhatadi commented 8 years ago

Added OSX application. Modified Projucer file to set build SDK of 10.9 which is the minimum for Reaktor Blocks. Updated to JUCE 4.2.1 and modified to allow build on OS X.

Penhorse commented 8 years ago

Thanks dhatadi! Hopefully will get to merging this over the weekend. Before uploading to user library i want to also implement issue #7 so will probably ask you or @bafonso to do another mac build

bafonso commented 8 years ago

The OSX binary probably shouldn't be in the repository itself but it's likely similar to the changes in my fork. I had to change rtw, don't forget to point to the newer rtw rep state in the submodule. I compiled for 10.9 but only changed it in Xcode, not Projucer. My binary includes libismsnoop.dylib in a Frameworks folder but I don't think it matters.

dhatadi commented 8 years ago

Agreed on the binary, but since it was so small I added it so Penhorse could upload it to the Reaktor community. I also had to make a small change in rtw which I just did locally until this change was approved. bafonso, it looks like I made my changes the day after yours, crazy that I didn't notice!