Skip to content
Snippets Groups Projects
Commit ea4857a0 authored by jsiegle's avatar jsiegle
Browse files

Use absolute path for windowState.xml

parent eff6bbe9
Branches
Tags
No related merge requests found
......@@ -104,12 +104,7 @@ void MainWindow::saveWindowBounds()
std::cout << "Saving window bounds." << std::endl;
#ifdef WIN32
File file = File::getCurrentWorkingDirectory().getChildFile("windowState.xml");
#else
File file = File("./windowState.xml");
#endif
XmlElement* xml = new XmlElement("MAINWINDOW");
......
......@@ -466,7 +466,7 @@ void SpikeDetector::process(AudioSampleBuffer& buffer,
}
// for (int xxx = 0; xxx < 100; xxx++) // overload with spikes for testing purposes
for (int xxx = 0; xxx < 100; xxx++) // overload with spikes for testing purposes
addSpikeEvent(&newSpike, events, peakIndex);
// advance the sample index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment