zrna-research / akso

Embedded Modular Audio DSP Platform with Visual Patcher
GNU General Public License v3.0
21 stars 6 forks source link

patcher window menu #9

Open lokkiikkol opened 3 years ago

lokkiikkol commented 3 years ago

maybe this is intentional, but in contrast to the axoloti patcher the window menu of akso is displayed per window and not in the menubar on top of OSX.

zrnsm commented 3 years ago

Ah, my lack of experience lately in OSX probably caused me to not notice this problem. I believe there is a simple flag somewhere in the metadata that controls how this behavior works with Java applications in OSX. It makes sense to me to use the standard OSX menu behavior.

Akso runs on an updated JVM as well (11 instead of 8) so there could be something that changed there affecting this behavior. I'll look into it.