jitter external templates using C++
Does anyone here knows if there is any c++ template for writing jitter externals?
Thank you!
I'm also interested in this. I feel like I've seen .cpp for jitter somewhere before but can't put my finger on it.
Any info is helpful.
For some reason, searching on c++ isn't working with our forum search. Try googling:
c++ site:cycling74.com
There is a simplejit example provided in the SDK as well as other forum info regarding c++ development in general which you may find useful.
Ah ha! I'm not crazy, I knew I'd read about it somewhere. Thanks a bunch!
hey,
I am interested too but could not find the jit example. Can you please provide the link?
Download the SDK, and look in the example projects for "simplejit"
thanks
Can you please point me to some "writing jitter external in c/c++ .pdf " like source?
There's not a PDF, but in the SDK html files, please read all the following sections on how to program Jitter objects in C:
Jitter Object Model
Jitter Max Wrappers
Matrix Operator QuickStart
Matrix Operator Details
Here's a link to the online SDK reference, but it is also in the download.
https://cycling74.com/sdk/MaxSDK-5.1.1/MaxAPI-5.1.1.html
For C++ coding, it is a general concept of how mix C and C++. Here are some links on the subject:
http://developers.sun.com/solaris/articles/mixing.html
http://stackoverflow.com/questions/199418/using-c-library-in-c-code