Skip to content
Snippets Groups Projects
  • interpretivechaos's avatar
    3a2ace62
    Loading Parameters and altering Parameter Buttons based on active channels · 3a2ace62
    interpretivechaos authored
    Allows parameters to be set from saved XML and changes the
    parameterEditor buttons (currently for discrete parameters only) to
    reflect which parameters are currently used by selected and
    non-selected channels. This fixes a problem where the buttons would
    always show what the last press was rather than the current values for
    the active channels (e.g. If you changed the parameters on Channel 2,
    and then switched to select only Channel 1, the GUI would incorrectly
    indicate that the settings for Channel 2 were active). Additionally,
    allows the user to see what parameter values are used for channels not
    currently selected.
    3a2ace62
    History
    Loading Parameters and altering Parameter Buttons based on active channels
    interpretivechaos authored
    Allows parameters to be set from saved XML and changes the
    parameterEditor buttons (currently for discrete parameters only) to
    reflect which parameters are currently used by selected and
    non-selected channels. This fixes a problem where the buttons would
    always show what the last press was rather than the current values for
    the active channels (e.g. If you changed the parameters on Channel 2,
    and then switched to select only Channel 1, the GUI would incorrectly
    indicate that the settings for Channel 2 were active). Additionally,
    allows the user to see what parameter values are used for channels not
    currently selected.
.gitignore 1.55 KiB
# Files and folders to ignore

# 1. intermediate files
*.o
*.d

# 2. binaries
Builds/Linux/build/open-ephys
Resources/Fonts/font_serializer/Builds/Linux/build/
Introjucer/Builds/Linux/build
Introjucer/Builds/VisualStudio2010/Debug
Introjucer/Builds/VisualStudio2010/Release
Introjucer/Builds/VisualStudio2010/*.user
Introjucer/Builds/VisualStudio2010/*.sdf
Introjucer/Builds/VisualStudio2010/*.suo

# 3. extra files
Builds/Linux/build/data
Builds/Linux/build/savedState.xml
Builds/Linux/build/windowState.xml
Builds/Linux/build/Data
Builds/Linux/build/*.xml
Builds/Linux/build/*.out
Builds/MacOSX/build

# 4. Windows related
Builds/VisualStudio2012/Debug
Builds/VisualStudio2012/Release
Builds/VisualStudio2012/ipch
Builds/VisualStudio2012/open-ephys.sdf
Builds/VisualStudio2012/open-ephys.opensdf
Builds/VisualStudio2012/open-ephys.suo
Builds/VisualStudio2012/open-ephys.v11.suo
Builds/VisualStudio2012/open-ephys.vcxproj.user
Builds/VisualStudio2012/windowState.xml
Builds/VisualStudio2012/pipetest.bit

Builds/VisualStudio2010/Debug
Builds/VisualStudio2010/Release
Builds/VisualStudio2010/ipch
Builds/VisualStudio2010/open-ephys.sdf
Builds/VisualStudio2010/open-ephys.opensdf
Builds/VisualStudio2010/open-ephys.suo
Builds/VisualStudio2010/open-ephys.v11.suo
Builds/VisualStudio2010/open-ephys.vcxproj.user
Builds/VisualStudio2010/windowState.xml
Builds/VisualStudio2010/pipetest.bit

# 5. Miscellanous generated files (Doxygen, etc.)
Source/Docs/*

# 6. IDE and code analyzer cruft
cscope.files
cscope.out
*~
.dir-locals.el

# 7. Open Ephys data files
*.continuous
*.events

.DS_Store