add new lines
This commit is contained in:
parent
3fe50d58f7
commit
09fd9646d6
|
|
@ -344,9 +344,9 @@ int main(int argc, char **argv) {
|
||||||
}
|
}
|
||||||
if(limiterchanges) {
|
if(limiterchanges) {
|
||||||
if(limiter_threshold > 0.8) {
|
if(limiter_threshold > 0.8) {
|
||||||
printf("You changed the limiter settings, audio might be quiet now");
|
printf("You changed the limiter settings, audio might be quiet now\n");
|
||||||
} else { //we've incremented it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (69 lol)
|
} else { //we've incremented it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (69 lol)
|
||||||
printf("You changed the limiter settings, be careful.");
|
printf("You changed the limiter settings, be careful.\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(!enable_compressor) {
|
if(!enable_compressor) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue