Improve performance and quality of Sample Track display, and add RMS graph. (#5927)

* Buff Sample Track display performance and visuals, and add RMS display

Co-authored-by: IanCaio <iancaio_dev@hotmail.com>
This commit is contained in:
Lost Robot
2021-04-15 20:59:46 -06:00
committed by GitHub
parent 4536996cb6
commit ab41037e0b
4 changed files with 103 additions and 21 deletions

View File

@@ -692,8 +692,8 @@ PatternView {
/* sample track pattern */
SampleTCOView {
background-color: rgb( 74, 253, 133 );
color: rgb( 187, 227, 236 );
background-color: rgba(42,51,59,255);
color: #FF8F05;
}
/* automation pattern */

View File

@@ -738,8 +738,8 @@ PatternView {
/* sample track pattern */
SampleTCOView {
background-color: #DE7C05;
color: #FFE8CD;
background-color: rgba(42,51,59,255);
color: #FF8F05;
}
/* automation pattern */