Search found 9 matches

by mazarick
Wed Mar 04, 2009 1:09 am
Forum: Newbies & Support
Topic: Trying to compile gigedit on CCRMA (Fedora 8)
Replies: 9
Views: 8071

Re: Trying to compile gigedit on CCRMA (Fedora 8)

SOLVED!! I'm almost ashamed to say how it was solved... I did a lot of futzing around with it and tried editing the makefiles, selecting a part of the compilation process and duplicating the problem, then removing each include header hoping to find the guilty culprit... In the end, I had decided to ...
by mazarick
Tue Mar 03, 2009 7:49 pm
Forum: Newbies & Support
Topic: Trying to compile gigedit on CCRMA (Fedora 8)
Replies: 9
Views: 8071

Re: Trying to compile gigedit on CCRMA (Fedora 8)

I'm looking over my spelling mistakes in the previous postings and am starting to get a bit embarrassed!! I'm also looking at your previous suggestion and realize that you had pointed out what I figured out (insert the ";") which brought success. I'll try to be more deliberate in my postings and 'lo...
by mazarick
Tue Mar 03, 2009 7:06 pm
Forum: Newbies & Support
Topic: Trying to compile gigedit on CCRMA (Fedora 8)
Replies: 9
Views: 8071

Re: Trying to compile gigedit on CCRMA (Fedora 8)

Thanks, Andreas!! Here's what I get when I take this suggestions: [root@localhost test]# cat test.cpp #include <gtkmm/main.h> #include <gtkmm/window.h> int main(int argc, char **argv) { Gtk::Main app(argc, argv); Gtk::Window w; app.run(w); return 0 } [root@localhost test]# g++ test.cpp `pkg-config -...
by mazarick
Sun Mar 01, 2009 11:09 pm
Forum: Newbies & Support
Topic: Trying to compile gigedit on CCRMA (Fedora 8)
Replies: 9
Views: 8071

Re: Trying to compile gigedit on CCRMA (Fedora 8)

I tried the minimal program that was listed in the link. I edited it an created something I called 'test.cpp'. I read the reply that the user should be using: First of all, you really should be using #include <gtkmm/main.h> not #include <gtkmm-2.4/gtkmm/main.h> However, using the prefix or not doen'...
by mazarick
Sun Mar 01, 2009 8:12 pm
Forum: Newbies & Support
Topic: Trying to compile gigedit on CCRMA (Fedora 8)
Replies: 9
Views: 8071

Re: Trying to compile gigedit on CCRMA (Fedora 8)

Well, I continue to be stumped... The dev libraries are all in place and (just to make sure) all of the Include directories listed are there also.

-Mike
by mazarick
Sun Mar 01, 2009 7:15 pm
Forum: Tips & Tricks
Topic: Reverb
Replies: 20
Views: 79226

Re: Reverb

What is your opinion on how the GigaStudio Convolution Reverb stacks up with the open source solutions? Based on what you are seeing, is there an open source solution that is 'on the right track' or has the right aproach? Would we be better off sending the dry audio signals somewhere else and back a...
by mazarick
Sun Mar 01, 2009 6:47 pm
Forum: Newbies & Support
Topic: Trying to compile gigedit on CCRMA (Fedora 8)
Replies: 9
Views: 8071

Re: Trying to compile gigedit on CCRMA (Fedora 8)

There's not a lot of pointers (or I would have figured it out myself), but here goes what I know: from this point, the addition info about the compile options is given below: ... make[3]: Entering directory `/root/Download/gigedit/gigedit-0.1.1/src/gigedit' /bin/sh ../../libtool --tag=CXX --mode=com...
by mazarick
Sun Mar 01, 2009 5:52 pm
Forum: New Sampler Engine
Topic: Maybe the best "master sample format" has no samples at all!
Replies: 0
Views: 16956

Maybe the best "master sample format" has no samples at all!

I was just looking over this discussion thread. I'm also realizing that there is a fairly significant effort that has already gone into this, and a lot of thought as well, especially since the SFZ format contains major parts of these ideas. To me, the best 'master sample format' would not contain an...
by mazarick
Sun Mar 01, 2009 4:13 pm
Forum: Newbies & Support
Topic: Trying to compile gigedit on CCRMA (Fedora 8)
Replies: 9
Views: 8071

Trying to compile gigedit on CCRMA (Fedora 8)

Well, thru a set of very good fortune and circumstances, I have discovered that LinuxSampler plays gigastudio files extremely well (however, I have noticed some of the distortion discussed elsewhere on some of the gig samples I've downloaded). It could well turn out that the best gigastudio solution...