Dave Robillard:
>
> (Random thought) A MIDI sequencer where you can draw control curves over the
> tracks (like ardour volume and whatnot) would be very cool.. esp. for
> electronic music (like, say, trance) when the control parameters are as
> important as the notes themselves
>
Perhaps you would be interested in working on my music-editor Radium then?
http://www.notam02.no/radium/
Its about 98% functional for linux now, but I haven't released or updated
cvs for a very long time. I really should do that.
--
Samuel Abels:
> > > As nice as Ardour may be, I personaly still prefer the interfaces of
> > > modern UI toolkits, in combination with a nice Object Oriented language
> > > (aka C++ :) ).
> >
> > If you want to write C++, why do you want GTK??? Use a C++-toolkit like Qt.
>
> Despite the fact that this is often discussed as a matter of religion, I
> prefer gtkmm because it fits better into the GNOME environment.
>
> Also, this is from the gtkmm-documentation:
>
> http://www.murrayc.com/murray/talks/2002/GUADEC3/notes/html/index.html#id27…
>
> "QT originates from a time when C++ was not standardised or well
> supported by compilers. Its design today is still based upon the choices
> available at that time, so it does not play well with more up-to-date
> code. Development of QT is still effectively closed - There is still no
> public development mailing list, and TrollTech have the normal corporate
> conservatism. As an open-source project, its design would have been
> improved through public debate, and it would have been possible to
> jettison the baggage.
>
<snip>
> So, in essence, gtkmm does it in a more C++ way. :-) (But please let us
> not make this a flame; may everyone be free to choose whatever toolkit
> he likes best. ;) )
Then my question becomes:
Why on earth use C++? Use a desent high-level non-crippled language like
lisp, python or ruby. The lowlevel stuff must of course be written in
c/c++ or something, but only a very small amount of multitracker-code is
that low-level. Yes, I have made _huge_ programs in C myself, but that was
only because I was so damned inexperienced and had so damned slow machine
to work on at the time.
Today, where there are so many descent libraries for
lisp/python/ruby/ada(?)/etc(?), and the machines are so fast,
as good as no one should use c++ for high-level things. You'll
waste time.
Yes, this might start a flame-war, but I really think people
should be aware of the C/C++-stupidness.
--
Jan Depner:
> > Why on earth use C++? Use a desent high-level non-crippled language like
> > lisp, python or ruby. The lowlevel stuff must of course be written in
> > c/c++ or something, but only a very small amount of multitracker-code is
> > that low-level. Yes, I have made _huge_ programs in C myself, but that was
> > only because I was so damned inexperienced and had so damned slow machine
> > to work on at the time.
> >
> > Today, where there are so many descent libraries for
> > lisp/python/ruby/ada(?)/etc(?), and the machines are so fast,
> > as good as no one should use c++ for high-level things. You'll
> > waste time.
> >
> > Yes, this might start a flame-war, but I really think people
> > should be aware of the C/C++-stupidness.
> >
>
>
> Audio is inherently computationally intensive. So your answer to those
> who have slower machines is "buy better hardware because I don't want to
> bother writing in a language that is fast enough to work on your
> system"? This isn't a flame it's just that I don't understand why you
> consider C/C++ stupid. They have their place. I work on scientific
> applications and I guess I could use Perl or Python or (shudder) MATLAB
> (if you can consider that a language) but I don't because they're too
> slow. Where I work we have a supercomputer (currently at #18 on the top
> 500) and we have applications coded in (again, shudder) FORTRAN. Why?
> Because it's faster than C or C++ on supercomputers. It's better at
> parallel processing. I did FORTRAN programming for 14 years before I
> switched to C (yes, I'm _that_ old). I've also programmed in COBOL,
> BASIC, three or four different assembly languages, Pascal, Java, you
> name it. They all have their place. I just don't get this "my language
> is better than your language" stuff (with the possible exception of ADA
> ;-)
>
Thats not what I said. Or ment at least. I said; use a high-level language
for high-level operations. I'm not saying: Do computer-intensive/realtime
critical operations with lisp/python/ruby/etc. Ardour consist of about
90% GUI code, if I have understood correctly. Those 90% of code could
have been written in a more high-level language with garbage collectors,
proper list-functions, dynamic typing and other helpful things c++ does
not provide because C++ is supposed to be extremely fast, allways.
Or in case not, why not?
--
hi everyone !
it seems our friend dave has been very active again. in case you
haven't seen it yet, here is a nice teaser for the 2nd linux audio
conference in karlsruhe at the end of april:
http://www.linuxjournal.com//article.php?sid=7514
best,
jörn
--
The handles of a craftsman's tools bespeak an absolute simplicity,
the plainest forms affording the greatest range of possibilities for
the user's hand.
That which is overdesigned, too highly specific, anticipates
outcome; the anticipation of outcome guarantees, if not failure, the
absence of grace.
- William Gibson, "All Tomorrow's Parties"
Jörn Nettingsmeier
Kurfürstenstr 49, 45138 Essen, Germany
http://spunk.dnsalias.org (my server)
http://www.linuxaudiodev.org (Linux Audio Developers)
will:
>
> Should people have to upgrade to the latest and greatest hardware all
> the time because programmers want to use the new slow-ass
> resource-hogging Scripting Language Of The Day to write their apps?
> Because they didn't want to "waste time?"
>
Not at all. Modern (6-7 year old or newer) PCes should be fast enough
for common scripting applications.
--
hi steve and list...
i've experiencing some problems with the delayorama plugin ...
if the (feedback * taps) is bigger than 100, there is a big possibility
of clipping / sound getting louder and lounder / the plugin getting
unstable (???)...
i'd suggest to post a warning to stdout or stderr that the plugin will
get unstable when using these values ...
cheers...
Tim mailto:TimBlechmann@gmx.de
ICQ: 96771783
--
The only people for me are the mad ones, the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn,
burn, like fabulous yellow roman candles exploding like spiders across
the stars and in the middle you see the blue centerlight pop and
everybody goes "Awww!"
Jack Kerouac
--
Tim mailto:TimBlechmann@gmx.de
ICQ: 96771783
--
The only people for me are the mad ones, the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn,
burn, like fabulous yellow roman candles exploding like spiders across
the stars and in the middle you see the blue centerlight pop and
everybody goes "Awww!"
Jack Kerouac
hi steve and list again ...
there is another problem with the ladspa plugin flanger, that's quite
annoying ...
if i change the lfo frequency, there is a good chance of the plugin to
become unstable ...
i suppose it's a denormal problem, but i'm not sure ... does anyone have
a hint, what the problem might be, how to solve it?
cheers...
Tim mailto:TimBlechmann@gmx.de
ICQ: 96771783
--
The only people for me are the mad ones, the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn,
burn, like fabulous yellow roman candles exploding like spiders across
the stars and in the middle you see the blue centerlight pop and
everybody goes "Awww!"
Jack Kerouac
--
Tim mailto:TimBlechmann@gmx.de
ICQ: 96771783
--
The only people for me are the mad ones, the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn,
burn, like fabulous yellow roman candles exploding like spiders across
the stars and in the middle you see the blue centerlight pop and
everybody goes "Awww!"
Jack Kerouac
Hi all,
just a little update on what's going on with the upcoming Linux Audio
Conference in Karlsruhe on April 29th - May 2nd: The programme is now
available as a PDF, too - just visit http://www.zkm.de/lad and click on
the PDF link.
While this is not necessarily the absolutely final version of the programme,
there should not be big changes anymore from now on. We have one additional
highlight with a presentation by someone from Hartmann showing the Neuron
(which also uses LinuxInside :-), and in general I'm really quite excited now
about the whole event. I hope you'll like it, too.
The PDF is also ideal to give out at local Linux users group meetings etc to
do some advertising there - we welcome that!
Greetings, (and hope to see some of you soon),
Frank
Hi,
I definitely cannot keep a good tree on the threads I start (take a look at
"PdDSP?" and you'll see what I mean)... I've tried most combinations of those
'[mailing-list]', 'Re:' and 'Place-your-title-here' strings unsuccessfully.
What's the best way to achieve good results, provided I suscribed for a daily
batched message list, and therefore cannot answer directly to the original messages?
Hoping you'll not throw me away to the creeping forum world,
Christian Frisson
Re: ,-)
Frank Barknecht wrote:
> Funnily only at those mails by "Mr. Freeze". ;)
Freezing mails? ;-)
Blame my ISP built-in anywhere-accessible Horde IMP php-based client, randomly
printing plain text:
http://www.horde.org/imp/
Should I go for MIME / HTML transcription?
No, yuk!
> Remember: "All mail clients suck. This one just sucks less."
> (Mutt manual)
So do emails...
http://www-cse.stanford.edu/classes/cs201/projects-00-01/personal-lives/ema…
One point for forums: clear syntax and thread traceability ,-)
No, I don't wanna revive that neverending topic...
Cheers,
Mr°Freeze