LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   guitar fx programs (https://www.linuxquestions.org/questions/linux-software-2/guitar-fx-programs-684524/)

ninja master 11-19-2008 03:21 AM

guitar fx programs
 
so far i have found 2 guitar fx programs that work half way decent that are not command line. the first is gnuitar, and the second is ExEf. if anyone knows of any other decent guitar fx programs give me a shout.

i am seeking a guitar fx program that has tap tempo, and reverse delay, with a semi decent gui for retarded rock stars like myself.

irish_rover 11-20-2008 06:00 PM

Found this one, but haven't tried it.

http://zyzstar.kosoru.com/?creox

ninja master 11-20-2008 09:00 PM

ok my GCC and QT are newer than what his were, and i had compile issues. make freaked out @ the java section. =( but THANKS for the link and heads up. i emailed him requesting to update the package, and possibly make an RPM so my slackware machine could deal with it.

irish_rover 11-20-2008 09:35 PM

I don't know how much it has been worked on or updated. I tried it, not too bad. Most effects work well the distortion is a little touchy. Would be nice to see this get picked up, maybe rolled into another project.

How has your mileage been with the other two you mentioned.

ninja master 12-01-2008 03:14 AM

my machines not the greatest, exef has shown _alot_ of potential. gnuitar while also very good could use some work. i usually get the programs to freak out a half hour into there use, but then again my systems not configured perfectly.

ninja master 12-01-2008 03:17 AM

what package did you use? im compiling from source the 2.1 tarball right now

ninja master 12-01-2008 03:22 AM

ok the 2.1 gave me a TON of errors, the 2.2rc2 errored once during make
threadeffector.cpp:93: error: 'EBUSY' was not declared in this scope
2.2rc2 seemed to get quite a bit further in the building than 2.1

irish_rover 12-01-2008 04:38 PM

I'm running Kubuntu on my main desktop so I just used apt to grab them. I have a feeling it's not really to well maintained anymore, but that's just a guess.

johnson_steve 12-01-2008 04:44 PM

I haven't used any of those programs, but I have been using ecamegapedal for years and I'm very happy with it.

irish_rover 12-01-2008 04:51 PM

Anybody tried Jack Rack?

ninja master 12-01-2008 11:08 PM

i cannot get jack rack to connect for the life of me to the jack server. i also have alot of trubble with rakarrack in the same regards.

ecamegapedal is new to me.

yes i had checked the "slapt" repositories for slackware with nothing regarding creox or ecamegapedal. ill look up the source for eca megapedal and report back

johnson_steve 12-01-2008 11:19 PM

I supose it's a bit old now. (2004) but it's based on ecasound (a powerful cli sound engine) and has a nice frontend. you can process files or live sound. (I usualy use it on my laptop between my bass and my amp.) it has some great presets and uses ladspa plugins so you can create your own. OTOH: I'm using it because it is in my repository (gentoo's portage) IDK how hard it might be to install from the source and exef and gnuitar are not available to me through portage so I haven't tried them.

Edit: creox is in portage so I'll give it a shot. It's a jack program though; when I'm recording I use ladspa plugins directly in ardour or stompboxes, when playing live I like that ecamegapedal just uses the soundcard directly nothing else needs to be running.

More Edit: maybee I won't try creox not only does it need jack; it needs arts. I'm not on kde and don't like arts.

ninja master 12-01-2008 11:29 PM

i get build errors on ecamegapedal, apparently i didnt have timidity installed? slapt-get installed timidity.... reconfigured now running gmake again. again same errors.
Code:

(.text+0x301): undefined reference to `MIDI_CLIENT::register_server(MIDI_SERVER*)'
/usr/lib/libecasound.a(audiofx_misc.o): In function `EFFECT_DCFIX::process()':
(.text+0x597): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_COMPRESS::process()':
(.text+0x7e6): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_COMPRESS::process()':
(.text+0x82a): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_AMPLIFY_CHANNEL::process()':
(.text+0x9c3): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_AMPLIFY::process()':
(.text+0xa12): undefined reference to `SAMPLE_ITERATOR::begin()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_AMPLIFY::process()':
(.text+0xa37): undefined reference to `SAMPLE_ITERATOR::next()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_LIMITER::process()':
(.text+0xa63): undefined reference to `SAMPLE_ITERATOR::begin()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_LIMITER::process()':
(.text+0xa9c): undefined reference to `SAMPLE_ITERATOR::next()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_NORMAL_PAN::process()':
(.text+0xaeb): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_NORMAL_PAN::process()':
(.text+0xb29): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_NOISEGATE::process()':
(.text+0x1426): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_NOISEGATE::process()':
(.text+0x14d7): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_AMPLIFY_CLIPCOUNT::process()':
(.text+0x20c3): undefined reference to `SAMPLE_ITERATOR::begin()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_AMPLIFY_CLIPCOUNT::process()':
(.text+0x20de): undefined reference to `SAMPLE_ITERATOR::next()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_VOLUME_BUCKETS::process()':
(.text+0x490): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_VOLUME_BUCKETS::process()':
(.text+0x4cb): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_DCFIND::process()':
(.text+0x852): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_DCFIND::process()':
(.text+0x885): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_VOLUME_PEAK::process()':
(.text+0x8e3): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_VOLUME_PEAK::process()':
(.text+0x932): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONANT_BANDPASS::process()':
(.text+0xa06): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONANT_BANDPASS::process()':
(.text+0xa99): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_LOWPASS_SIMPLE::process()':
(.text+0xad6): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_LOWPASS_SIMPLE::process()':
(.text+0xb51): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_BW_FILTER::process()':
(.text+0xb86): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_BW_FILTER::process()':
(.text+0xc5b): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONATOR::process()':
(.text+0xc96): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONATOR::process()':
(.text+0xd2b): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONANT_LOWPASS::process()':
(.text+0xd66): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONANT_LOWPASS::process()':
(.text+0xe73): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_INVERSE_COMB_FILTER::process()':
(.text+0xeb6): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_INVERSE_COMB_FILTER::process()':
(.text+0xee1): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_ALLPASS_FILTER::process()':
(.text+0x1b06): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_ALLPASS_FILTER::process()':
(.text+0x1bd4): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_COMB_FILTER::process()':
(.text+0x1d26): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_COMB_FILTER::process()':
(.text+0x1d76): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_rcfilter.o): In function `EFFECT_RC_LOWPASS_FILTER::process()':
(.text+0xe6): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_rcfilter.o): In function `EFFECT_RC_LOWPASS_FILTER::process()':
(.text+0x189): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_reverb.o): In function `ADVANCED_REVERB::process()':
(.text+0x366): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_reverb.o): In function `ADVANCED_REVERB::process()':
(.text+0x513): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_CHORUS::process()':
(.text+0x1f1): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_CHORUS::process()':
(.text+0x27e): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_PHASER::process()':
(.text+0x44e): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_PHASER::process()':
(.text+0x50d): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_FLANGER::process()':
(.text+0x70e): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_FLANGER::process()':
(.text+0x7c5): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_DELAY::process()':
(.text+0xc2b): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_DELAY::process()':
(.text+0xc41): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_FAKE_STEREO::process()':
(.text+0x264b): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_FAKE_STEREO::process()':
(.text+0x265e): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_REVERB::process()':
(.text+0x292b): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_timebased.o):(.text+0x293e): more undefined references to `SAMPLE_ITERATOR_CHANNEL::begin(int)' follow
/usr/lib/libecasound.a(midi-cc.o): In function `MIDI_CONTROLLER::MIDI_CONTROLLER(int, int)':
(.text+0xd3): undefined reference to `MIDI_CLIENT::MIDI_CLIENT()'
/usr/lib/libecasound.a(midi-cc.o): In function `MIDI_CONTROLLER::MIDI_CONTROLLER(int, int)':
(.text+0x273): undefined reference to `MIDI_CLIENT::MIDI_CLIENT()'
/usr/lib/libecasound.a(midi-server.o): In function `MIDI_SERVER::parse_receive_queue()':
(.text+0x77c): undefined reference to `MIDI_PARSER::is_status_byte(unsigned char)'
/usr/lib/libecasound.a(midi-server.o): In function `MIDI_SERVER::parse_receive_queue()':
(.text+0x7a4): undefined reference to `MIDI_PARSER::is_voice_category_status_byte(unsigned char)'
/usr/lib/libecasound.a(midi-server.o): In function `MIDI_SERVER::parse_receive_queue()':
(.text+0x822): undefined reference to `MIDI_PARSER::is_system_common_category_status_byte(unsigned char)'
collect2: ld returned 1 exit status
gmake[3]: *** [ecamegapedal] Error 1
gmake[3]: Leaving directory `/home/mkultra/Desktop/ecamegapedal-0.4.4/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/mkultra/Desktop/ecamegapedal-0.4.4/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/mkultra/Desktop/ecamegapedal-0.4.4'
gmake: *** [all] Error 2


ninja master 12-01-2008 11:32 PM

i get build errors on ecamega pedal, i installed timidity++, and still the same error.
try exef, its easy as pie to build from source, and will rock without jack or artsd
has a handy tuner, and several packages of presets.
Code:

(.text+0x301): undefined reference to `MIDI_CLIENT::register_server(MIDI_SERVER*)'
/usr/lib/libecasound.a(audiofx_misc.o): In function `EFFECT_DCFIX::process()':
(.text+0x597): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_COMPRESS::process()':
(.text+0x7e6): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_COMPRESS::process()':
(.text+0x82a): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_AMPLIFY_CHANNEL::process()':
(.text+0x9c3): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_AMPLIFY::process()':
(.text+0xa12): undefined reference to `SAMPLE_ITERATOR::begin()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_AMPLIFY::process()':
(.text+0xa37): undefined reference to `SAMPLE_ITERATOR::next()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_LIMITER::process()':
(.text+0xa63): undefined reference to `SAMPLE_ITERATOR::begin()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_LIMITER::process()':
(.text+0xa9c): undefined reference to `SAMPLE_ITERATOR::next()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_NORMAL_PAN::process()':
(.text+0xaeb): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_NORMAL_PAN::process()':
(.text+0xb29): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_NOISEGATE::process()':
(.text+0x1426): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_NOISEGATE::process()':
(.text+0x14d7): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_AMPLIFY_CLIPCOUNT::process()':
(.text+0x20c3): undefined reference to `SAMPLE_ITERATOR::begin()'
/usr/lib/libecasound.a(audiofx_amplitude.o): In function `EFFECT_AMPLIFY_CLIPCOUNT::process()':
(.text+0x20de): undefined reference to `SAMPLE_ITERATOR::next()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_VOLUME_BUCKETS::process()':
(.text+0x490): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_VOLUME_BUCKETS::process()':
(.text+0x4cb): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_DCFIND::process()':
(.text+0x852): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_DCFIND::process()':
(.text+0x885): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_VOLUME_PEAK::process()':
(.text+0x8e3): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_analysis.o): In function `EFFECT_VOLUME_PEAK::process()':
(.text+0x932): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONANT_BANDPASS::process()':
(.text+0xa06): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONANT_BANDPASS::process()':
(.text+0xa99): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_LOWPASS_SIMPLE::process()':
(.text+0xad6): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_LOWPASS_SIMPLE::process()':
(.text+0xb51): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_BW_FILTER::process()':
(.text+0xb86): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_BW_FILTER::process()':
(.text+0xc5b): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONATOR::process()':
(.text+0xc96): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONATOR::process()':
(.text+0xd2b): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONANT_LOWPASS::process()':
(.text+0xd66): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_RESONANT_LOWPASS::process()':
(.text+0xe73): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_INVERSE_COMB_FILTER::process()':
(.text+0xeb6): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_INVERSE_COMB_FILTER::process()':
(.text+0xee1): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_ALLPASS_FILTER::process()':
(.text+0x1b06): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_ALLPASS_FILTER::process()':
(.text+0x1bd4): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_COMB_FILTER::process()':
(.text+0x1d26): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_filter.o): In function `EFFECT_COMB_FILTER::process()':
(.text+0x1d76): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_rcfilter.o): In function `EFFECT_RC_LOWPASS_FILTER::process()':
(.text+0xe6): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_rcfilter.o): In function `EFFECT_RC_LOWPASS_FILTER::process()':
(.text+0x189): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_reverb.o): In function `ADVANCED_REVERB::process()':
(.text+0x366): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_reverb.o): In function `ADVANCED_REVERB::process()':
(.text+0x513): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_CHORUS::process()':
(.text+0x1f1): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_CHORUS::process()':
(.text+0x27e): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_PHASER::process()':
(.text+0x44e): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_PHASER::process()':
(.text+0x50d): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_FLANGER::process()':
(.text+0x70e): undefined reference to `SAMPLE_ITERATOR_CHANNELS::begin()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_FLANGER::process()':
(.text+0x7c5): undefined reference to `SAMPLE_ITERATOR_CHANNELS::next()'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_DELAY::process()':
(.text+0xc2b): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_DELAY::process()':
(.text+0xc41): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_FAKE_STEREO::process()':
(.text+0x264b): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_FAKE_STEREO::process()':
(.text+0x265e): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_timebased.o): In function `EFFECT_REVERB::process()':
(.text+0x292b): undefined reference to `SAMPLE_ITERATOR_CHANNEL::begin(int)'
/usr/lib/libecasound.a(audiofx_timebased.o):(.text+0x293e): more undefined references to `SAMPLE_ITERATOR_CHANNEL::begin(int)' follow
/usr/lib/libecasound.a(midi-cc.o): In function `MIDI_CONTROLLER::MIDI_CONTROLLER(int, int)':
(.text+0xd3): undefined reference to `MIDI_CLIENT::MIDI_CLIENT()'
/usr/lib/libecasound.a(midi-cc.o): In function `MIDI_CONTROLLER::MIDI_CONTROLLER(int, int)':
(.text+0x273): undefined reference to `MIDI_CLIENT::MIDI_CLIENT()'
/usr/lib/libecasound.a(midi-server.o): In function `MIDI_SERVER::parse_receive_queue()':
(.text+0x77c): undefined reference to `MIDI_PARSER::is_status_byte(unsigned char)'
/usr/lib/libecasound.a(midi-server.o): In function `MIDI_SERVER::parse_receive_queue()':
(.text+0x7a4): undefined reference to `MIDI_PARSER::is_voice_category_status_byte(unsigned char)'
/usr/lib/libecasound.a(midi-server.o): In function `MIDI_SERVER::parse_receive_queue()':
(.text+0x822): undefined reference to `MIDI_PARSER::is_system_common_category_status_byte(unsigned char)'
collect2: ld returned 1 exit status
gmake[3]: *** [ecamegapedal] Error 1
gmake[3]: Leaving directory `/home/mkultra/Desktop/ecamegapedal-0.4.4/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/mkultra/Desktop/ecamegapedal-0.4.4/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/mkultra/Desktop/ecamegapedal-0.4.4'
gmake: *** [all] Error 2


ninja master 12-01-2008 11:33 PM

my eca sound is 2.5.2


All times are GMT -5. The time now is 01:51 PM.