what object do you need? https://github.com/porres/pd-cyclone/blob/master/shared/common/api.h
Em qui, 29 de ago de 2019 às 07:31, Jakob Laue <[email protected]> escreveu: > Hello dear people, > I am working on a Pd patch that uses the Pof-external to do some graphic > stuff. > My patch needs to run on an iPhone, thus I use the ofxPof framework in > order to have a tool chain in Xcode > for porting my patch to my iPhone. This is going well so far. > ofxPof uses the ofxPd framework as an addon and ofxPd itself is built on > libPd in order to make the porting process > patch -> xcode -> iphone possible (I think this is correct ;-)). > In the patch that I am working on, I need to use the cyclone external. > Because of this, I have to add the cyclone source files to my ofxPof-Xcode > project. Just as a side note, in my ofxPof-Xcode project I call my patch > similar to this: > > Pd pd = openPatch(path/to/myPatch/myPatch.pd) > > Then I click on run and my patch is ported to the iPhone. > I followed the instructions for adding the source files of pd-externals to > an ofxPd project on this page: > https://github.com/danomatika/ofxPd > > > As stated there, I created a new header file and declared the > cyclone_setup() function like this: > > #pragma once > > extern "C" { > > void cyclone_setup(); > > } > > Unfortunately, I get an error regarding the file cyclone_lib.c, where it > says: > > #include <common/api.h> > > --> 'common/api.h' file not found > > > > It is obvious, that this file cannot be found because did not add it to my > ofxPof-Xcode project, but I could not find any documentation or sources > about 'common' or 'api.h' when I tried googling for it. > > Do you know something about where I can find it or so? > > Thank you very much! Jakob > > > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > https://lists.puredata.info/listinfo/pd-list >
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
