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.
7c0355b36ddc0e92904fed27293585a78d8599bd
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
18
Jan
16
14
12
11
8
7
5
20
Dec
19
4
3
2
1
30
Nov
27
20
19
18
17
15
12
11
5
3
31
Oct
30
18
17
16
17
14
13
12
9
7
3
22
Sep
20
19
30
Aug
29
27
25
23
19
18
14
12
10
9
8
7
6
5
4
3
2
29
Jul
25
23
18
12
20
Jun
19
18
17
16
15
10
9
4
2
1
31
May
30
29
26
25
23
21
20
18
16
15
14
13
14
13
12
11
10
9
5
4
28
Apr
27
25
24
23
22
12
10
9
8
7
6
5
3
2
29
Mar
25
21
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
Merge branch 'master' of https://github.com/open-ephys/GUI
Merge from FloFra repo
Merge pull request #114 from FloFra/serial
Adds save and load of config capabilities to serial input.
Increase width of processor list slightly, so processors with longer names fit better into the list.
Minor cosmetic changes to custom arrow button, like adding the proper license header.
Adds the custom look and feel to arrow buttons and increment/decrement sliders.
Update GraphViewer code
Minor updates to GraphViewer code
Update GraphViewer rendering
GraphViewer now reflects the structure of the ProcessorGraph
Add GraphViewer class to interact with EditorViewport
Clean up ProcessorGraph.cpp
Minor changes to get SerialInput to compile on Linux
Merge pull request #110 from FloFra/serial
SerialInput: Fixes minor bug, caused by weird Juce::Array constructor that caused the list of supported baudrates to contain additional items.
Adds Serial Input Source Process.
Merge branch 'master' of https://github.com/open-ephys/GUI
Prevent segfaults when using updated windowBounds.xml files
Merge branch 'noisegate' of https://github.com/open-ephys/GUI into noisegate
Merge remote-tracking branch 'origin/master' into master1
Potential crash if attempt to write before all_channels.events file is created.
Add check for existence of events file before saving
Fix problem with assigning indices to tabs in DataViewport
Disable LEDs by default
Switch to LED-free bitfile
added bitfile that sets led_pin to 0
Now that I understand data scaling, the comments have been updated.
Noise gate implemented. Scaling is still suspect, but sounds reasonable with sample data.
Noise gate implemented next to volume on top of screen. Works but levels are too abrupt.
Update Windows project files
Change header order to be able to compile on windows
Allow merger to set dest of input node
Enable right-click setting of second merger source
Add HDF5 linker to Linux build
Add HDF5 capabilities
Implement double-buffering scheme
Temporarily disable audio output
Update buffer inside AudioNode
Update to data format 0.2
Loading