brumbear
brumbear
great find, thank you! will try this.
The CSURF_EXT_SETMETRONOME call passed to the Extended() method works fine. The only drawback in comparison to continuous polling is that we do not capture a difference in metronome state when...
well, the pow() vs exp() efficiency bugged me a little - improved this straight away while at it (not that it really matters.... :-)
Final code optimizations. The conversion from peak values to MIDI values is now implemented as a direct linear logarithmic transformation without any detour via Reaper API conversions. This delivers the...
Requires a fix. The fix will be introduced together with mute and solo implementation. Current behavior: * meters not active when track muted Fixed behavior: * meters not active when...
Actually Reaper API Track_GetPeakInfo() seems to be buggy, will raise as a separate issue
Solved in pull request #18 => issue #17 closed.
> > > Thanks! > > I appreciate these being submitted as separate pull requests. However, because they're on top of other work, it's still difficult to review and merge...
PPS: "offline" for the next couple of days, hence I won't be able to change anything for a week or so
while reading through some of Reaper's API functions I came across these two beauties: mkvolstr mkpanstr -> It seems I may have coded the vol to ASCII string function unnecessarily...