From 6d3b064da77431968ab0ad2a008859bb5bed12ae Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sat, 16 Mar 2024 15:44:16 +0100 Subject: [PATCH] cleanup 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 --- bin/em/variabletime/web/js/audio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/em/variabletime/web/js/audio.js b/bin/em/variabletime/web/js/audio.js index 8b4bb4f..bd4c604 100644 --- a/bin/em/variabletime/web/js/audio.js +++ b/bin/em/variabletime/web/js/audio.js @@ -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