ut-proj / undertone

Making Music with Extempore, OSC, and SuperCollider in LFE/OTP
Apache License 2.0
57 stars 4 forks source link

Auto-load additional .xtm files when using the Extempore backend #103

Open oubiwann opened 3 years ago

oubiwann commented 3 years ago

There are a handful of useful functions I've been using that aren't included in Extempore. They include:

As well as some functions for converting numbers to arbitrary bases. Maybe these can go in src/util.xtm?

Furthermore, I've started adding additional chord names (some new, some aliases for existing chords. The data structure is named *ut:chord-patterns* and the function that uses them is ut:chord; these should be saved into their own pitch-class file ... maybe src/pitch.xtm?