Some tweaks for windows

git-svn-id: https://svn.code.sf.net/p/pianobooster/code/trunk@44 ba081f5d-443b-49a7-ac4b-446c3f91f371
This commit is contained in:
louisjb 2009-03-28 21:27:33 +00:00
parent bcef2de7e6
commit a9397b60c6
2 changed files with 10 additions and 12 deletions

View File

@ -133,19 +133,11 @@ void GuiMidiSetupDialog::on_latencyFixButton_clicked ( bool checked )
int latencyFix = QInputDialog::getInteger(this, tr("Enter a value for the latency fix in milliseconds"),
tr(
"The latency fix works by running the music ahead of what you<br>"
"are playing to counteract the delay within the sound generator.<br>"
"You will need a piano <b>with speakers</b> that are <b>turned up</b>.<br>"
"<i>It is not ideal, a low latency sound generator is recommend.</i><br>"
"are playing to counteract the delay within the sound generator.<br><br>"
"You will need a piano <b>with speakers</b> that are <b>turned up</b>.<br><br>"
"Enter the time in milliseconds for the delay (1000 mSec = 1 sec)<br>"
"(For the Microsoft GS Wavetable SW Synth try a value of 200 msec)<br>"
"If you are not sure enter a value of zero"
/*"The value entered here tries to compensate for the latency problems on the sound generator\n"
"To use this turn up the sound on your piano keyboard\n"
"(if your piano keyboard does not have it own speakers then this fix will not work)"
" see the website for more details"*/),
"(For the Microsoft GS Wavetable SW Synth try a value of 150)<br>"
"If you are not sure enter a value of zero."),
m_latencyFix, 0, 1000, 50, &ok);
if (ok)
{

View File

@ -170,6 +170,12 @@
</item>
<item>
<widget class="QSlider" name="pianoSlider" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip" >
<string>Adjust the volume of your piano</string>
</property>