You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Arithmetic Operators modules are powerful and versatile. However, converting formulas is sometimes difficult because, if an algorithm is selected, the result of the operation is always propagated both to the right and the bottom of a block (reference).
Proposal: convert all right and bottom "arrows" (including the ones next to an output, but excluding the ones next to an input) to three-way selectors that choose whether to propagate the left value, the top value or the operation result.
This will afford the following behaviors:
top to right;
left to right;
result to right;
independently from these others:
top to bottom;
left to bottom;
result to bottom.
This change will make the user interface more crowded but hopefully it'll remain intuitive enough. An invisible way to set this would be good enough, as long as it allows each block to be set independently.
This will greatly increase the versatility of an already powerful series. Thanks.
The text was updated successfully, but these errors were encountered:
Personally I like the challenge of fitting algorithms into the structure of AO. But I take your point.
I'll think about it, but I have to admit that it would probably not come high on my list of priorities, just because I am working on other things at the moment.
Other things to consider:
It's always worth comparing AO with the FrankBuss Formula module. Sometimes AO is much more efficient, and sometimes the other way round.
Also you can consider using 2 AO-106 with cables, instead of 1 AO-112. (That doesn't give as much flexibility as your suggestion, AND it introduces a single sample delay, which may or may not be a problem depending on the algorithm)
The Arithmetic Operators modules are powerful and versatile. However, converting formulas is sometimes difficult because, if an algorithm is selected, the result of the operation is always propagated both to the right and the bottom of a block (reference).
Proposal: convert all right and bottom "arrows" (including the ones next to an output, but excluding the ones next to an input) to three-way selectors that choose whether to propagate the left value, the top value or the operation result.
This will afford the following behaviors:
independently from these others:
This change will make the user interface more crowded but hopefully it'll remain intuitive enough. An invisible way to set this would be good enough, as long as it allows each block to be set independently.
This will greatly increase the versatility of an already powerful series. Thanks.
The text was updated successfully, but these errors were encountered: