Karim Ratib
Karim Ratib
#311792 looks good to me, thanks
Thanks @Jojo-Schmitz for attending to the PRs that the community has put effort into creating :pray: I hope this work goes into a new public version.
The key is to extend the naming logic to every musical object. For example, the `ToneRow` (or better yet, a `Scale`) would know how to name its own tones based...
Thanks for your reply and interest. I will need to dig in the literature to search for taxonomies / classifications of tunings/temperaments, so let me get back to you on...
Closed by mistake :sweat_smile:
The Scala tunings are available at https://www.huygens-fokker.org/scala/downloads.html#scales. Note that "scales" and "tunings" are ambiguously overlapping - maybe a music theorist could shed some light on a clear distinction. Regarding my...
Thanks @craigsapp for clarifying - Ratioscore is a beautiful resource! > Could you please provide an example of what you think this might look like? Crudely, I am thinking of...
Thanks for the detailed response. Yes, I am trying to emulate (and improve upon) a Finale rendering that looks like this: . I'd like to avoid mixing timing information with...
Sorry, my description was wrong. What happens is that the promise is resolved as soon as the last event is found and scheduled, but potentially before it is processed by...
> You mean the promise returned by play() resolves as soon as all the MIDI messages haven been sent, right? Yes, that's what I mean. > I think even if...