Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin-GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yehaojie
plugin-GUI
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
72598fb00a5b7c2a02eb4907fab4fd5b4feace69
Select Git revision
Branches
9
NWB
development
juce4-update
master
default
protected
neuropix
neuropix-2
plugin-generator
testing
winbuild
Tags
20
v0.4.3
v0.4.2
PCIe-V0
v0.4.0
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2
29 results
Begin with the selected commit
Created with Raphaël 2.2.0
21
Mar
20
15
13
12
27
Feb
13
12
11
10
6
5
6
5
1
31
Jan
30
29
28
24
23
17
14
13
28
Dec
27
26
16
15
12
6
5
4
29
Nov
28
26
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
8
7
6
5
30
Oct
13
11
10
9
8
7
6
27
Sep
25
24
23
21
20
21
20
18
17
5
4
3
2
22
Aug
8
7
31
Jul
24
21
17
8
6
30
Jun
27
24
17
16
23
May
22
21
20
19
18
17
16
15
14
13
12
11
10
7
30
Apr
24
23
22
21
19
18
17
13
12
11
10
9
8
6
5
4
3
2
29
Mar
28
27
26
23
22
21
20
19
15
14
13
11
10
6
5
4
3
2
1
22
Feb
21
20
19
17
16
15
14
13
11
10
3
Updated MidiMessage/MidiBuffer code to allow spikes to be sent as MIDI messages
Removed deprecated use of setContentComponent
Updated JUCE library
ProcessorList rendering is now acceptable
OpenGLCanvases no longer make OpenGL calls
EditorViewportButton is now free of OpenGL calls
InfoLabel is now free of OpenGL calls
ControlPanel is now free of OpenGL
Converted Clock away from OpenGL
Removed check for multiple Intan Boards in ProcessorGraph
RHD2000Thread is working for 32 channels
Updated RHD2000Thread; thread streams data at up to 30 kHz, but the samples still look like junk
GUI can now communicate with RHD2000 eval board (but no data transfer yet)
Added files for RHD2000 DataThread
Added Open Ephys data files to .gitignore
Avoid using unopened files.
Solved sign inconsistencies
Made console on Windows a command line parameter
Removed NetworkThread from VS2012 project
Removed output message from LfpDisplayNode::setParameter
Fixed merge conflicts in BinaryData and OS X project
Merge pull request #24 from mbolivar/build-with-Wall-fixes
Merge branch 'master' of https://github.com/open-ephys/GUI
Updated project files
Merge branch 'master' of https://github.com/open-ephys/GUI
Delete NetworkThread.
IntanThread.cpp: fix type mismatch.
Add some missing return values.
GenericProcessor: fix missing return values.
GenericProcessor: don't return a reference to a stack variable.
SpikeDetector: give setChannel() and setElectrodeName() void return type.
SpikeDetector.h: make dataBuffer private.
ArduinoOutput.cpp: Fix enable() and disable().
ArduinoOutput.cpp: Add FIXME for hard-coded serial port path
Dsp: fix unused variable warnings.
Dsp: fix undefined behavior.
Fix up unused variable/value warnings.
Add some missing end-of-file newlines.
Resolve -Wreorder warnings.
Modified filter values to guarantee hiF>loF
Loading