Skip to content

Commit

Permalink
Show hotcue labels properly in main waveform
Browse files Browse the repository at this point in the history
As discussed in issue #8
  • Loading branch information
bencejuhaasz authored Jan 29, 2023
1 parent 1a153f7 commit 80b47fc
Showing 1 changed file with 33 additions and 26 deletions.
59 changes: 33 additions & 26 deletions waveform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,54 +111,61 @@
</Mark>
<Mark>
<Control>hotcue_1_position</Control>
<Text></Text>
<Color>#ff6000</Color>
<TextColor>#00ff00</TextColor>
<Align>bottom</Align>
<Text>A</Text>
<Color>#f44040</Color>
<TextColor>#f44040</TextColor>
<Align>top</Align>
</Mark>
<Mark>
<Control>hotcue_2_position</Control>
<Text></Text>
<Color>#ff6000</Color>
<TextColor>#00ff00</TextColor>
<Align>bottom</Align>
<Text>B</Text>
<Color>#0ddcf2</Color>
<TextColor>#0ddcf2</TextColor>
<Align>top</Align>
</Mark>
<Mark>
<Control>hotcue_3_position</Control>
<Color>#ff6000</Color>
<TextColor>#00ff00</TextColor>
<Align>bottom</Align>
<Text>C</Text>
<Color>#a5df13</Color>
<TextColor>#a5df13</TextColor>
<Align>top</Align>
</Mark>
<Mark>
<Control>hotcue_4_position</Control>
<Color>#ff6000</Color>
<TextColor>#00ff00</TextColor>
<Align>bottom</Align>
<Text>D</Text>
<Color>#9d4cfd</Color>
<TextColor>#9d4cfd</TextColor>
<Align>top</Align>
</Mark>
<Mark>
<Control>hotcue_5_position</Control>
<Color>#ff6000</Color>
<TextColor>#00ff00</TextColor>
<Align>bottom</Align>
<Text>E</Text>
<Color>#3fec2b</Color>
<TextColor>#3fec2b</TextColor>
<Align>top</Align>
</Mark>
<Mark>
<Control>hotcue_6_position</Control>
<Color>#ff6000</Color>
<TextColor>#00ff00</TextColor>
<Align>bottom</Align>
<Text>F</Text>
<Color>#e6681c</Color>
<TextColor>#e6681c</TextColor>
<Align>top</Align>
</Mark>
<Mark>
<Control>hotcue_7_position</Control>
<Color>#ff6000</Color>
<TextColor>#00ff00</TextColor>
<Align>bottom</Align>
<Text>G</Text>
<Color>#2749c8</Color>
<TextColor>#2749c8</TextColor>
<Align>top</Align>
</Mark>
<Mark>
<Control>hotcue_8_position</Control>
<Color>#ff6000</Color>
<TextColor>#00ff00</TextColor>
<Align>bottom</Align>
<Text>H</Text>
<Color>#c7b205</Color>
<TextColor>#c7b205</TextColor>
<Align>top</Align>
</Mark>

<Mark>
<Control>loop_start_position</Control>
<Text>LOOP IN</Text>
Expand Down

0 comments on commit 80b47fc

Please sign in to comment.