dependencies hashes:
openFrameworks
ofxMsdfgen
-----> watch out ofxMsdfgen has uncommitted changes!
ofxGPUFont
-----> watch out ofxGPUFont has uncommitted changes!
ofxVariableLab
-----> watch out ofxVariableLab has uncommitted changes!
ofxProfiler
-----> watch out ofxProfiler has uncommitted changes!
theatre
This commit is contained in:
themancalledjakob 2024-03-16 15:44:16 +01:00
parent 8a17aa7a39
commit 6d3b064da7

View file

@ -220,7 +220,7 @@ const Audio = function(tp, record) {
const createAudioOptions = (layer, propTitle, container) => {
const mappingOptions = mapping[layer.id()][propTitle];
let hasLetterDelay = //false;
let hasLetterDelay =
config
.layer.letterDelayProps
.indexOf(propTitle.split('.')[0]) >= 0 && propTitle.indexOf('color') < 0