Skip to content
Snippets Groups Projects
Commit d1e87b32 authored by Josh Siegle's avatar Josh Siegle
Browse files

OS X changes

parent 197cf2d7
Branches
Tags
No related merge requests found
......@@ -72,8 +72,7 @@ public:
*/
void process(AudioSampleBuffer &buffer, MidiBuffer &midiMessages, int& nSamples);
/** Used to change audio monitoring parameters (such as channels to monitor and volume)
while acquisition is active.
/** Used to change audio monitoring parameters (such as channels to monitor and volume) while acquisition is active.
*/
void setParameter (int parameterIndex, float newValue);
......
......@@ -34,7 +34,7 @@ FileReaderThread::FileReaderThread(SourceNode* sn) : DataThread(sn)
#if JUCE_MAC
input = fopen("/Users/Josh/Programming/open-ephys/GUI/Builds/Linux/build/data_stream_16ch_2", "r");
#else
input = fopen("./data_stream_16ch_theta","r");
input = fopen("./data_stream_16ch_2","r");
#endif
fseek(input, 0, SEEK_END);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment