sml109310's Recent Posts

Turned out to be something simple: find_library(madronalib madrona).

Now when I run 'xcodebuild -project soundplane.xcodeproj -target Soundplane -configuration RelWithDebInfo' I get a new error
** BUILD FAILED **

The following build commands failed:
CompileC /usr/local/soundplane/build/build/ml-juce.build/RelWithDebInfo/Objects-normal/x86_64/MLVectorDeprecated.o /usr/local/soundplane/ml-juce/deprecated/MLVectorDeprecated.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'ml-juce' from project 'soundplane')
(1 failure)

Hi,

Is there a forum specifically dedicated to soundplane client app development? I think I have built everything correctly for madronalib and soundplanelib, but when I try to build the soundplane app I get the following error:

The value of madronalib is :MADRONA_LIB-NOTFOUND
The value of soundplanelib is :SOUNDPLANE_LIB-NOTFOUND
-- dpkg-deb NOT found. deb generation will not be available
-- Configuring done (0.1s)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
MADRONA_LIB
linked by target "Soundplane" in directory /usr/local/soundplane
SOUNDPLANE_LIB
linked by target "Soundplane" in directory /usr/local/soundplane

-- Generating done (0.0s)
CMake Generate step failed. Build files cannot be regenerated correctly.
(base) shanelea@ShanesMusicStudio build %

I think it's something to do with the headers in the CMakeLists.txt

<> # madronalib headers
<> # TODO Windows - use find_package?
include_directories(/usr/local/include/madronalib)

<> # soundplanelib headers
<> # TODO Windows - use find_package?
include_directories(/usr/local/include/soundplane)

Any suggestions?

Best regards,
Shane

Hi,

I have recently obtained a Soundplane (#63). I have noticed that the firmware is 0.9.5 whereas on youtube videos as far back as 2013 (calibration walkthrough video) the firmware is 1.0.0. Is the firmware something I can update?

On a possibly unrelated note I have noticed that the calibration tracking button is not visible on my Soundplane Client 1.8.3 and there is no SoundplaneAppState.txt file or Madrona Labs folder in Applications Support.

Best regards,
Shane