3
1
Back

Both alt and title texts, they're both different, use both. $alt_element = $doc->createElement("i", $alt_text); $para_element->appendChild($alt_element); $para_element->appendChild($doc->createElement("br")); $title_element = $doc->createElement("i", $title_text); Latest commits for branch feature/seq_chaining Add CV in that pauses the clock 01bb4964a6 Add CV (and knob) controlled glide to schematic Add CV (and knob) controlled glide to schematic Add CV in to pause the clock Add CV in to pause the clock Add CV (and knob) controlled glide to schematic Add CV in to pause the sequence. Probably can't do, or impractical: CV-controlled clock. Presumably the CV.

New Pull Request