Romeo

Results 2 issues of Romeo

**Describe the bug** When enabled Capture format, and inputting templater tp.system.prompt to capture user input, the code will execute twice, and only the 2nd time gets registered. **To Reproduce** Steps...

bug

When creating chords with added tone, if the tone number is 2 or 4, it only generates a triad without the added notes. Example: var c4 = teoria.note("C4"); teoria.Chord(c4, "add2").simple();...