electro-music.com   Dedicated to experimental electro-acoustic
and electronic music
 
    Front Page  |  Articles  |  Radio
 |  Media  |  Forum  |  Links  |  Store
Forum with support of Syndicator RSS
 FAQFAQ   CalendarCalendar   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   LinksLinks GalleryGallery 
 RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in  Chat RoomChat Room 
 Forum index » DIY Hardware and Software » ChucK programming language
Embedded ChucK Effects Pedal
Post new topic   Reply to topic Moderators: Kassen
Page 1 of 1 [9 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
Author Message
Inventor



Joined: Oct 13, 2007
Posts: 1153
Location: Florida, USA
Audio files: 50

PostPosted: Fri Mar 28, 2008 3:05 pm    Post subject: Embedded ChucK Effects Pedal
Subject description: A thought about one posiible future of ChucK
Reply with quote  Mark this post and the followings unread

What if we used a PC/104 system to make a ChucKian guitar effects box? We could download ChucK and a bunch of ChucK files to it and set it up for all sorts of effects. Not that anyone would ever do it cause I'm sure there are other existing solutions, but it's a nice concept. I want one already...

PC/104 Wikipedia page:

http://en.wikipedia.org/wiki/PC104

_________________
@(ºoº)@ ><}}}º> ~(^.^) <:3 )~
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Inventor



Joined: Oct 13, 2007
Posts: 1153
Location: Florida, USA
Audio files: 50

PostPosted: Fri Mar 28, 2008 4:00 pm    Post subject: Reply with quote  Mark this post and the followings unread

Never mind, I just found this:

http://www.zzounds.com/item--ZOMG92TT

which is a $400 effects pedal with everything.

But still no thunderstorm...

_________________
@(ºoº)@ ><}}}º> ~(^.^) <:3 )~
Back to top
View user's profile Send private message Send e-mail Visit poster's website
radarsat1



Joined: Mar 14, 2008
Posts: 14
Location: Montreal

PostPosted: Sat Mar 29, 2008 9:55 am    Post subject: Reply with quote  Mark this post and the followings unread

Look at this thing...

http://www.line6.com/news/pressReleases/644

basically a $200 embedded DSP developer kit.
I can't wait to start porting software to it. Smile
Says available in "spring 2008"!
Back to top
View user's profile Send private message
Inventor



Joined: Oct 13, 2007
Posts: 1153
Location: Florida, USA
Audio files: 50

PostPosted: Sat Mar 29, 2008 4:16 pm    Post subject: Reply with quote  Mark this post and the followings unread

yeah, that looks awesome! It requires a PC, but I do have an old notebook lying around that I could use. That's $200 plus the cost of a pedal and I guess cartridges, but still cheap for what it is. Thanks for the info!
_________________
@(ºoº)@ ><}}}º> ~(^.^) <:3 )~
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kijjaz



Joined: Sep 20, 2004
Posts: 452
Location: bangkok, thailand
Audio files: 2

PostPosted: Sun Mar 30, 2008 6:14 am    Post subject: Reply with quote  Mark this post and the followings unread

It's a very nice idea. I usually use ChucK as an effect for various instruments..
but you might wanna need a quite low latency,
so a faster PC or a fast operating system would help a lot.
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
deknow



Joined: Sep 15, 2004
Posts: 1303
Location: Leominster, MA (USA)
G2 patch files: 15

PostPosted: Sun Mar 30, 2008 7:50 am    Post subject: Reply with quote  Mark this post and the followings unread

...my understanding of the line 6 product is that it is $200 _including_ the pedal with usb connector, software, and one programable module.

deknow
Back to top
View user's profile Send private message Send e-mail
radarsat1



Joined: Mar 14, 2008
Posts: 14
Location: Montreal

PostPosted: Sun Mar 30, 2008 9:31 am    Post subject: Reply with quote  Mark this post and the followings unread

That said, you can get quite low latency on PC's now-a-days, if you runs a minimal amount of software and have the linux kernel compiled for 1 KHz.
I'd love to have an extra tiny box lying around just to run audio processing code. Something small and fanless, like a PicoITX. Add some buttons somehow and presto...

well that's the hard part with PCs actually, is adding any extra IO.
PC/104 isn't too bad for that I guess.

I've also been wanting to see how much real-time audio processing you can get out of a gumstix. http://www.gumstix.org/

These things are pretty awesome and you can get audio attachments for them that have GPIO and ADC/DAC. (the robo-audio)

Advantage is that they are _tiny_ and come pre-installed with Linux, so you can just cross-compile your software, upload it and go. Downside is that, being ARM processors, they don't have a floating-point unit, so for audio that could be a big problem.
Back to top
View user's profile Send private message
Inventor



Joined: Oct 13, 2007
Posts: 1153
Location: Florida, USA
Audio files: 50

PostPosted: Mon Mar 31, 2008 1:13 am    Post subject: Reply with quote  Mark this post and the followings unread

The gumstix look amazing, but too bad about the lack of floating point. That's not very ChucKtastic Rolling Eyes

PC-104 is ultra-durable with silicon hard drives and no moving parts, but would be pricey and have custom headaches. Rolling Eyes

How about a $599 Mac Mini in a metal box? It's a little pricey, but it serves as your PC too. I happen to have some shock foam saved for 15 years for just such a purpose. I think it's still good.

Or for that matter, one could just get a notebook and build a thin suitcase to hold it and the audio interface device. That's what Gibson did on their high-end digital guitar with six analog outputs.

To really go in style one could mount a 20 or 24 inch iMac in one of those metal suitcases. That's one big guitar pedal, but you get a 20 inch screen for the price of a small notebook. That would help if you're running something like Synth Lab because of all those windows, sheesh!

Have I rambled on enough? Thanks for your patience... Just typing out loud again...

_________________
@(ºoº)@ ><}}}º> ~(^.^) <:3 )~
Back to top
View user's profile Send private message Send e-mail Visit poster's website
radarsat1



Joined: Mar 14, 2008
Posts: 14
Location: Montreal

PostPosted: Mon Mar 31, 2008 5:45 am    Post subject: Reply with quote  Mark this post and the followings unread

I suppose now would be a good time to mention AudioPint.. Smile
http://audiopint.org/

Again though, the problem with PCs is adding extra IO. The parallel port used to be a good way to do this, but they are slowly disappearing..

I suppose you can still buy a parallel-to-USB converter, but I'm not sure how well they work.

It's a shame to have to build something like an Arduino just to be able to read a 5 volt digital signal. I guess it could be worse though, they are only like $20 to buy I think.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Moderators: Kassen
Page 1 of 1 [9 Posts]
View unread posts
View new posts in the last week
Mark the topic unread :: View previous topic :: View next topic
 Forum index » DIY Hardware and Software » ChucK programming language
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
Top Selling Products! CLICK HERE!

Please support our site. If you click through and buy from
our affiliate partners, we earn a small commission.


Forum with support of Syndicator RSS
Powered by phpBB © 2001, 2005 phpBB Group
Copyright © 2003, 2004, 2005, 2006 and 2007 by electro-music.com