Checkpoint point, pre instantiation of supplementary LV2pedalboards.

This commit is contained in:
Robin E.R. Davies
2026-03-05 09:19:51 -05:00
parent 564ed914cc
commit 1f60e02ce0
39 changed files with 1502 additions and 694 deletions
+10
View File
@@ -30,3 +30,13 @@
#define PIPEDAL_NON_INLINE
#endif
#endif
#ifndef PIPEDAL_RESTRICT
#if defined(__GNUC__) || defined(__clang__)
#define PIPEDAL_RESTRICT __restrict__
#elif defined(_MSC_VER)
#define PIPEDAL_RESTRICT __restrict
#else
#define PIPEDAL_RESTRICT
#endif
#endif