jitter external templates using C++

efe's icon

Does anyone here knows if there is any c++ template for writing jitter externals?
Thank you!

cap10subtext's icon

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.

Joshua Kit Clayton's icon

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.

cap10subtext's icon

Ah ha! I'm not crazy, I knew I'd read about it somewhere. Thanks a bunch!

mudassar's icon

hey,

I am interested too but could not find the jit example. Can you please provide the link?

Joshua Kit Clayton's icon

Download the SDK, and look in the example projects for "simplejit"

mudassar's icon

thanks

Can you please point me to some "writing jitter external in c/c++ .pdf " like source?

Joshua Kit Clayton's icon

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