Time to sort things out. The creation of instruments until destination is spread over different files, and belongs into a separate module 'Instrument', we can also move global project settings into a <Project /> component.
Acceptance Criteria
Create<Project /> & <Instrument />
Instruments use same useAudioLoader hook
Handle all instruments together instead of the if and elses
Time to sort things out. The creation of instruments until destination is spread over different files, and belongs into a separate module 'Instrument', we can also move global project settings into a
<Project />
component.Acceptance Criteria
<Project />
&<Instrument />
useAudioLoader
hookif
andelse
s