Hi @mitchmindtree ,
I'm looking for a GUI framework written in Rust for my DAW-like project and really interested in the option of choosing cornod. Especially I found a very intriguing example in this old blog post, in which there is a screenshot of a music-editor like window, with title "JAW - Jen Audio Workstation". Let me quote the picture here:

This app seems especially unique in that it contains custom timeline-style widget, seemingly associated to a timeline of measures and beats. My project will require such custom widget to, so I am eager to refer to the code to see how can I implement them. Similar GUI component can be found in the guide too:

So what I am very interested in is that: is the source code of JAW, or at least the timeline example, is published somewhere?