Leonard de Ruijter
Leonard de Ruijter
I was able to work around this by doing the following: ``` public DateTime? Column { get; set; } public DateTime ColumnNotNull => this.Column ?? DateTime.MaxValue; ``` Then using the...
Have you considered changing the slieder to something else, e.g. a spinner?
I'm ridiculously confused. @AZSlow3 wrote: > In short, there is no problems with API. I'm not convinced of that. Functions like MIDI_GetNote, MIDI_CountEvts, etc. all operate at the take level....
Ugh, never mind my previous comment. I was just very confused and after reading the initial message in the thread over and over again, it all became much clearer for...
Thanks for clarifying! To put it the other way around, if you have an item and split that halfway, isn't it just weird that the first item contains all events...
I wonder whether we shouldn't just start with reporting notes that are fully out of the visible part of the take as clipped and partially visible notes as cropped.
> ... SWELL doesn't support WM_SETFOCUS either Looks like that assumption is no longer correct. See https://github.com/justinfrankel/wdl/commit/20057d485a4ee345fb8db6c846f124672b300f7c It will of course require a bump of swell/wdl.
One additional benefit of this feature is that we can easily distribute OSARA using ReaPack, as we no longer have to prompt for the keymap.
I don't think this change will benefit as long as it doesn't work for track parameter envelopes.
I never understood these lanes actually, aren't they basically filters for a particular controller? Also, wasn't there a problem with selecting lanes anyway?