uliss / pd-ceammc

Pure Data CEAMMC distribution (based on vanilla 0.53 by Miller Puckette)
Other
107 stars 6 forks source link

support for PDINSTANCE=1 host #108

Closed njazz closed 3 years ago

njazz commented 3 years ago

needs some fix in ebox.cpp & ceammc_pd.cpp to support hosts that are compiled with PDINSTANCE=1 define

replace ->c_methods with ->c_methods[pd_this->pd_instanceno]

njazz commented 3 years ago

https://github.com/uliss/pure-data/pull/109