-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated API and LIB to address inability to load objects on older Mac…
…OS versions.
- Loading branch information
Timothy Place
committed
Jul 27, 2020
1 parent
667182e
commit 490b172
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule min-api
updated
20 files
+11 −3 | doc/GuideToAudio.md | |
+26 −7 | doc/GuideToWhereToLook.md | |
+14 −14 | doc/GuideToWritingObjects.md | |
+1 −1 | include/c74_min_atom.h | |
+59 −13 | include/c74_min_attribute.h | |
+4 −0 | include/c74_min_attribute_impl.h | |
+1 −1 | include/c74_min_message.h | |
+87 −0 | include/c74_min_object.h | |
+14 −1 | include/c74_min_object_components.h | |
+33 −4 | include/c74_min_object_wrapper.h | |
+4 −1 | include/c74_min_operator_ui.h | |
+22 −2 | include/c74_min_operator_vector.h | |
+0 −1 | include/c74_min_patcher.h | |
+58 −4 | include/c74_min_symbol.h | |
+1 −1 | include/readerwriterqueue | |
+1 −1 | max-api | |
+1 −0 | script/min-pretarget.cmake | |
+1 −0 | test/min-api-unittest.cmake | |
+1 −0 | test/min-object-unittest.cmake | |
+1 −1 | test/mock |