masonwheeler

Results 40 comments of masonwheeler

On a second look, it looks like there is some support for `ICustomTypeDescriptor` in other files that are used by `PropertyGrid`. It retrieves the `PropertyDescriptor`s correctly from the custom type...

Yes, that can be done. But it doesn't really address the issue. If the exact same collection property is marked get/set, no `NewItemTypes` is needed. The problem, then, isn't that...

> The NewItemTypes must be set for the "Add" option to be available. You need to specify what type of object can be added. This is simply not true. Have...

Thanks! Could you get someone to look at [#1687](https://github.com/xceedsoftware/wpftoolkit/issues/1687), BTW? It's been sitting there for almost 3 weeks with no attention...

> You also need to have one instrument per samples, it is the case ? No, this is most likely the issue. I wasn't aware that was a limitation. If...

I might have a look if I have time, but I'm not a C++ coder and this code, as currently written, won't even compile on Visual Studio. Looks like it's...

@alekmaul > I use Alt-E in Schism Tracker to perform the resize sample command. I'm confused by this part. Just downloaded Schism Tracker, and that command doesn't appear to exist...

All right, after spending several hours bringing it down to 1 sample per instrument, with all samples having length and loop offsets divisible by 16... it's still producing a silent...

> could you please post the source code you use for music playing ? ``` // Initialize sound engine (take some time) spcBoot(); // Initialize SNES consoleInit(); // Set give...

@karelz Wait a sec. Someone points out how being based on http.sys provides very useful functionality that they're relying on, that Kestrel can't duplicate, and your response is "meh, we're...