Become a Supporting Member


Go Back   The Gear Page > The Gear > Digital & Modeling Gear

Reply
 
Thread Tools Display Modes
  #16  
Old 06-20-2012, 02:45 PM
Shane Sanders Shane Sanders is offline
Silver Supporting Member
 
Join Date: Nov 2007
Location: Nashville, TN, USA
Posts: 825
Mine is finally here. Can't wait to get home and begin loading Debian on it.
__________________
For free music visit ShaneSanders.com. Per the rules: "I work in the web department at Gibson and torture guitar graphics all day...and I own SampleSquad.com." TGP References: http://tinyurl.com/tgp-references Guitar and Drum Music: http://soundcloud.com/shanesanders/
Reply With Quote
  #17  
Old 07-28-2012, 06:43 PM
Scrutinizer Scrutinizer is offline
Gold Supporting Member
 
Join Date: Sep 2002
Location: Lower Left
Posts: 1,252
Got mine a while ago, have it up and running with Raspbian Wheezy. I am impressed with the number of packages that are available for Raspbian. I was able to successfully install and run:
Jack (provides low latency audio and midi connections)
QJackCtl (utility to control Jack)
KMidiMon (midi monitor)
Pure Data (graphical programming environment for audio/midi processing)

Getting MIDI in and out of the RPi was very easy. I had to install a driver for the MidiSport 2x2, but it was simple plug and play after that.

The RPi is not very fast compared to a modern desktop PC. But it does have a lot of features for a $35 board: HDMI output w/ support up to 1920x1200, composite video out, analog audio out, Ethernet, two USB ports, and GPIO pins.
Reply With Quote
  #18  
Old 07-29-2012, 12:24 AM
prinspatrick prinspatrick is offline
Member
 
Join Date: Jun 2011
Posts: 87
Quote:
Originally Posted by Bakachan View Post
For this you can use an Arduino board, it's even simpler to use/program/run, there's already a good midi library that i'm using for creating a small router/looper.
+1!
Reply With Quote
  #19  
Old 07-29-2012, 06:16 PM
Scrutinizer Scrutinizer is offline
Gold Supporting Member
 
Join Date: Sep 2002
Location: Lower Left
Posts: 1,252
I agree, the Arduino boards are perfect for hardware MIDI projects. Keep in mind that long sysex messages are problem if you use the Arduino MIDI library. The library uses a fixed-size buffer to capture the incoming sysex message, so messages larger than the buffer size will be corrupted. Rarely a problem, but could be if the device is routing messages between an AxeFX<>AxeEdit or AxeFX<>Mfc101.

One thing the Aduino can't do easily is act as a USB host. I bought a Mega ADK board, which has the USB host connector and support libraries, but getting the Mega ADK to recognize & communicate with USB MIDI devices is not easy. Getting it to work with a USB hub would be very difficult. I've abandoned my plan to try this, it just does not make sense now that the RPi is available.

Yesterday I was able to compile and install Pd-Extended on my RPi, following these instructions. I could have downloaded the package he had built, but I wanted to see if my RPi could compile the huge software suite.

Pd-Extended adds a pile of functionality to PureData. It's like Max/MSP/Jitter with a huge library of externals. And it's free software running on a $35 board. Amazing!
Reply With Quote
  #20  
Old 02-05-2013, 10:41 PM
Lightcraft Lightcraft is offline
New Member
 
Join Date: Jan 2012
Location: Ontario, Canada
Posts: 21
Interesting thread...is anyone still playing with the Pi for audio work?
Reply With Quote
  #21  
Old 02-06-2013, 09:37 AM
fly135 fly135 is offline
Senior Member
 
Join Date: Nov 2007
Location: Orlando
Posts: 704
I'm thinking about getting one. The first thing that needs to be done is making an audio interface. No audio capture except possibly through USB, which would give me concerns about latency.
__________________
*** Tasty Licks *** a collection of my music.
Reply With Quote
  #22  
Old 02-06-2013, 09:59 AM
eriwebnerr eriwebnerr is offline
Senior Member
 
Join Date: Aug 2008
Location: Upstate New York, USA
Posts: 441
Quote:
Originally Posted by Lightcraft View Post
Interesting thread...is anyone still playing with the Pi for audio work?
It seems that they put most of its architecture towards graphics. Some reporting Xbox 1 level graphics out of this unit. You can even install Xbox media center (XBMC) on one of these:

http://wiki.xbmc.org/index.php?title=Raspberry_Pi

Another interesting option to me is the "A13-OLinuXino"
It costs a little more but has far more I/O and an optional (and very affordable) 7" touch screen that plugs right into it. You can get the whole package with touchscreen for 100 EUR ($135) / 45 EUR for just the board.

Now THAT would be a cool little device - say if it could run plugins, process midi and had a touch screen - like a Muse box but cheaper and with a screen!
__________________
This section reserved for a pithy statement and/or a list of gear no one will read
Reply With Quote
  #23  
Old 02-06-2013, 11:46 AM
fly135 fly135 is offline
Senior Member
 
Join Date: Nov 2007
Location: Orlando
Posts: 704
That A13-OLinuXino looks interesting. It already has an audio input.
__________________
*** Tasty Licks *** a collection of my music.
Reply With Quote
  #24  
Old 02-06-2013, 12:44 PM
gulliver gulliver is offline
Supporting Member
 
Join Date: Jun 2005
Location: Buffalo, NY
Posts: 4,714
Can you just hack a tablet for most of these applications? You can get a good refurb android tablets for sub $175 these days.

EDIT: I guess not, looks like this has a special development language written for it which you won't find for a tablet (yet).
__________________
The Poet, a Rock Musical
Work in progress at: www.thepoet.org
Reply With Quote
  #25  
Old 02-06-2013, 02:04 PM
eriwebnerr eriwebnerr is offline
Senior Member
 
Join Date: Aug 2008
Location: Upstate New York, USA
Posts: 441
Quote:
Originally Posted by gulliver View Post
Can you just hack a tablet for most of these applications? You can get a good refurb android tablets for sub $175 these days.

EDIT: I guess not, looks like this has a special development language written for it which you won't find for a tablet (yet).
Forgot to post a link for the A13-OLinuXino if anyone is interested:

https://www.olimex.com/Products/OLin...A13-OLinuXino/

I was wondering the same (about the tablets). The processors on these small boards are the same (I believe) as used in tablets (ARM processors).
The advantages are low power consumption the disadvantages are processing power and compatibility (in general the apps and OS need to be specially compiled for these processors).

I think these little boards make a good foundation for something small and cheap, but at the end of the day they would need a dedicated processor for audio. It may be that this could be accomplished via USB, but I'm not sure.
__________________
This section reserved for a pithy statement and/or a list of gear no one will read
Reply With Quote
  #26  
Old 03-15-2013, 05:46 PM
Scrutinizer Scrutinizer is offline
Gold Supporting Member
 
Join Date: Sep 2002
Location: Lower Left
Posts: 1,252
Made a case for my RPi from a Hammond 1590B.



Reply With Quote
  #27  
Old 03-16-2013, 09:27 AM
fly135 fly135 is offline
Senior Member
 
Join Date: Nov 2007
Location: Orlando
Posts: 704
Looks good Scrutinizer. What are your plans for the audio I/O? A USB audio interface?
__________________
*** Tasty Licks *** a collection of my music.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 11:27 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©1999-2013, The Gear Page, LLC, Brian Scherzer
All rights reserved.
Header Graphic by NetThink 21