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
Commits
f3e293c238d8903cad9abe84028595b7d2806f44
Select Git revision
Branches
9
development
testing
master
default
protected
neuropix-2
plugin-generator
neuropix
NWB
juce4-update
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
plugin-GUI
Source
Processors
Author
Search by author
Any Author
authors
yehaojie
yehaojie
1 author
Mar 11, 2012
VisualizerEditor is now the base class for all editors involving visualization
· f3e293c2
jsiegle
authored
13 years ago
f3e293c2
Removed Visualizer.cpp
· c5772573
jsiegle
authored
13 years ago
c5772573
Added Visualizer class
· 409b918f
jsiegle
authored
13 years ago
409b918f
Added options to OpenGLCanvas::activateAntiAliasing
· 78ab1355
jsiegle
authored
13 years ago
78ab1355
Visualizers can now be placed in their own window. Closes #3.
· 5f632faa
jsiegle
authored
13 years ago
5f632faa
Fixed minor signal chain bugs
· c1bb1558
jsiegle
authored
13 years ago
c1bb1558
Mar 10, 2012
New method for updating settings
· a5f83b10
jsiegle
authored
13 years ago
a5f83b10
Cleaned up OpenGLCanvas code
· 7047bf8e
jsiegle
authored
13 years ago
7047bf8e
Changed GenericProcessor editor to ScopedPointer
· 5fc524bc
jsiegle
authored
13 years ago
5fc524bc
Commit before branching
· 3af2ca1a
jsiegle
authored
13 years ago
3af2ca1a
Mar 06, 2012
AudioNode working again
· 2a907b9f
jsiegle
authored
13 years ago
2a907b9f
Fixed bugs in utilities code
· f6198b4a
jsiegle
authored
13 years ago
f6198b4a
Mar 05, 2012
Individual channel parameters are editable in SignalGenerator
· 2a8d0efc
jsiegle
authored
13 years ago
2a8d0efc
Mar 04, 2012
Building processor graph with splitters and mergers is now possible.
· cf214b30
jsiegle
authored
13 years ago
cf214b30
Any sample rate seems to work, as long as tempBuffer is large enough
· 58ba3038
jsiegle
authored
13 years ago
58ba3038
Changed audio buffer size to 128 samples; seems to have solved clicking problem
· 6fc0340e
jsiegle
authored
13 years ago
6fc0340e
Mar 03, 2012
Updated audio editor.
· 228ad596
jsiegle
authored
13 years ago
228ad596
Solved problem of splitter/merger buttons not updating.
· 23c56041
jsiegle
authored
13 years ago
23c56041
Signal chains with splitters and mergers can be saved and loaded
· e138c0a0
jsiegle
authored
13 years ago
e138c0a0
Commit before switching branches
· 8097f9db
jsiegle
authored
13 years ago
8097f9db
Mar 02, 2012
Created buttons in GenericEditor for changing channel settings
· 828f5ff5
jsiegle
authored
13 years ago
828f5ff5
Utilities classes can be used to build signal chains, but not save or acquire
· b19fb875
jsiegle
authored
13 years ago
b19fb875
Added Merger files
· 439ce592
jsiegle
authored
13 years ago
439ce592
Created simple Splitter and Merger utilities
· 9b030103
jsiegle
authored
13 years ago
9b030103
Added SignalChainManager class
· e638a0a8
jsiegle
authored
13 years ago
e638a0a8
Mar 01, 2012
Major refactoring.
· a66d703f
jsiegle
authored
13 years ago
a66d703f
Removed scoped lock from DataThread
· c0f8c920
jsiegle
authored
13 years ago
View commits for tag v0.0
v0.0
c0f8c920
Feb 22, 2012
Added MessageManagerLock back to DataThread
· eb96cb6e
jsiegle
authored
13 years ago
eb96cb6e
Removed keyPressed() function from FilterViewport
· 6284cce4
jsiegle
authored
13 years ago
6284cce4
Removed MessageManagerLock from DataThread. Closes #5
· 2325b4a0
jsiegle
authored
13 years ago
2325b4a0
Greatly simplified process of updating settings
· 6f471d79
jsiegle
authored
13 years ago
6f471d79
Fixed blips in LfpDisplay
· 619424e5
jsiegle
authored
13 years ago
619424e5
Removed closeUSB() from IntanThread to prevent lags in re-starting data acquisition
· bf293ff1
jsiegle
authored
13 years ago
bf293ff1
Added isReady() function to GenericProcessor
· 230f4c14
jsiegle
authored
13 years ago
230f4c14
Feb 21, 2012
Cleaned up ProcessorGraph / FilterViewport code
· 9397aeb0
jsiegle
authored
13 years ago
9397aeb0
EventNode now verifies its destination
· 7d2424d6
jsiegle
authored
13 years ago
7d2424d6
Removed file opening function from RecordNode
· f8dbf846
jsiegle
authored
13 years ago
f8dbf846
Minor bug fixes in LfpDisplayNode
· c5b644c7
jsiegle
authored
13 years ago
c5b644c7
Fixed bug in WiFiOutputEditor
· 947a01f1
jsiegle
authored
13 years ago
947a01f1
Feb 20, 2012
Editors now fade in from black when created
· 7f898c89
jsiegle
authored
13 years ago
7f898c89
Loading