Shiro GAFFA - host tempo?

i just tried editing gaffa.ttl… following what some folks were doing for the Drop plugin here:

when i changed the “time” block in that file to this…

  a lv2:InputPort, lv2:ControlPort ;
        lv2:index 12 ;
        lv2:name "time" ;
        lv2:symbol "time" ;
        lv2:default 600.000000 ;
        lv2:minimum 20.000000 ;
        lv2:maximum 6000.000000 ;
        units:unit units:ms ;
        lv2:portProperty  mod:tapTempo , mod:tempoRelatedDynamicScalePoints;

…the available range for the knob in the parameter window did change such that it goes all the way to 6000, so i thought it might work. unfortunately, the audible delay still goes no longer than 900ms. so i guess that limit is hard-coded into the plugin’s dsp.

@SHIRO-Plugins any chance of making Gaffa capable of following the entire range of the MOD host tempo? :pray: :crossed_fingers: :blush:

5 Likes