Japanese pentatonic scales

Good day to the wonderful community, I apologize for bothering you with this question. I’ve been trying to create the Japanese pentatonic scale, specifically the Ryu Kyu scale. I’ve been trying to program it in MIDI Hub since last night, but some parameters aren’t working out correctly.

I’m sharing the scale I’m trying to represent:

imagen


When I press C,

It works fine, but for some reason the E doesn’t appear, and when I go up a note the scale gets messed up. Is there a way to adjust it to what I want?

RyuKyuScale.mhp (326 Bytes)

Thanks a lot for read me!!

hi @SynthiagoDuran, the Scale Remap pipe ignores new notes if they map to a note which is already playing.





Scale Remap presets typically have the notes that are in the scale mapped to themselves.

eg, here…


I → I
II → II
II# → II#
V → V
V# → V#
the “inbetween notes” are then “rounded” to the notes in the scale.

In your pipe, however, the III → V

here’s a possible mapping for Ryukyu

Thank you so much for your help, it was useful. Thanks a lot