On Fri, 6 Feb 2026 08:52:37 +0100 Kristian Amlie <[email protected]> wrote: >Is this the "Unrecognized effect" message? I saw that too when I >implemented the new Kit Mode, but since it was preexisting and seemingly >harmless, I didn't investigate.
Yes >Does that mean you found it? I've found the commit where it first appears. It's 3c551a It's really weird though. All it does is reorganise globals.h in order to group the part level controls that are not marked as changing an instrument. There are actually a group of controls that do the same: portamento humanise humanisevelocity drumMode The offending line was the one before 'portamento' i.e. 'effectNumber' moving this back with the other effect controls cured the problem. Presumably it is being used as a reporting boundary marker and I'd completely forgotten this :( -- Will J Godfrey _______________________________________________ Yoshimi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/yoshimi-devel
