David,
With the greatest respect to you, and I have a lot of sympathy with
your ideas of GUI's using browser / JS technology, your comments on
Java are bordering on FUD. Â I also don't understand the general
anti-Java diatribe - it's a library, and it has its uses - why treat
it as somehow different to any other library. Â It's still the best
performing VM out there. Â Once JavaScript allows me to write a single
JIT'ed executable that runs cross-platform; links to JACK on Linux,
Windows and Mac; allows sub-5ms latency; and lets me drop live-coded
fragments into the audio graph - then it gets interesting, but until
then JS is still playing catchup! :-)
On 21 November 2011 01:15, David Robillard <d(a)drobilla.net> wrote:
> * Most Windows computers do not have Java.
Source??? Â Last stats I saw showed Java installs not far behind Flash.
 And if you take the "link your own VM" option (which is similar to
the suggestion re. webkit) it's irrelevant anyway.
> * Java is officially deprecated on Mac OS X.
hmm .. Java on Mac is actually looking rosier than it has in a long
time, now that development is taking place officially as part of
OpenJDK.
> * Java will never, ever be available by default on any Microsoft
> platform
That depends - lots of manufacturers install it by default.
> * Java is not included in the default installation of the overwhelming
> majority of free software operating systems
Good! Â Too many distros install far too much by default. Â It's a
library, it's a dependency, and it's there if it's needed.
> * Java requires software installation of some variety (unless you're
> seriously going to suggest using Java applets in 2011 with a straight
> face...)
Applets? Â God, no! :-) Â I've no problem with installation though. Â As
I said before, I don't necessarily see web-apps as the ultimate way
forward - I personally think the app-store model will hold out because
a) app-stores allow certain companies to keep their walled gardens,
and b) writing for the browser is always going to be writing to the
lowest common denominator.
> * Java recently has acquired a lot of legal questions making it not
> exactly the wisest investment for new technology.
Nothing that affects OpenJDK though.
> * There are many cutting edge modern browser implementations, and
> activity here is moving at an astonishing pace. Â Java is a dinosaur.
>
A dinosaur that the others are still trying to catch up with, mind you!
> Regardless, if I may take the liberty of speaking for this community,
> making people use Java for something is a sure-fire way of ensuring they
> don't use it.
And I'll take the liberty of saying I think that's a daft attitude to
have! :-) Â If the application performs a function I need, then I'll
consider using it, regardless of what technology underlies it.
Best wishes, Neil
--
Neil C Smith
Artist : Technologist : Adviser
http://neilcsmith.net
Thanks guys!
I actually tried j2a but now i realise that i forgot the -e option to
expose the hw ports. Doh!
I'll give it another try tonight.
Thanks!
Grtz
Thijs
On 9 Dec 2011 00:12, "Harry van Haaren" <harryhaaren(a)gmail.com> wrote:
Hello Thijs,
I think you might be under the impression that FFADO MIDI and ALSA MIDI are
roughly the same, they're not...
FFADO is a backend that you can run JACK on top of. If you run JACK with
the FFADO as the "driver", then JACK will be able to send MIDI commands to
your Saffire. ALSA MIDI is a totally different "MIDI".
The upside: There's a program "a2jmidi" which will put all your ALSA MIDI
ports into the JACK MIDI graph, then you can connect any ALSA MIDI out to
JACK MIDI in, and vice versa.
"a2jmidid" is the name of the package on debian based systems.
Running is usually most benificial like so:
a2jmidid -e &
so that it keeps scanning the ALSA MIDI graph for changes, and will update
the JACK MIDI ports available.
Good luck! -Harry
On Thu, Dec 8, 2011 at 9:57 PM, thijs van severen <thijsvanseveren(a)gmail.com>
wrote:
> >
> > Hi all
> >
> > i'm trying to use 'amidi' to send a simple midi message to the midi out
> port of my fi...
> _______________________________________________
> Linux-audio-dev mailing list
> Linux-audio-dev(a)lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-dev
>
>
Hi all
i'm trying to use 'amidi' to send a simple midi message to the midi out
port of my firewire (FFADO backend) audio device. a Saffire LE.
to do this i simply need to specify the port i want to send the data to,
however i can only select one of the ALSA midi devices listed under
/dev/snd/ and the firewire midi ports are all Jack midi ports and thus not
listed here.
but where are these listed ?
or should i be doing things differently ?
grtz
Thijs
--
follow me on my Audio & Linux blog <http://audio-and-linux.blogspot.com/> !
Hello all,
First release of zita-dpl1. Look-ahead digital peak limiter.
1-16 channels (highest one determines gain reduction).
More at <http://kokkinizita.linuxaudio.org/linuxaudio>.
Enjoy !
--
FA
Vor uns liegt ein weites Tal, die Sonne scheint - ein Glitzerstrahl.
Hello all,
Trying out Ardour3 but I'm blocked...
I deep-copied an existing A2 session, paradiso-2, to /audio/ardour3-sessions.
But A3 complains that it can't find the audio files in
/audio/ardour3-sessions/paradiso-2/interchange/paradiso-2/audiofiles
which is the right place, and the files are there.
???
--
FA
Vor uns liegt ein weites Tal, die Sonne scheint - ein Glitzerstrahl.
Hi all,
I'm glad to announce the release of NASPRO 0.3.0.
NASPRO (http://naspro.atheme.org/) is meant to be a cross-platform
sound processing software architecture built around the LV2 plugin
standard (http://lv2plug.in/).
The goal of the project is to develop a series of tools to make it
easy and convenient to use LV2 for sound processing on any (relevant)
platform and for everybody: end users, host developers, plugin
developers, distributors and scientists/researchers.
This release introduces a new simple command line effect processor
using LV2 plugins called LV2proc, adds experimental translation of
DSSI programs to LV2 presets, breaks the API of lower level libraries
to make them slimmer and more efficient, and includes as usual
bugfixing and improvements here and there. You can find detailed
ChangeLogs in the tarballs.
It includes:
NASPRO core: the portable runtime library at the bottom of the architecture;
NASPRO Bridge it: a little helper library to develop
insert-your-API-here to LV2 bridges;
NASPRO bridges: a collection of bridges to LV2 which, once
installed, allow you to use plugins developed for other plugin
standards in LV2 hosts;
LV2proc: a simple command line effect processor using LV2 plugins.
In particular, the NASPRO bridges collection includes two bridges: a
LADSPA (http://www.ladspa.org/) 1.1 and a DSSI
(http://dssi.sourceforge.net/) 1.0.0/1.1.0 bridge.
NASPRO core, NASPRO Bridge it and NASPRO bridges are released under
the LGPL 2.1, while LV2proc is released under the GPL 3.
Enjoy!
Hi,
I'd like to announce version 0.8.3 alpha of some DDP mastering tools
I've written for Linux. If you are interested, and especially if
you have other software which reads or writes DDP please test! I'm
not a professional C programmer, but a recording producer, so I
appreciate any input!
http://ddp.andreasruge.de
Cue2ddp converts cue/wav CD images into DDP 2.0 images, the format
that plants often use internally to drive their glass mastering
process. So when using DDP instead of an audio CD plants will
usually not mess around with your project anymore, but just press
what you send them. (Which can be a good thing.)
Aside from the software mentioned I'd like to find out what people
think is the best workflow for final CD mastering including DDP. By
having cue2ddp as a stand-alone program, it can be used with all
programs which can export cue/wav. Is that flexible enough, would
you want other input formats? Or would you rather want to see an
interface which can be more tighlty integrated into ofther software?
Let's say cue2ddp would accept cue sheet *and* audio data from
stdin, then any software could simply pipe into it. Very low tech,
I know, but reading the DDP license I'm not sure if I can release a
proper DDP library as open source (let me know if you think
atherwise: www.dcainc.com).
Also while we are at it, is there any need for other (proprietary)
CD image formats, like .pmi (Pyramix Workstation), or JAM on OSX?
Regards,
Andreas
--
Andreas Ruge
recording producer/balance engineer
Germany
Hello, is the samplecat dev on the list or does someone have his mail?
The feedback form on
http://samplecat.orford.org/
is broken and I leaved a comment some days ago, which is still waiting
moderation, and I fear it got lost.
best wishes,
renato