The Coast article on 2×5

http://www.thecoast.ca/halifax/steve-reichs-2×5/Content?oid=3210559

Posted in Uncategorized | Leave a comment

Reich…

So I’ve just gotten home from a few weeks on the road. Edmonton and Montreal were great. I got to hear many good players while I was out, but I’m very happy to be home again. The next thing that I’m getting ready for is another concert playing the great Steve Reich piece 2×5….time to dust off the strat again :)

Posted in Uncategorized | Leave a comment

Montreal!!!

Posted in Uncategorized | Leave a comment

New Video – Tango, Milonga y Final by M.D. Pujol

I just posted a new video of myself and Matthew Martin playing Maximo Diego Pujol’s “Tango, Milonga y Final” on my Media page. It was recorded on Feb. 11, 2012 at the Tom Regan concert.
I hope you enjoy, we had a lot of fun playing it!

Posted in Uncategorized | Leave a comment

Upcoming Concerts/Masterclasses etc..

Well it’s official, I’ll be judging the 2012 Montreal Guitar Competition this year again! you can read more about that here. I’ll be playing a concert as well as a masterclass that weekend which is right after I return from adjudicating the Edmonton Kiwanis (busy April this year). Also I’ve added some non-classical-guitar gigs to my upcoming events as well including: 2×5 Steve Reich (an amazing piece for 2 rock bands….I had to dust off the ol’ strat :) and I’ll be playing in the Thomas Regan concert this coming weekend (Friday) with Matt Martin and playing Banjo in Kurt Weill’s Three Penny Opera on Sunday.
E

Posted in Uncategorized | Leave a comment

Gentoo on the MacBook Air

It’s been a very long time since I posted anything, so it’s my new year’s resolution to do more this year. This first post of the year will be a computer post. Over the holidays I picked up a MacBook Air, and I have to say I love the design. Some of the highlights include: back-lit keyboard, multi-touch trackpad, fans & speakers hidden in the joint between the display and the keyboard & aluminium case. Apple really does a great job with design. But of course, I hate the simplicity of MacOSX. Yes I know it’s built on top of Darwin, but I like to be able to tinker with “everything” and run all my favorite programs. So the first thing to do when I got it was to delete everything and put on Linux. I won’t go through every detail, but I will mention the things that did not work out of the box. Hope this helps someone else!

##################################
# MacOSX fixes – Do this before
# removing MacOSX
##################################

If you use only Linux, boot hangs for 30 seconds waiting for the Mac partition. To override this issue the following command (from MacOSX):
bless –device /dev/disk0s1 –setBoot –legacy –verbose

To stop the boot mac sound, issue the following command:
/usr/sbin/nvram SystemAudioVolume=%01

##################################
# Wireless Card
# note the two <M>, these MUST be
# built as modules for the wifi
# card to work
##################################

edit: in kernel 3.2+ you must turn off BCMA to get BRCM softmac enabled, which is now under drivers/network (not staging)

 

Install: sys-kernel/linux-firmware

[*] Networking support —>
-*- Wireless —>
<*> cfg80211 – wireless configuration API
[*] Wireless extensions sysfs files
<*> Common routines for IEEE802.11 drivers
<*> Generic IEEE 802.11 Networking Stack (mac80211)

Device Drivers —>
Broadcom specific AMBA —>
<M> BCMA support
[*] Support for BCMA on PCI-host bus
[*] Staging drivers —>
<M> Broadcom IEEE802.11n PCIe SoftMAC WLAN driver

##################################
# Intel Video Card
##################################

edit: the hack below is not needed in kernels newer than 3.2

I found this solution here: https://bugs.freedesktop.org/show_bug.cgi?id=39533#c25

first edit /usr/src/linux/drivers/gpu/drm/i915/intel_bios.c
and after the:
DRM_DEBUG_KMS(“Found panel mode in BIOS VBT tables:\n”);
drm_mode_debug_printmodeline(panel_fixed_mode);
lines add the following:
panel_fixed_mode->hdisplay = 1366;
panel_fixed_mode->hsync_start = 1398;
panel_fixed_mode->hsync_end = 1566;
panel_fixed_mode->htotal = 1734;
panel_fixed_mode->vdisplay = 768;
panel_fixed_mode->vsync_start = 772;
panel_fixed_mode->vsync_end = 776;
panel_fixed_mode->vtotal = 792;
panel_fixed_mode->clock = 72500;
panel_fixed_mode->type = 0×48;
panel_fixed_mode->flags = 0xa;
drm_mode_set_name(panel_fixed_mode);

Graphics support —>
<*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) —>
<*> Intel 8xx/9xx/G3x/G4x/HD Graphics
[*] Enable modesetting on intel by default

##################################
# Intel Audio Card
##################################

This worked automatically with pulseaudio, BUT I had to install gnome-alsamixer and turn up the “Surround” volume to get the speakers working

##################################
# Webcam
##################################

install the media-video/isight-firmware-tools
download: http://www.mediafire.com/?81xtkqyttjt

then ift-extract –apple-driver AppleUSBVideoSupport

##################################
# SSD enhancements
##################################

fstab should include (in this case sda1 is the ssd, the tmpfs is for gentoo to not compile on the ssd):
/dev/sda1 / ext4 discard,noatime,data=ordered 0 1
tmpfs /var/tmp/portage tmpfs nodev,nosuid,mode=1777 0 0

add the following to the /boot/grub/grub.conf kernel line:
elevator=noop

Posted in Linux, News | Leave a comment

Welcome to the new eugenecormier.com!

We’ve got a slick new interface including: up to the minute events listings, the blog right on the front page, the video player now supports sequential playback of all files in the playlist. I’ll add to the video page and gallery when I get some time, so check back or subscribe to the rss feed.

Cheers
Eugene

Posted in News | 3 Comments

Lilypond classical guitar example

I had a request, so I’m posting some classical guitar music that I arranged recently and typeset in Lilypond

hope it’s helpful

While the Angelus Was Singing:
Lilypond Source Code
Resulting PDF Output

Posted in Guitar, Lilypond | 1 Comment

New Lilypond Beginners Guide

I’ve finally updated my Lilypond Beginners Guide. It now contains not only updated commands for the most recent stable Lilypond (version 2.12), but also a number of added commands that the first one lacked.

You can download the guide here:
Lilypond Beginners Guide

Posted in Lilypond | 3 Comments

Using ART Tubefire 8 with Linux

About a month ago I decided that it was time for me to pick up some decent recording gear and get moving on a recording. Going to a studio was out of the question for me because 1) I love computers and recording and I want to be involved in every part of the creation and 2) due to my job (I’ve taught some recording courses) I have a substantial working knowledge of recording techniques. I went to my local music shop and after a few days of reading and browsing and going home and researching on the net I decided to grab a nice mic (AKG C-214, this is for classical guitar) and a tube mic preamp (ART Tubefire 8).

I was really impressed with the versatility of the Tubefire. You can read more about it here, but to sum up it’s points: it is an eight channel, tube preamp which has been getting very good reviews for it’s price point…..and the real kicker, it has a built in ADC/DAC which runs into the computer via firewire. Even without the computer sound input though I was really interested in this unit because it has: eight channels – eight ins, eight outs (great for a live setting with a band), real tubes (push the input gain on the unit and you can really get some nice tube warmth), and phantom power.

So I had made up my mind on this product….it really was everything I could possibly hope for…one last step (as a Linux guy)…..check for Linux support…I mean I’m pretty good with Linux these days, so even if I have to compile and hack a little….no problem (and before you start saying….oh why doesn’t he just reinstall windows/macosx and stop complaining….here’s the thing…..it’s not about using the other operating system…..it’s about not wanting to have to always keep the other operating system + recording software around so that I can get back to my original takes…..I use Ardour these days and it is definitely everything I will ever need in a recording program and I don’t feel like moving from a pro-tools powerhouse sort of program into say cubase or garageband)
Anyways, I hit the net with my fingers crossed and learned that the project/program for firewire audio in Linux is ffado. After hitting their website and looking up Tubefire in the device support list (yes it was there at least) it was listed as “unknown”…..Damn….it was so close….it was everything I needed but no Linux support. So I thought about it and I came to the conclusion I could still use it as a preamp and run it into my computer via my Edirol UA-25 USB soundcard….which gives me all the nice tube warmth for recording, but I lose the ability to record 8 tracks at once (into individual tracks in Ardour) and play back eight tracks at once (again individually)….of course Ardour can record/playback as many tracks as your hard drive can keep up with….but it would be really nice to be able to mic a drum kit with eight mics, all running through a tube preamp into individual tracks on the computer for mixing a tweaking later….but oh well….now ….on to the fun and exciting bit

Last night after owning the unit for a month….I decided to screw around with the computer side of things a bit and see what I could learn (I have been using it successfully as a stand alone preamp)…..so I plugged it in to my computer via the firewire and sure enough, the kernel detected the firewire interface and setup a file (/dev/raw1394) to handle input/output from the device….good start :)
I’m using the now current Ubuntu (ver.9.04 Jaunty) so I installed the following packages: linux-image-rt, linux-restricted-modules-rt, jackd, qjackctl, ardour, ffado-dbus-server, ffado-mixer-qt4, ffado-tools and libffado0
Next I ran the command (in a terminal): sudo chown myusername /dev/raw1394
to give myself permission to access the firewire device and I fired up the ffado mixer. it discovered the Tubefire, there were some settings (which seemed to do nothing) and there was nothing in the mixer….ok what’s next….let’s try jack
So I started up Jack control, went into settings and changed: driver = firewire, interface = hw:0
hit the start button and voila….Jack was talking to something….I take a look at the input/output channels….OMG!!!! Jack is showing 8 inputs and 8 outputs…..now I’m starting to get really excited.
Last thing to check…..I started up Ardour and again everything works….It looks like multiple inputs should work no problem (I only recorded one channel at a time, but I can’t see there being any problem) and I tested multiple playback channels at the same time…ran them into my Mackie and everything was fine….so I’m assuming (I’ll test more in the coming weeks) that recording 8 channels at once should work and playing back 8 separate channels should work too

In the Jack setup if you select the sample rate to be any of the device’s supported rates and then start Jack, the unit correctly displays the correct rate by lighting the proper led light

wow….I should have done this long ago….lets put this in the “I can’t believe it just worked out of the box category!!!!!”

Posted in Linux | 6 Comments