Sebastian Gregor

Results 68 comments of Sebastian Gregor

I implemented that and it's available for review in vvvv prevews. `Channel (Ungeneric)` is modelled as an abstract base class of `Channel`. Therefore any channel **is** at the same time...

> Having two channels while it should be one doesn't sound any easier. For example how can I put them even in a list when I need to access a...

Or we model it in a way that * `UngenericChannel` has all the logic and * `Channel` again is derived from it and just offers a generic view onto it....

The changes shouldn't add/remove any functionality on your side. They just help to contribute to your class family.

ok. no problem. thanks for having a look

the feature to see here is that the rendered cursor (the quad) is at the right place and is quadratic. ![callmenames_2018 01 14-02 29 33](https://user-images.githubusercontent.com/575557/34911858-ee17025c-f8d2-11e7-9e9e-8997dc0b6c47.png) so this is my try...

please check with latest alpha. index -1 should get returned. close?

Ok, so the tab wouldn't go away my EnsureValue suggestion. The only irritating thing would that the X button wouldn't have any effect. Idea: when user clicks X we interpret...