In attempt to solve iOS compilation issues the prototype for test was commented out in 93e564d649928e4284f00ffd1254c11cd3f89abe. That commit cause AudioGraph lib not to compile on OSX any longer with the following error:
tests/split-gain-join.test.cpp:22:30: error: out-of-line definition of 'test' does not match any declaration in 'TTAudioGraphGenerator'
I guess we'll need to revert this commit, and find another solution to the iOS issue at hand.
The split-gain-join.test.cpp file was not a member of the iOS target for some strange reason. Have fixed locally and will push to the dev branch in a moment.
In attempt to solve iOS compilation issues the prototype for test was commented out in 93e564d649928e4284f00ffd1254c11cd3f89abe. That commit cause AudioGraph lib not to compile on OSX any longer with the following error:
tests/split-gain-join.test.cpp:22:30: error: out-of-line definition of 'test' does not match any declaration in 'TTAudioGraphGenerator'
I guess we'll need to revert this commit, and find another solution to the iOS issue at hand.