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:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user