JosiCoder

Results 3 issues of JosiCoder

I have a change proposal for `public static object EvalExpression (Expression expr)` Instead of: ```C# return lambda.Compile ().DynamicInvoke (); ``` you could do this: ```C# var deleg = lambda.Compile ();...

Within Bind.cs, around line 100, I would propose to check for read-only property using CanWrite: ``` } else if (p != null) { if(p.CanWrite) { p.SetValue(target, value, null); } ```

The newest version of sfizz (sfizz_1.0.0-0) has a different handling of CCs. According MIDI mappings must exist in the plugin host (i.e. Ardour in this case) For more details, see...