langel / botb_irc_bot

battle of the bits instant relay chat magic
BSD 3-Clause "New" or "Revised" License
11 stars 7 forks source link

Dynamically load ultrachord sample info #65

Open jangler opened 7 years ago

jangler commented 7 years ago

@langel says:

One thing I'd like to point out is that I think the list of samples should be loaded dynamically during an initialization process. We don't have to that now, but it could automagically know pitch range based on the files available.

Can do this using the Node fsmodule without too much trouble after #64 is merged.