Arpeggiator bug - missing rate
-
There seems to be a bug in 4.1, where the midi arpeggiator is missing the 1/16 rate - it seems to be present in earlier versions as my previous plugins seem to have the 1/16th rate included. Anyone else getting this?
-
@paper_lung
Im still on 4.1. Mine still has it.
-
@Chazrox Huh. how strange! I've not amended any of the code for the arp.
-
I just added the arp script to test and 1/16 is the default value. So it's there in the develop branch.
-
@d-healey I'm on a recent commit as of last week, not sure what's happened in that case. I've just made a fresh project and the 1/16 value isn't there at all.
-
@paper_lung The default value for me seems to be 1/1
-
just to prove I'm not going crazy...
-
@paper_lung yes i saw this in develop branch from 2 days ago.
Cant recall where (not in arp) i thought it was an error in my script at first.Edit:
Found it for me its if i modulate the LFO frequency.
Then it jumps from 1/8 to 1/16D when truning dial. -
@Straticah Hmm LFO's seem to be working for me, but odd that you're also missing 1/16ths, just in a different place. I suspect there is something going on with the recent commit
-
I just remembered, when I compile HISE I always use
HISE_USE_EXTENDED_TEMPO_VALUES=1
perhaps that's why it's showing for me. -
@d-healey I've never had to do that before - where are you inputting that? Into the Juce compiler? I'll try compiling it again with that and see if it makes a difference.
-
@paper_lung Yeah in Projucer, the Extra Preprocessor Definitions. Needs to also be included in your project preferences before exporting.
-
@d-healey That seemed to do the trick, thanks.
-
@paper_lung it is missing if i use a dial on the UI there.
It appears in the HISE LFO mod tho - but not in the mode:TempoSync
Just create a new slider and set it to tempo sync.
The default HISE slider item has no 1/16 anymore @Christoph-Hart
-
@Straticah @Christoph-Hart Same with the Arp here, many steps are missing, such as the 1/16 Step.
-
Oopsies, there was indeed a typo that caused the step size to be 2 instead of 1, so every even value was skipped. This only affected dragging operations, so there is no preset backwards compatibility issue.
It's fixed now.