xenharmonic-devs / scale-workshop

Design and visualize microtonal scales and play them in your web browser. Export your scales for use with VST instruments. Convert Scala files to various tuning formats.
MIT License
79 stars 11 forks source link

made multichannel-to-equave settings and color mapping dependent on mode #657

Closed 000masa000 closed 4 months ago

000masa000 commented 4 months ago

made options visible depending on multichannel-to-equave checkbox

frostburn commented 4 months ago

If you're hiding the color mapping stuff there should be a corresponding bypass in App.vue to make sure multichannel mode doesn't behave strangely.

000masa000 commented 4 months ago

2nd commit adds changes to App.vue and Midi Piano so chromatic mode behaviour reverts when in multichannel-to-equave mode

frostburn commented 4 months ago

Missing bypass near return (rawRelease?: number) => { in App.vue.

000masa000 commented 4 months ago

fixed...