Sorry, you need to enable JavaScript to visit this website.

Friday Interview #4: Jonathan Liles

Category: 
Level: 

Hi, and welcome to the fourth edition of the Friday Interview! This week, we're joined by the creator of the Non tools, a modular digital audio workstation. I'm very happy to introduce the fourth participant of this series, interviewee #4: Jonathan Liles! Lets get started!

Introducing Jonathan Liles

Jonathan Liles, aka male, is a software architect from Memphis, TN, USA, currently living in Oregon, USA. He's the author of the modular DAW called Non.
 
His primary interest in Linux audio is the production of music, usually by conventional recording techniques, as opposed to electronic music. He wants to push the envelope on flexibility and performance, which he thinks are often considered to be mutually exclusive.
 
When he's not in the wonderful world of Linux audio, he likes to do different types of writing, photography, and also getting out in the wilderness of Oregon whenever he can.
 

Jonathan Liles, aka male, at his workstation. That's a tiny screen right there!

 

Hi male! Thanks a lot for doing this interview! What's your real name and where do you live?

Thanks for having me. My name is Jonathan Moore Liles and I live in Portland, OR, USA.  

What's your musical background like? What music do you like, and do you play any instruments?

My musical background is informal. I've been writing prose and poetry for a long time, but I didn't really start writing songs/making music until about 10 years ago. I saw a guitar for $1 at a yard sale and figured, "what the hell?". I bought it and soon learned that making something that sounds roughly like music wasn't nearly as hard as I had previously thought. I like music with meaning, and usually that means good lyrics and a voice that can deliver them.

I play a number of instruments to various degrees. Guitar, piano, violin, cello, misc. percussion. I'm by no means a master of any of these, but that's fine because to me the instrumentation is secondary and with digital audio I'm able to play small parts on each instrument and combine those into something that sounds more or less like a full band.

A Non-session in action.

 

What's your history with Linux, and with using Linux for audio?

I've been running Debian GNU/Linux since about 1997, so 16 years. I probably would have started using it sooner, but all I kept hearing about it at the time was related to it being able to run X Windows, and I had zero interest in graphical user interfaces then. Before that I had been a CP/M and DOS user, and was deeply into the BBS scene.

I've been involved in Linux Audio for about 8 years I guess. I started out trying to record some music into Audacity instead of using my reel-to-reel tape deck. It was more or less a disaster--mainly because Audacity was the wrong tool for the job. Eventually I discovered JACK and was inspired by the flexibility it offered. I found Ardour and used that for a while. It had some issues but it worked for the most part. Then came the change to from GTK1 to GTK2 and the beginnings of Ardour2, and at that time usability went down hill very quickly and I found myself unable to produce music on Linux anymore. My eyes had been opened to the power of digial audio and multitracking, though, and I couldn't go back to just using the reel-to-reel. Around this time wrote some utilities for dealing with ALSA MIDI (lsmi, asspatch and midipus).

The Non tools

Could you talk a little about what the Non tools are, how they came about, and what the philosophy behind them is?

Sure. Non is a modular DAW where each major component is completely independent of the others and runs in its own process--connected via JACK. The philosophy is basically KISS (Keep It Simple, Stupid). Non is meant to be fast, light and reliable above all else. Any feature that cannot be implemented in a fast, light, reliable way will simply not be implemented. Thus, the codebase of Non is small, currently around 43k lines of code. That's extremely small for any substantial program, much less a DAW, and I fully intend to keep it that way. And yet it is capable of doing a lot, including many things I never imagined myself.

The Non Sequencer, part of the Non tools.

 

Getting back to the history... Around 2007 JACK MIDI had just come out and I was frustrated with the sync issues I was having with ALSA MIDI sequencers (which were all there was at the time). I had been a seq24 user, but decided to write a sequencer from scratch designed from the ground up around JACK MIDI. That became Non Sequencer, and thus began the Non project. I continued struggling with Ardour and spent several months trying to track down the bugs and performance problems that were interfering with my activities. Eventually I came to the conclusion that the problems were architectural and couldn't be solved without some deep changes and that it would take less time to just write a new DAW from scratch. About six months later I released Non DAW. On the hardware I had at the time (a dual slot-1 PIII 400Mhz), the performance difference was impressive. With nothing to really compare it to, I had been thinking that doing any serious digital multitracking was going to require a serious hardware upgrade.

I was wrong, the hardware was quite capable of handling the workload. It was the software that had to change. The name Non DAW was a bit misleading though, as it was really just the timeline/arranger part of a DAW. I relied on external programs connected via JACK for other functionality. I had Non Sequencer for dealing with MIDI and I used SpiralSynthModular and LiveMix for plugin hosting and mixing. SpiralSynthModular was very flexible, but also a pain to set up--plus it had a tendency to crash a lot when using the JACK driver. LiveMix was more stable, but its QT GUI was extremely slow, and it had no way to accept gain or plugin parameter automation. Thus, I began work on writing Non Mixer. I appreciated the utility of having a standalone mixer like LiveMix, so I decided to continue with the modular theme and keep Non Mixer entirely independent of Non DAW.

The parameter editor in the Non tools.

 

The rest is history. Ardour, QTractor have continued to develop and improve in this period, other projects have fallen to the wayside, a few new ones have crashed and burned while at the same time projects have popped up to fill other niches, and the whole of Linux Audio in general has grown a lot. Proprietary DAWs have (finally?) come to Linux--and it's a shame to see how many people are willing to toss money at them but not willing to invest anything in the community that built the free/libre platform we have.

I use Non daily in my own work and will continue to push the project forward. There will always be a place for the fast and light, because even though computers now are far faster than they were 7 years ago, we always want to do more with them, and Non scales up and down better than anything else.  

With Non, what are you currently working on, and what are your current future plans for it?

Well, my TODO list is about a mile long, but I’m currently working, with the help of fundamental (of ZynAddSubFX), generic filter response plotting, for any plugin, which integrates into Non Mixer's module parameter editor, and also a room simulator to improve the accuracy of ambisonic early reflections coming from the Spatializer.

As to my future plans, I’d like to get another release out. The last official release was over a year ago, and a huge amount of work has gone into Non since then. It doesn’t matter much practically, as everybody who’s serious about it follows the bleeding edge in GIT, but it’s still something I’d like to do more often.

In the long term I’m interested in developing a way to better combine pattern oriented and linear sequencing workflows–part of this effort will likely involve splitting non-sequencer’s engine off into a library that other programs can use. I’m also interested in developing a plugin API that can replace LADSPA with something more capable and *simpler*, if you can believe it. Improving workflow and integration in general is a goal of mine, but it’s a big problem to tackle. Non Mixer’s Spatializer and Spatialization Console have gone a long way towards taming massive mixes, and I’d like to continue to refine and extend that idea.

And in general, I plan to continue the to extend the Unix tradition of small, sharp tools into the world of Linux Audio. I've devoted nearly a decade of my life to this effort because I believe that tools that enable creativity should be open and free. I designed this software not only to meet my own needs but to meet needs that I haven't even imagined. To me, that is a primary goal. Catering to specific workflows is icing on the cake--but the cake itself should be one that everyone can enjoy. With the release of the Non Session Manager, I took a big step forward in integrating all of this Linux Audio stuff in a way that everyone can benefit from. This is just the beginning. I see Non not as just another DAW, but part of the glue and vital blood of a thriving ecosystem of free/libre audio software. I've spent a lot of time developing Non, but barely any promoting it, and that's something I hope to remedy. This conversation is a step in the right direction.  

The spatializer in Non Mixer. Something Jonathan has recently worked on!

 

What can users do to contribute to Non? Users that cannot code, what can they help out with?

Users can contribute in many ways; artwork, design, documentation, troubleshooting, tutorials, videos and things of that nature are always welcome. Money helps too! I spend pretty much all of my free time working on this stuff. I’d love to be able to work on it more, but I just can’t afford to. Of course, I enjoy just hearing from people who use Non and how it's helped them. Every now and then I hear from someone who's done a radio broadcast or mixed an orchestra with Non and that's rewarding for me because I never designed it to do that specifically--I just designed it to be as flexible as possible.  

If people want to follow the development of Non, what's the easiest way for them? Do you have a Google+ page or similar?

The best way to follow the development is via GIT and IRC. Non has a mailing list which I occasionally post to.

I do have a G+ page at: https://plus.google.com/101248132798651706167/posts, but it's mostly photography.

Your music

Are you currently involved in any musical projects?

Yes, I just released my debut album, Sad Pretty Girl. The whole album is made with Non, of course, and mixed in Ambisonics using Non Mixer's Spatialization features. There's not a lot of music out there released in Ambisonics format, and certainly not a lot of signger/songwriter type material, so that is interesting ground to break.
 

It can be found at https://jonliles.bandcamp.com/album/sad-pretty-girl

Sad Pretty Girl, the debut album of Jonathan Liles.

 

What software do you mainly use when making music?

Well, first and foremost I use GNU/Linux (of the Debian breed). I don't even have another operating system in the studio. On top of that sits JACK. On top of that is the Non Session Manager, Non Timeline, Non Mixer and Non Sequencer. I use ZynAddSubFX a lot for organ and other parts and fluidsynth (via nedko's fluidjack) for SF2 (drums). Lately I've also been using LisaloQT+calfbox as an SFZ sampler. Ambdec and jconvolver are also in every mix, as I do everything in Ambisonics these days. I also use SoX here and there for manipulating wave files 'offline' and JAAA for peeking at frequency responses. I'm sure there are plenty of things I'm forgetting to mention (LADSPA plugins etc.). That's a complete, in the box studio composed entirely of free/libre software.  

Is there any specific type of musical project you haven't done, that you'd like to do in the future if possible?

I think it would be fun to, one day, make a song that people could actually dance to. So far this has eluded me.

Final questions

Do you feel like anything is lacking in Linux audio today, and if so, what?

Most of what's lacking is just integration. This is the 'polish' kind of thing, a role that there's rarely a person to fill. I think we're still lacking a decent plugin API. LADSPA is very limited and LV2, while in some way 'extensible' (although one could just tack stuff onto the LADSPA API too and call that an extension), is, to put it mildly, at least as overcomplicated as it is overhyped. We're still missing a good sampler. LinuxSampler is an ugly beast with a bad license. Calfbox is the up and coming underdog, but there's still a long way to go and it seems to be a rather nebulous project anyway. We also need a few bits and bobs related to Ambisonics support--like an easy way to just playback b-format audio files without a lot of fiddling or an easy way to decode b-format to binaural with periphony. I have a wish list of things which could be added to JACK to improve integration--some of which are finally on the horizon.

But for the most part, everything anybody needs is there in spades (plenty of choices of DAW/Sequencer etc)--just not as integrated or easy to use as it could be. It's sure a hell of a lot more usable than it was even 5 years ago though.  

What's your favorite free and open source plugin currently?

Interesting question. I don't really rely on plugins all that much. A touch of EQ or compression here and there and that's about it. I do use TAP TubeWarmth on vocals a lot. That and SC4 Mono and Fons' 4-Band Parametric Filter are the only plugins you'd be likely to find in my mixes these days.

The Non Mixer and Spatializer together.

 

Where can people find the non project, and where will you eventually publish your music?

The Non home page at: https://non.tuxfamily.org

When I finish the album I'm sure I'll post something about it on the website and G+ and elsewhere. I'm leaning toward bandcamp as a platform.  

How can people get in touch with you the easiest way?

male at tuxfamily.org  

Anything you'd like to add to the interview yourself?

Just this: Be free, have fun, and make music!  

Thank you very much for the interview!

That was Jonathan Liles (aka male), of the Non tools. Thanks to Jonathan for participating, and thank you for reading!