dcuny

Results 5 issues of dcuny

Crashed because of missing META_PREFIX_PORT event. I added it to the CONSTANTS: ``` META_CUE_POINT = 0x07, META_PREFIX_PORT = 0x21, META_TEMPO_ID = 0x51, META_TIME_SIGNATURE_ID = 0x58, ``` and ` [33]="Prefix Port",...

In the Slab demo, in the **Window** portion, at the bottom of the window there's a button labeled **Change Background Color**. Clicking the button causes the **Color Picker** to pop...

bug
good first issue

In the comments, it's noted that the character `'*'` in the second position of a phoneme, such as 'R*', is a "wildcard". This is a bit misleading, as "wildcard" would...

The table **frequencyData** values are referred to in the comments _frequency_ values, which isn't strictly true. They're actually _stride_ values. Per your comments in the rendering sections, the original version...

"Dipthong" is actually spelled "diphthong". The typo is all over the code.