Jack2 and asynchronous mode

Recently I became aware that the Jack Audio Connection Kit‘s second version, called Jack2, has a mode called “asynchronous mode“, which is different from Jack1’s mode of operation, now referred to as “synchronous mode”.

Continue reading
Posted in Software | Leave a comment

Matrix-convolver

A common tool in any digital musician’s toolbox, particularly guitarists, is impulse responses. They capture a snapshot of the sonic characteristics of a speaker cabinet, which can then be replicated digitally. This makes it much easier to work in a DAW, since you don’t have to decide your sound when you record, you can record the line out signal directly and experiment with the speaker configuration afterwards. Not to mention that you have access to tons of different speaker cabinets without actually owning them, in databases such as TONE3000.

However, one thing that always frustrated me is that impulse responses are static. The microphone that is used to record the speaker cabinet can have a large impact on the sound, depending on placement, orientation, and type. But this is set in stone once you download one impulse response, and you may have to wade through many to find the perfect setup, if they are available at all.

Continue reading
Posted in Software | Leave a comment

Zynthian and Yoshimi

I recently decided to purchase a Zynthian device, which is a Raspberry Pi based hardware device which hosts Linux plugins to produce or process sound. You can for instance run a synthesizer on it like ZynAddSubFX (which I believe is where they got their name “Zynthian”, although I’m not sure about that), and play it using a connected keyboard. Or piano. Or organ. Or any other of a load of plugins and effects that come with it. You can also install your own, as long as it’s in the LV2 plugin format. All in a compact package that is rugged and easy to take on the road.

Continue reading
Posted in Software | Leave a comment

Getting good performance with Windows VSTs in Linux

VST_logoI do all my music making in Linux, but it’s no secret that the number of available plugins is vastly larger for the Windows platform than for Linux. Luckily, Alexandre Bique has made the nifty vst-bridge that enables you to make a bridge from a Linux VST host to a Windows VST plugin. I won’t go into the details of how to use it, since this is already well covered in its README, and is not very complicated to begin with.

What I want to talk about is getting good performance out of it. It has recently received some patches that make it better at performing in realtime, but there are some caveats, and I am going to talk about two in particular. Continue reading

Posted in Software | Leave a comment

Atlas is released!

Finally after a long period of hard work, our album Atlas is released! We’ve also launched our own band web site, for this and for future albums. Check out the the album there, or head straight to our Bandcamp site to listen to and buy the album.

Posted in Music | Leave a comment

Tracks for Atlas are finished

The mixing of our eight tracks is now done! We’re now making some nice graphics for the album cover, and we had a local artist make an awesome cover drawing for us, very gritty and moody. Again, with this being our first commercial release, this whole process is a bit new to us, but it’s safe to say that the release is getting close now!

Posted in Music | Leave a comment

Pendelirium soon releasing their first album

It’s been a long time since there has been any music updates for my band Pendelirium, but that doesn’t mean that things have not happened. In fact, we have been very busy composing, recording and putting together our first album!

The album will be called Atlas and consists of more than 60 minutes of real progressive rock, including an epic over 30 minutes long! We feel it’s a pretty varied album, with some classic prog sections including some semi-heavy guitar work, a prog ballad, and even some folksy and semi-classical bits. Hopefully something for every listener’s taste.

Apart from a few odd recordings here and there, everything is mostly done, and mixing has already commenced and will continue over the next few weeks. If everything goes as planned, we hope to have the final mix finished before the start of June, which means the album should be released not long after. This is a first time for us though, so we don’t dare to promise any exact dates yet!

This is the track listing for the album, with approximate lengths:

  1. Dawn (4:58)
  2. Fear the Quiet Ones (5:00)
  3. Smell of the Flowers (5:14)
  4. Cold (6:06)
  5. Holding Up the Sky (3:33)
  6. The Race (4:36)
  7. The Audition (33:05)
  8. Catch a Snowflake (2:28)

In other words longer tracks than your average Pop/Rock album. One should expect nothing less of a good progressive rock album!

Posted in Music | Leave a comment

Eight2Ten no more

This actually happened a little while ago, but I have left the 70’s rock band I played in, Eight2Ten. I had a great time playing with Eight2Ten; hell, I was in the band for nine years; but Pendelirium has always been closer to my heart musically, and I increasingly felt like investing enough time in both of them was becoming a strain. No hard feelings, it was just time for me to focus my efforts. I wish them all the best!

Posted in Music | Leave a comment

Lessons learned with Dropbox and UnionFS-FUSE

I’m an avid user of Dropbox, and also of the fantastic layered filesystem UnionFS-FUSE. However, I found that they don’t work well together. Whenever I tried to mount a unionfs folder somewhere where Dropbox could see it, Dropbox would seemingly randomly omit files from upload. Scary! This is supposed to be my backup!

It took me a long time of trial and error, but fortunately I was able to find the magic flags to make it work. If you mount your directory with these options:

unionfs-fuse myfolder=RW ~/Dropbox/union-folder -o big_writes,large_read,readdir_ino

…then Dropbox and UnionFS-FUSE should work together happily once again!

Posted in Software | Leave a comment

Followup to my first RSI article

I wrote a followup to the first article about my RSI recovery. It looks at some of the things I experienced after my recovery, and where I am at now.

Read My RSI recovery eight months later.

Posted in Uncategorized | Leave a comment