Sample rate is now 44100 Hz.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8065 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -42,7 +42,9 @@ MidiPlayerWindow::MidiPlayerWindow()
|
|||||||
windowX = -1;
|
windowX = -1;
|
||||||
windowY = -1;
|
windowY = -1;
|
||||||
threadId = -1;
|
threadId = -1;
|
||||||
|
|
||||||
|
be_synth->SetSamplingRate(44100);
|
||||||
|
|
||||||
CreateViews();
|
CreateViews();
|
||||||
LoadSettings();
|
LoadSettings();
|
||||||
InitControls();
|
InitControls();
|
||||||
|
|||||||
Reference in New Issue
Block a user