sebl
sebl
tested again with revision 83333a7d13bf33795d77ec1487bcb3177454cca3 on x64 and the crash seems gone. a bit strange because i didn't discover any changes in the related nodes, but anyway closing this now.
it happens again... though the whole thing is rebuilt using the sharpfontwrapper. When debugging ColorStylerNode.cs, i experienced a NULL in the FWColorStyler object's pointer here: https://github.com/mrvux/dx11-vvvv/blob/master/Nodes/VVVV.DX11.Nodes.Text/Lib/ColorStyler.cs#L16
PR is now here #352
> One will be provided in the examples, but I want to avoid having large model binaries in the basic package. A downloader should do the trick for the most...
sorry, i misread your comment and was thinking that you want to have the repo small, but you're talking about the nuget which is a separate issue. in this case,...
and this is also missing in Typewriters' Control Patch: 
well, this is just one proposal for the quest #14. and this proposal only focusses on how a switch-case could face the user. internally this visual representation should translate to...
We can rule out the first option, since a `0` is not always available as you showed with FileAccess. I'd go for smallest number then, which also is the first...
Ok, let's have a look on those two examples which i feel make up the corner case: ``` csharp private enum EnumOne : int { None = 0, foo =...
i like this clean approach very much! only the automatic name pick up doesn't work in all cases. one question that came up while looking at this was if it...