mrozycki/rustmas

Add settings for event generators

Closed this issue · 1 comments

Event generators might require some rutime adjustment to work properly, e.g. selecting the right input device (both for MIDI and FFT event generators). Currently these are selected arbitrarily at startup, and if they fail to initialize properly, they will not work at all.

Instead we should give the user the option to adjust those settings in WebUI.

Done in #229