[orx-envelopes] Add trigger id and object functions

This commit is contained in:
Edwin Jakobs
2023-04-26 10:46:17 +02:00
parent a732a0559d
commit 1f6e60faa0
8 changed files with 145 additions and 40 deletions

View File

@@ -0,0 +1,5 @@
package org.openrndr.extra.envelopes
actual fun <V> mppSynchronized(lock: Any, f: () -> V): V {
return f()
}