ericlyon / pd-lyonpotpourri

Pd version of LyonPotpourri 3.0.
Other
19 stars 5 forks source link

too generic names for library functions #8

Closed umlaeute closed 3 years ago

umlaeute commented 3 years ago

the functions from the liblyonpotpourri helper library are very generic (transpose, cfft, makehamming,...), and are thus likely to clash with symbols from other libraries.

since the library functions cannot be made static (see also #7), you should prefix their names with something unique. lyonpotpourri_ would be an obvious prefix.

ericlyon commented 3 years ago

Exposed functions now prepended with lpp_.