fallenangel42 / electron

Web-based collaborative audio generation software
MIT License
9 stars 7 forks source link

FM Depth limits #17

Closed DrArcularis closed 9 months ago

DrArcularis commented 9 months ago

For drivers, FM Depth is limited to 1000 Hz by UI validation, in line 56 of electron.js. For riders, FM Depth is limited to 100 Hz when events are received, in line 63 of communication.js. I assume the intended limit is 1000 Hz.

fallenangel42 commented 9 months ago

Good catch, thanks!