libpd / abl_link

Ableton Link integration for Pure Data on desktop and Android.
Other
80 stars 15 forks source link

drop shared library? #2

Closed umlaeute closed 7 years ago

umlaeute commented 7 years ago

any specifc reason to use a shared-library for the abl_link_instance.cpp instead of just statically linking it into the object?

this could simplify the Makefile to:

abl_link~.class.sources = abl_link~.cpp  abl_link_instance.cpp
nettoyeurny commented 7 years ago

Well, at an earlier stage we kicked around the idea of having two Link externals, one for musical purposes and one administrative one, and those were supposed to share one instance of Link. Since we've dropped this idea, I'll just go ahead and get rid of the separate library for abl_link_instance.