- Sep 22, 2014
-
-
jsiegle authored
-
- Sep 16, 2014
-
-
jsiegle authored
-
- Sep 11, 2014
-
-
jsiegle authored
-
- Aug 04, 2014
-
-
Ronny Eichler authored
-
- Jul 14, 2014
-
-
jsiegle authored
-
- Aug 24, 2013
-
-
jsiegle authored
-
- Jun 19, 2013
- Jun 09, 2013
-
-
jsiegle authored
-
- May 30, 2013
-
-
jsiegle authored
-
- May 22, 2013
-
-
jsiegle authored
-
- May 21, 2013
- May 10, 2013
-
-
interpretivechaos authored
Fixes a bug with my previous change that would crash the program if you tried to change the parameters of a processor without a parameterEditor.
-
- 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 28, 2013
- Apr 25, 2013
-
-
jsiegle authored
-
- Apr 23, 2013
-
-
jsiegle authored
-
- Apr 10, 2013
-
-
Josh Siegle authored
-
- Apr 09, 2013
- Apr 08, 2013
-
-
jsiegle authored
Some caveats: - If a source doesn't generate its own timestamps, all timestamps will be zero. This is obviously bad, so we need a way to protect this from happening. - If there are multiple timestamps from different sources, they might conflict. Again, something needs to be done about this in the near future. - If only a 32-bit timestamp is given, it needs to be shifted by 8 bits to fit in our 64-bit timestamp slot
-
jsiegle authored
-
jsiegle authored
-
- Apr 07, 2013
- Apr 05, 2013
-
-
jsiegle authored
-
jsiegle authored
-
jsiegle authored
-
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
-
-
jsiegle authored
Use the following command to update the copyright year in all files, starting in the Source/ directory: find . -type f -print0 | xargs -0 sed -i 's/Copyright (C) 2012/Copyright (C) 2013/g' Works like a charm!
-
- Mar 12, 2013
-
-
jsiegle authored
-
- Feb 12, 2013
-
-
Marti Bolivar authored
Rearrange member initialization in constructors to silence GCC -Wreorder warnings (-Wreorder is enabled by -Wall). Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-
- Feb 10, 2013
-
-
Marti Bolivar authored
Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-
Marti Bolivar authored
- We'll need this functionality exposed to fix other bugs elsewhere, so add new SourceNode::tryEnablingEditor(). - Use isReady() instead of dereferencing dataThread directly, since it may be NULL. - Tweak console output to more accurately describe what's happening. Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-
Marti Bolivar authored
Signed-off-by:
Marti Bolivar <mbolivar@leaflabs.com>
-