- Nov 11, 2012
- Nov 10, 2012
- Nov 09, 2012
-
-
shayo authored
Weird behavior was observed during fwrite when files were only opened with "a". fwrite did not write the expected number of bytes (probably augumented things with a \n or \r). This caused serious problems parsing the dumped files in matlab. Forcing a binary fopen option fixed things.
-
- Nov 08, 2012
-
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
- Nov 07, 2012
- Nov 06, 2012
-
-
Josh Siegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
- Oct 06, 2012
-
-
Josh Siegle authored
-
- Aug 08, 2012
-
-
Josh Siegle authored
-
- May 22, 2012
-
-
jsiegle authored
-
- May 20, 2012
- May 17, 2012
-
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
- May 16, 2012
-
-
jsiegle authored
-
- May 11, 2012
-
-
Josh Siegle authored
-
- Apr 30, 2012
-
-
jsiegle authored
-
- Apr 21, 2012
-
-
jsiegle authored
-
- Apr 05, 2012
-
-
jsiegle authored
The waveform icons should be made a bit thicker, but otherwise these look cool.
-
- Apr 04, 2012
-
-
jsiegle authored
Whenever files are needed for recording, the RecordNode opens them. When they are no longer necessary (either recording has stopped, or recording of a particular channel has stopped), the RecordNode closes them.
-
jsiegle authored
-
jsiegle authored
If continuous channels are toggled for recording within their respective editors, a "writeContinuousBuffer" function will be activated within the RecordNode. This function doesn't do anything yet, but it will make it easy to add diskwriting capabilities in the near future. Once a stable format for events has been established, a similar function will be implemented for writing event buffers to disk.
-
- Apr 02, 2012
-
-
jsiegle authored
-
- Feb 21, 2012
-
-
jsiegle authored
-
- Feb 20, 2012
-
-
jsiegle authored
Since every processor now gets asked to enable() prior to the start of acquisition, it's much simpler to move the steps involved in preparing for acquisition into these methods. This the processor from beginning acquisition when prepareToPlay() is called upon initialization.
-
- Feb 19, 2012
-
-
jsiegle authored
-
- Feb 11, 2012
-
-
Josh Siegle authored
-