- Aug 04, 2014
-
-
Ronny Eichler authored
-
- Jul 14, 2014
-
-
jsiegle authored
-
- Aug 24, 2013
-
-
Josh Siegle authored
-
- Aug 12, 2013
-
-
jsiegle authored
The user can now select up to 5 different phase detectors within the same module, each triggered on one of four different phases. Each can have its own unique input channel, output channel, and gate. This is a vast improvement over what we were dealing with beforehand.
-
- Aug 08, 2013
- Aug 07, 2013
-
-
Josh Siegle authored
-
- Jun 19, 2013
-
-
jsiegle authored
-
- Jun 16, 2013
-
-
jvoigts authored
Skip this commit to avoid changing current behaviour
-
- May 09, 2013
-
-
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.
-
- Apr 26, 2013
-
-
jsiegle authored
-
- Apr 25, 2013
-
-
jsiegle authored
-
- Apr 24, 2013
-
-
Josh Siegle authored
-
- Apr 23, 2013
- Apr 22, 2013
-
-
Josh Siegle authored
-
- Apr 05, 2013
-
-
jsiegle authored
To run this in the future, install astyle (sudo apt-get install astyle), then enter the following from the top-level project directory: astyle --options=astyle.options --recursive "./Source/*.cpp" "./Source/*.h" This will convert tabs to 4 spaces and ensure that brackets are on their own lines.
-
- Mar 21, 2013
- Feb 12, 2013
-
-
Marti Bolivar authored
Generic changes: - Genuinely unused variables (-Wunused-variable): delete them. Sometimes add a comment if the variable is for an extension of the code that isn't done yet. - Variables that became unused due to commented-out code (-Wunused-variable): comment out their definitions. Dirty, but that's because commenting out code instead of deleting it is dirty. Many of these are due to commented-out printlines that should have been log messages that only get emitted at high verbosity level. Specific changes: - SpikeObject.cpp (-Wunused-value): move initialization of loop variable into first for loop clause to silence the warning. Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-
Marti Bolivar authored
Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-
- Dec 13, 2012
-
-
Josh Siegle authored
-
- Nov 19, 2012
-
-
Josh Siegle authored
-
- Nov 17, 2012
-
-
Josh Siegle authored
-
Josh Siegle authored
-
- Nov 13, 2012
-
-
jsiegle authored
-
- Nov 12, 2012