Re: Problem with Single Note Tremolo Plugin
Reply #7 –
Hi Mike,
I had a look into the code for TremoloSingle AND PageTxtMaestro to see if I could find any instance of setting the class.
I found nothing in TremoloSingle, BUT in PageTxtMaestro I found this function:
local function obj_create(t)
t.Class = 'StaffSig'
end
It seems to me that if you added a similar function but set to 'Standard' instead of 'StaffSig' you could at least force a default that makes sense. That way it should be possible to make it less likely that the Class would be incorrectly set.
Ideally it would be good if the dialogue box 'Class' option could also be disabled.