Skip to content

Commit

Permalink
Fix the unit of Bitcrush Output clip level from % to dBFS
Browse files Browse the repository at this point in the history
  • Loading branch information
deenadayalancs committed Jan 2, 2021
1 parent d769459 commit 24761a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/Bitcrush/BitcrushControlDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ BitcrushControlDialog::BitcrushControlDialog( BitcrushControls * controls ) :
outClip->move( 138, 76 );
outClip->setModel( & controls->m_outClip );
outClip->setLabel( tr( "CLIP" ) );
outClip->setHintText( tr( "Output clip:" ) , "%" );
outClip->setHintText( tr( "Output clip:" ) , " dBFS");



// leds
Expand Down

0 comments on commit 24761a4

Please sign in to comment.