- May 16, 2012
- May 13, 2012
- May 07, 2012
-
-
Josh Siegle authored
-
Josh Siegle authored
Now, when the user clicks on a tab in the DataViewport, the corresponding Editor becomes active. Likewise, when the user selects an Editor with a Visualizer, the corresponding tab becomes active in the DataViewport.
-
- Apr 13, 2012
-
-
jsiegle authored
Channel selection now takes place within a slick new interface. It's not yet tied to actually changing parameters, but things should be much simpler code-wise, as well as visually.
-
- Apr 10, 2012
-
-
jsiegle authored
-
- Apr 08, 2012
-
-
jsiegle authored
The AudioComponent now closes the audio device when it's not in use, saving CPU cycles. Previously, background CPU levels would be between 8 and 10%. Now, when acquisition is not active (and audio device settings are not being actively edited), background CPU levels drop to 2%. More optimization will be necessary to get it down to zero, but 2% is still a big improvement over what we had previously.
-
- Apr 06, 2012
- Mar 11, 2012
- Mar 10, 2012
- Mar 03, 2012
- Mar 02, 2012
-
-
jsiegle authored
-
jsiegle authored
The EditorViewport now contains buttons to scroll through multiple tabs, or scroll across long signal chains. Now, there can be infinitely many signal chains of infinite length (if you have a lot of time on your hands).
-
jsiegle authored
Functions for managing the signal chain are no longer handled by the EditorViewport, but by the SignalChainManager
-
- Mar 01, 2012
-
-
jsiegle authored
Three important changes: - The FilterList is now the ProcessorList - The FilterViewport is now the EditorViewport - Any classes that need to access important UI objects have become subclasses of the "AccessClass". Such objects automatically obtain pointers from the UIComponent and register the MessageCenter as an ActionListener. This will make it much easier to allocate pointers to objects.
-
jsiegle authored
-
- Feb 22, 2012
-
-
jsiegle authored
-
jsiegle authored
The DataThread shouldn't have a MML all the time, but it does need it when signaling that the data source is not found. Also fixed a line in the FilterViewport that was causing the enabled status of editors to fail to update.
-
jsiegle authored
-
jsiegle authored
Processors used to have their sample rate and inputs/outputs set when their source/dest nodes were set. Now, this step doesn't occur until after the signal chains are constructed. So far, this seems to make things run much more smoothly.
-
- Feb 21, 2012
-
-
jsiegle authored
-
- Feb 20, 2012
-
-
jsiegle authored
-
- Feb 19, 2012
-
-
jsiegle authored
GenericEditors now check their "selected" status before asking to be deleted. The FilterViewport pauses for 50 ms after deleting a processor in order to avoid double-deletions.
-
- Feb 16, 2012
- Feb 14, 2012
-
-
jsiegle authored
Generic Editors colors now match the type of processor. The FilterViewport layout has been changed to a simple outline.
-
jsiegle authored
- Added a FilterViewportButton class to the UIComponent file, which shows/hides the FilterViewport whenever it's clicked - Thus, the DataViewport can now fill up almost the entire window
-
- Feb 11, 2012
-
-
Josh Siegle authored
-