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
2a8d0efc561554e81bbf698737c83d5943cf1e15
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
Author
Search by author
Any Author
authors
yehaojie
yehaojie
1 author
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 scroll buttons to EditorViewport. Closes #8.
· be79e3bf
jsiegle
authored
13 years ago
be79e3bf
Added SignalChainManager class
· e638a0a8
jsiegle
authored
13 years ago
e638a0a8
Mar 01, 2012
Major refactoring.
· a66d703f
jsiegle
authored
13 years ago
a66d703f
Renamed FilterList and FilterViewport
· e06db7e1
jsiegle
authored
13 years ago
e06db7e1
Added AccessClass to simplify distribution of important pointers
· 6132bf89
jsiegle
authored
13 years ago
6132bf89
Removed scoped lock from DataThread
· c0f8c920
jsiegle
authored
13 years ago
View commits for tag v0.0
v0.0
c0f8c920
Feb 22, 2012
Added Mac-specific preprocessor directive to prevent the deletion of multiple editors
· a6c942bd
jsiegle
authored
13 years ago
a6c942bd
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
Added check to make sure DiskSpaceMeter doesn't crash the application
· 6da6dfd8
jsiegle
authored
13 years ago
6da6dfd8
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
Added instructions to InfoLabel
· 9b870401
jsiegle
authored
13 years ago
9b870401
InfoLabel now uses an FTSimpleLayout to draw its text
· e427b8d2
jsiegle
authored
13 years ago
e427b8d2
Feb 20, 2012
Editors now fade in from black when created
· 7f898c89
jsiegle
authored
13 years ago
7f898c89
Cleaned up ProcessorGraph code
· 8c123eaa
jsiegle
authored
13 years ago
8c123eaa
If windowBounds file is missing, application no longer crashes
· f1f1ec41
jsiegle
authored
13 years ago
f1f1ec41
Resampling node still uses the old initialization functions
· 64fca91a
jsiegle
authored
13 years ago
64fca91a
Procesors now use enable/disable instead of prepareToPlay/releaseResources
· eb708604
jsiegle
authored
13 years ago
eb708604
Fixed bug in interactions between the record and acquire buttons
· bd68f159
jsiegle
authored
13 years ago
bd68f159
Loading