Difference between revisions of "Performing Live with Jack,Qsynth, and Bristol Organ"

From CDOT Wiki
Jump to: navigation, search
Line 76: Line 76:
 
:* [ [[Quick & Simple - Recording With Audacity]] ]
 
:* [ [[Quick & Simple - Recording With Audacity]] ]
 
:* [ [[Quick & Simple - Recording With Ardour]] ]<br /><br />
 
:* [ [[Quick & Simple - Recording With Ardour]] ]<br /><br />
[[Image:netbook2.png|thumb|right|400px|<b>Ubuntu Studio Desktop</b> with Applications Automatically Launched and Connected (i.e. "patched")]]
+
[[Image:netbook2.png|thumb|right|400px|<b>Ubuntu Studio Desktop</b> with Applications (<b>Jack Audio Server</b>, <b>Bristol Hammond B3 Emulator</b>, and <b>Qsynth</b>) Automatically Launched and Connected (i.e. "patched")]]
 
The organ emulator called '''Bristol Organ''' can simply be run via the '''startBristol''' command ''(after the Jack audio server has been started)''. To simplify the process of starting jack audio server, launching and making input/output connections for both '''Qsynth''' and several '''Bristol Organ''' emulations, it is easier to place commands into a '''Bash shell script''' and run shell script as a program! ''Please see next section for an example of how I did this...''
 
The organ emulator called '''Bristol Organ''' can simply be run via the '''startBristol''' command ''(after the Jack audio server has been started)''. To simplify the process of starting jack audio server, launching and making input/output connections for both '''Qsynth''' and several '''Bristol Organ''' emulations, it is easier to place commands into a '''Bash shell script''' and run shell script as a program! ''Please see next section for an example of how I did this...''
  

Revision as of 11:34, 8 February 2011


Purpose of This Resource

To Demonstrate how Ubuntu Studio can be used for live keyboard performances on a netbook computer...

Background

Lucky Bleeders Performing @ The Cameron House
Toronto, ON, Canada

After playing keyboards in "garage bands" for over 2 decades, I have learned to "Keep it Simple"... the less you have to bring and setup - the better!

I have kept my performance set-up to a minimum:

  • Midi Keyboard / usb cable
  • Netbook Computer (running Ubuntu Studio), power-chord, Audio Adaptor cable
    (from netbook to Amplifier).
  • Folding chairs (one chair to seat myself while the keyboard sits on my lap, and another chair to hold my netbook computer)

That's it! This method has worked for me for years (except I am now using a net-book computer, and will be bypassing the Tascam US122 USB/MIDI device since I now have a USB musical keyboard)...

... Here is a picture of myself (and keyboard setup) along with our band called "The Lucky Bleeders" performing at the Cameron House in Toronto, ON, Canada a few years back...

I have seens a lot of Internet posts indicating the "struggles or frustration" of finding a way to perform live in the Linux environment. The answer is that it can be done, it just takes some knowledge of some Linux commands to launch and start Jack audio server, as well as launching some keyboard emulators, and finally making the appropriate connections (patches) to the keyboard and amplifier via the Jack audio server.


A Wide and Free Selection of Bristol Keyboard Emulators

I will discuss in this WIKI how to use Linux Ubuntu Studio for live performances. Contrary to other Internet postings, you don't have to use an application such as Reaper (although that approach would make it more user-friendly for non-Linux users or "Newbies"). Instead, a well-written Bash shell script can be used to launch Jack and necessary keyboard applications such as Qsynth (Piano, and other sound-font voices), as well as Bristol Organ Emulator (Hammond B3, Vox, Rhodes Piano, Phophet5, Juno, Moog, etc).

Therefore, you can switch to different voices by switching to different transmitting MIDI channels (which may be more convenient than pointing and clicking on an instrument icon via the Reaper or Cubase applications (which are not free applications). Also, applications such as Bristol Organ allows a user to sync midi controller buttons or sliders (on the keyboard) to change control settings on the emulated organ by middle-clicking the mouse on the knob and moving or activating the midi controller on the keyboard (and then saving keyboard settings.

I have used MS Windows OS with Native Instruments Hammond B4, and other Native Instruments applications, so I have some experience when comparing open-source software against proprietary software (i.e. pros vs cons).

Setting up My Netbook

Here is a step-by-step guide to installing and configuring my netbook computer to run Ubuntu Studio:

Hardware / Software Setup

My Current Keyboard Setup Using My Aspireone h715 Netbook Computer
(Ubuntu Netbook Remix with Ubuntu Studio Installed)

I'm "pulling-out all the stops". I have decided to test the power of the Acer Aspireone netbook for live performances. It would have the advantage of small size and weight.

Here is my Hardware/Software Information:

Hardware (Acer Aspireone netbook) and Peripherals:

  • Model 715h Wireless (ZA3)
  • 11.6 inch screen
  • 1 GB RAM (expandable to max of 2 GB - I will upgrade to 2 GB in the future)
  • 160 GB Hard Drive (80 GB dedicated to Linux Ubuntu Studio - Dual boot Linux,MS Windows XP)

  • MAudio 61 Keystation (USB interface)
  • Tascam US122 USB interface (Optional, and can be replaced with 1/8 " stereo jack to 1/4 " mono jack into the AUX input of Amplifier)

Software (Ubuntu 10.10 Netbook Remix) Ubuntu Studio applications include:

  • Realtime Kernel
  • Jack Audio Server
  • Qsynth (Graphical Frontend for Fluid Synth)
  • Bristol Organ Emulator
  • Swamy Sound Font Editor


Setup / Configuration

I obtained the Ubuntu Netbook version for Ubuntu: [ http://www.ubuntu.com/netbook/get-ubuntu/download ]
I didn't worry about Ubuntu Studio or loading updates - I would recommend to follow "MY SEQUENCE" (listed below):


  • I need to setup my 11.6 inch screen Acer Aspireone after install. I have noticed that the video card chipset is different than the older 10 inch screen model (ZA3). Although a "pain", I followed some of the steps from the Ubuntu resource for the Intel GMA500 "Poulsbo" video driver: [ https://wiki.ubuntu.com/HardwareSupportComponentsVideoCardsPoulsbo#karmic ]

    From with resource, I performed the following:
  • Opened terminal and ran the command:
    sudo add-apt-repository ppa:gma500/ppa && sudo apt-get update && sudo apt-get install poulsbo-driver-2d poulsbo-driver-3d poulsbo-config
  • Rebooted the computer.
  • After reboot, then installed updates (ie. Ran "update manager" from Admin).
  • Rebooted the computer.
  • Ran Synaptic Package Manager (from Admin), and installed Ubuntu Studio Desktop (I pretty well selected ALL packages associated with Ubuntu Studio).
  • Followed instructions to make my Tascam US122 device work with my netbook: [ https://help.ubuntu.com/community/TASCAM_US-122 ]

  • "Tweaked" the appearance of my Gnome Desktop like running the Avant Window Navigator (docking panel appearance like Mac OSX), and removed the "old-style" gnome-panels. Here is a resource that I created to help: [ Replacing Panels with Docking Station (awn) ]

  • Now you have Ubuntu Studio on your machine.

    Here are some guides that I have written to help you get started
    (even provides some basic recording sessions information):


This is assuming that you are using the Tascam US122 usb interface:

Ubuntu Studio Desktop with Applications (Jack Audio Server, Bristol Hammond B3 Emulator, and Qsynth) Automatically Launched and Connected (i.e. "patched")

The organ emulator called Bristol Organ can simply be run via the startBristol command (after the Jack audio server has been started). To simplify the process of starting jack audio server, launching and making input/output connections for both Qsynth and several Bristol Organ emulations, it is easier to place commands into a Bash shell script and run shell script as a program! Please see next section for an example of how I did this...

FYI, the Maudio Fasttrack Pro is a good usb interface and "works out of the box" (after a couple of Jack server settings)... There is also a cheaper version for approx $87 CDN, but lacks MIDI connection (which may not be a problem since newer MIDI musical keyboards are USB anyways...)

Since I want to keep things simple, I have decided to not use any USB peripheral (other than the USB midi musical keyboard), and connect the netbook audio output directly to the amplifier. This can be done with the use of a 1/8 " stereo to 1/4 " mono "Y-adapter" which can be purchased from "The Source" or from certain "Dollar Stores".

Here is a link to the Y-adapter for reference: [ y-adaptor ]

(You can also buy a short 1/8 inch stereo extension cable if you feel uncomfortable plugging the Y-adapter directly into your net-book audio jack).

"Putting it All Together" with a Bash Shell Script

One *perceived* problem that a typical "end-user" face is having to manually connect (patch) various Devices (like a keyboard), with various keyboard emulators (like Qsynth and Bristol organ). But it is important to realize that these "graphical applications" are just convenient "front-ends" or user-friendly graphical representations of Linux commands.

Since they are Linux commands, these command, to launch and make patches (connections), and simply be added to a file (called a shell script), and run like program (either as an desktop icon), or a start-up program from boot-up.

For reference, here is a link to my Bash Shell script: [ txt ]

For additional reference, here is a link that explains how above shell script works: [ coming soon ]

Using Ubuntu Studio for Live Performances

To be completed...

Sound Font Editing in Linux

Note: The Swamy sound-font editor allows me to build or modify sound fonts. I must admit that I'm not an expert on sound-fonts.

In the future, I will discuss how to use a sound-font editor to create your own sound-fonts (instruments) to play with the keyboard.

Here is a link to the Project Swamy Webpage: http://sourceforge.net/apps/mediawiki/swami/index.php?title=Main_Page

Results / Discoveries

My net-book system works well (to my surprise). I will be taking my hardware set-up to band practice next week to make certain it works for the entire practice. I will keep taking it to practices and monitor my netbook's performance until I am confident to use for live "gigs". So far, so good...

Tips, Pros & Cons

Jack & CPU Usage

To be completed...

What I Love About Open-Source Applications

What I really love about open-source applications is being able to communicate with many of the software developers.

I have even suggested an improvement to an application that was implemented immediately!

Here is a link to e-mail correspondence to Nick Copeland, developer of the Bristol Organ emulator (open source equivalent to Native Instruments B4, Electrik Piano, etc...)

[ Correspondence with Nick Copeland ]


Is it Worth It?

In my opinion: YES!

I cannot begin to imagine the amount of money that I have saved as a result of using Linux Ubuntu Studio. I have rolled back the money that I saved to help build my basement recording studio (and will never worry about software costs in the future!). No doubt, I should start donating to these developers to acknowledge their great products!

I realize that I have an unique advantage from having taught Unix and Linux courses over 2 decades, although Linux is becoming easier to use, and the on-line support networks are becoming better. I have tried to "spread the word" about using Linux and open-source applications over many years. I have had some great success and some failures in this campaign. I consider that it comes down to an issue of empowerment:

Either take the time to learn how to use open source applications, or become dependent and accept the cost of letting others do the thinking for you...

Here is one of my previous blog posts that explains my position on open-source software: [ http://murraysaul.wordpress.com/2010/01/22/hacking-can-be-a-good-thing/ ]