Quote |
---|
Zone12 wrote:
- There should be two types of controls. -- A 'user control' for modifying settings in the main window and edit window. -- A 'filter control' for modifying settings in the edit window only. -- This could be toggled with a checkbox on the control so you don't end up having two of each control. |
Sounds like a good idea. I thought about this some time ago, can't remember the reason why it didn't make it into the final interface (probably, the reason was the confusion this feature may cause).
Quote |
---|
Zone12 wrote:
- All the components should be edit in place. You should be able to: -- Enter data directly into a control (or right click to change control settings). -- Right click on a property and enter the value directly. |
One of the first interface mock-ups had the in-place edits, but it added too much clutter, so we scrapped it. Also, it would interfere with component selection and dragging. The right-click idea sounds interesting though.
Quote |
---|
Zone12 wrote:
- There needs to be a dropdown control type. |
It was on our plans, but was dropped due to time constraints. Plus, it wasn't very easy to use. Maybe we'll introduce it in later versions (and I'm sure the programmers won't like this idea

).
Quote |
---|
Zone12 wrote:
Each of the components should have a checkbox for each parameter to put that on the main window without having to use a component (which would remove a lot of clutter). |
Here's a quote from an earlier discussion:
Quote |
---|
rilos wrote:
Wouldnt it be easer to provide a flag with each relevant input field to say I would like this setting in the final filter control ?
My answer:
Dedicated control components have three important advantages over this:
1. You can use Remappers to specify how exactly the conrol component affects the input it is connected to.
2. You can control multiple inputs with a single Control component, and each of these multiple inputs can be Remapped.
3. You can give the control a custom name (localizable in future versions). |