Skip to content

Commit

Permalink
updated API and LIB to address inability to load objects on older Mac…
Browse files Browse the repository at this point in the history
…OS versions.
  • Loading branch information
Timothy Place committed Jul 27, 2020
1 parent c02c414 commit a00d125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/min-lib
Submodule min-lib updated 40 files
+3 −3 CMakeLists.txt
+0 −2 ReadMe.md
+253 −228 include/c74_lib_adsr.h
+103 −103 include/c74_lib_allpass.h
+179 −180 include/c74_lib_circular_storage.h
+22 −23 include/c74_lib_dcblocker.h
+107 −99 include/c74_lib_delay.h
+581 −581 include/c74_lib_easing.h
+40 −38 include/c74_lib_filters.h
+312 −312 include/c74_lib_generator.h
+393 −391 include/c74_lib_interpolator.h
+261 −260 include/c74_lib_limiter.h
+60 −60 include/c74_lib_math.h
+52 −52 include/c74_lib_onepole.h
+82 −82 include/c74_lib_oscillator.h
+54 −55 include/c74_lib_saturation.h
+48 −48 include/c74_lib_sync.h
+1 −1 test/Easing/CMakeLists.txt
+345 −345 test/Easing/Easing_test.cpp
+0 −0 test/GeneratorTargetOutput.m
+1 −1 test/InterpolatorTargetOutput.m
+0 −11 test/Sync/CMakeLists.txt
+1 −1 test/allpass/CMakeLists.txt
+573 −573 test/allpass/allpass_test.cpp
+1 −1 test/circular_storage/CMakeLists.txt
+312 −312 test/circular_storage/circular_storage_test.cpp
+1 −1 test/dcblocker/CMakeLists.txt
+21 −21 test/dcblocker/dcblocker_test.cpp
+1 −1 test/delay/CMakeLists.txt
+554 −554 test/delay/delay_test.cpp
+1 −1 test/generator/CMakeLists.txt
+1,294 −1,294 test/generator/generator_test.cpp
+1 −1 test/interpolator/CMakeLists.txt
+726 −726 test/interpolator/interpolator_test.cpp
+3 −2 test/min-lib-unittest.cmake
+1 −1 test/onepole/CMakeLists.txt
+235 −235 test/onepole/onepole_test.cpp
+1 −1 test/oscillator/CMakeLists.txt
+1,216 −1,216 test/oscillator/oscillator_test.cpp
+88 −88 test/sync/sync_test.cpp

0 comments on commit a00d125

Please sign in to comment.