PDA

View Full Version : NINJAM source code now in git, including ReaNINJAM


Justin
12-01-2017, 09:49 AM
I've just posted the full ninjam source (with development history) to https://www.ninjam.com, with a git repository and a github mirror.

Included in that repository is ReaNINJAM, which will need the VST SDK to compile.

Send patches my way if you're so inclined...

pljones
12-01-2017, 10:13 AM
Thanks!

dinoc
03-12-2018, 04:24 PM
Awesome!.
Question, which version of the vst sdk should we use to compile reaninjam? It seems to be having issues trying to build with sdk v2.4.
For example it says 'effIdentify' : undeclared identifier.
From what I browsed in vstsdk 2.4 effIdentify is deprecated.
Shoul we use vstsdk 2.3?
Any charitable soul has a zip copy of that sdk? ;)
Cheers!

Justin
04-17-2018, 07:12 AM
Awesome!.
Question, which version of the vst sdk should we use to compile reaninjam? It seems to be having issues trying to build with sdk v2.4.
For example it says 'effIdentify' : undeclared identifier.
From what I browsed in vstsdk 2.4 effIdentify is deprecated.
Shoul we use vstsdk 2.3?
Any charitable soul has a zip copy of that sdk? ;)
Cheers!

There are probably some tweaks you could do to make it compile (enabling deprecated symbols in the vst 2.4 sdk?).. or you could just comment out the effIdentify block (unless there are others too)

BellesOndes
11-19-2020, 02:20 PM
Hi. A friend and I are trying to compile reaNinjam current version with the latest WDL lib and 2.4 SDK without success.

111 errors, problems with <error-type> audiostream_onsamples, etc...

Any chance to get a more detailed list of dependancies or tips and tricks to make it happen?

We intend to work on extending the bumber of outputs. Thanks in advance !

seeb0h
11-21-2020, 08:58 AM
Hi.

I am the friend ;-)
So far, so good. It seems I succeed to compile it with vst 2.4 sdk.

I will post an update with a compilation walkthrough when it will more tested.

seeb0h
11-30-2020, 05:56 AM
It worked.
Explained here:
https://forum.cockos.com/showthread.php?p=2371301#post2371301