Chris Liscio

@liscio
232 Followers
64 Following
120 Posts
I write SuperMegaUltraGroovy software, such as http://capoapp.com. More recently, I'm also a grad student at the University of Waterloo.
I don’t normally read these things in depth before smashing that agree button, but in this case I think I'll pass?

In case there are any hardcore Capo users out there, here are a pair of teaser shots to show off what I've been working on for the past few months.

Capo Remote Control: An all-new keyboard and MIDI command binding system.

This includes (cross-platform!) support for continuous MIDI control values, discrete press/release keyboard bindings, multi-command dispatch, and all-new commands.

Rented a gown, and picked up some paperwork today at the local uni…

“Master” is a rather strong word, but I ain’t gonna complain!

Apropos of nothing, here's a little prototype of the Knuth-Plass line-breaking algorithm expressed as a SwiftUI Layout.

Each word is a separate Text view with .fixedSize() in a ForEach; it therefore performs as horribly as one would expect.