- Feb 15, 2012
-
-
open-ephys authored
-
open-ephys authored
-
- Feb 14, 2012
-
-
jsiegle authored
-
jsiegle authored
The IntanThread was occasionally looking for data after acquisition was disabled, which would trigger the SourceNode to attempt to manually disable callbacks. The only negative effect of this was that if the user was currently viewing a different signal chain, it would switch back to the Intan chain unexpectedly. This is no longer the case, as the SourceNode checks to see whether or not it received a proper disable signal from the ProcessorGraph before notifying the UI that data may have been dropped.
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
Generic Editors colors now match the type of processor. The FilterViewport layout has been changed to a simple outline.
-
jsiegle authored
-
jsiegle authored
- Added a FilterViewportButton class to the UIComponent file, which shows/hides the FilterViewport whenever it's clicked - Thus, the DataViewport can now fill up almost the entire window
-
- Feb 13, 2012
-
-
jsiegle authored
Tabs now work reasonably well when right-justified. Border is now a square (except for upper-right corner).
-
jsiegle authored
The FilterList is now an OpenGLCanvas. It now uses custom fonts (which have been placed in the Resources/Fonts/ directory), and a completely customized design. Nevertheless, it seems to retain the same functionality as the old TreeView-based FilterList. Minimizing the FilterList is now possible, which allows the DataViewport to extend the entire length of the window.
-
jsiegle authored
There was a minor bug in the SourceNode code, which caused it to delay restarting acquisition for about 1 second after acquisition was stopped. Now acquisition from the Intan Board can be restarted almost immediately after it finishes.
-
jsiegle authored
Changes to the DataThread, SourceNode, and UIComponent classes allow data threads to disable callbacks if they are no longer receiving input. So far this has only been tested with the Intan Board, but it works really well. Unplugging the board in the middle of acquisition allows the thread to exit, and callbacks to be disabled, without any seg faults.
-
- Feb 11, 2012
-
-
jsiegle authored
DataThreads (e.g. IntanThread, FileReaderThread, FPGAThread) are now created at the same time as the source node, rather than at the start of data acquisition. New methods for starting/stopping individual threads are required, although only the appropriate methods for the IntanThread have been written. Another important change is that the SourceNode now periodically checks for an appropriate input source every few seconds while acquisition is not in progress. It's the responsibility of the individual DataThreads to notify the SourceNode if their input has disappears. In the case of the IntanThread, this involves attempting to change the baud rate. If an error code returns, it informs the SourceNode that the input is missing. This, in turn, informs the FilterViewport that the source is no longer enabled, thus deactivating that particular signal chain.
-
jsiegle authored
-
jsiegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
Josh Siegle authored
-
- Feb 10, 2012
-
-
Josh Siegle authored
-
- Feb 04, 2012
-
-
Josh Siegle authored
-
Josh Siegle authored
-