jtackaberry / reaticulate

An articulation management system for REAPER
Other
101 stars 46 forks source link

Minor UI improvement #96

Closed daeavelwyn closed 4 years ago

daeavelwyn commented 4 years ago

Hi Jason,

I would like to know if it would be possible to add just a litlle option to see note value in decimal just next the note name while mouseover the articulation . It will help to write faster the note:DecimalValue in the reabank text file

A mockup here Capture

jtackaberry commented 4 years ago

Yes, sure, sounds reasonable. And quite easy.

Also the difference between octaves in your screenshot (C7 in your articulation name vs Reaticulate showing C6) made me double check. Of course there's a long standing conflict between whether middle C is C3 or C4, but Reaticulate should be aligning to Reaper (which is configurable), and it currently isn't. So I'll fix that as well.

daeavelwyn commented 4 years ago

Hi Jason, Thanks for this quick reply. Don't be worried by the C7 noted in my screenshot, it's an error on my side (C7 is written as a comment just next to the articulation name in the reabank file). I put values just to illustrate the UI stuff, but they are probably all wrong !

here is the cultpit :

//! g="Orchestral Tools/Inspire 1" n="Brass Whole Ensemble" //! m="" Bank 4 2 OT-Inspire1 - Brass Whole Ensemble //! c=legato i=note-whole o=note:96 1 Sustain - C7 //! c=legato i=note-whole o=note:97 2 Sustain Soft - C#7 //! c=long-dark i=staccato o=note:99 5 Staccato - D#7 //! c=short i=marcato o=note:100 6 Marcato short - E7

jtackaberry commented 4 years ago

Oh I know it's what you specified in the articulation name, but the discrepancy between what you picked and what Reaticulate was showing in the statusbar made me check to see if Reaticulate was doing the right thing by looking at the note numbering in the MIDI editor. Ultimately Reaticulate wasn't honoring the MIDI octave display offset in Reaper's settings, so I fixed that.

daeavelwyn commented 4 years ago

Ok, great ! I just installed the last github version and it works like a charm ! Thanks a lot, it really helps me to make a better assignment debugging :)