[PD] Adding cyclone to ofxPd

Alexandre Torres Porres porres at gmail.com
Thu Aug 29 19:40:09 CEST 2019


you can try pd's [text] instead

Em qui, 29 de ago de 2019 às 11:43, Jakob <jakkesprinter at web.de> escreveu:

> Hey Alexandre,
> Thanks for your quick response.
> For now, I think that I only need the coll object.
>
> Am 29.08.2019 um 18:33 schrieb Alexandre Torres Porres <porres at gmail.com>:
>
> 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 <jakkesprinter at web.de>
> 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
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pd-list at lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> https://lists.puredata.info/listinfo/pd-list
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20190829/380e5583/attachment.html>


More information about the Pd-list mailing list