Hi all,
As you may or may not have noticed,
linuxaudio.org was rebooted today 15:06 UTC.
The server now features shiny (faster) new virtual HDDs (with backups
and everything..). Sponsored by the Virginia Tech Department of Music
and DISIS.
Cheer a loud "Hip Hip,..." to Ico, who made it possible in the first
place and send Kudos to Brian Maloney from the vt.edu tech dept for
outstanding excellent GNU/Linux support!
All systems go.
robin
Dear List,
I am forwarding this open position, since people on this list might be
interested.
Giso
--------------------
The Center of Competence for Hearing Aid System Technology – HoerTech
gGmbH – is happy to announce a full-time job opening to expand its
research and development team at the earliest possible date. HoerTech is
a leading non-profit research institute in the field of audiological and
acoustical developments related to hearing systems. For a national
research project, we are seeking a qualified and motivated RESEARCH
ASSOCIATE (f/m) with established experience in scientific research in
either audio signal processing, physics, communications engineering,
or similar. The position will be concerned with the further development
of a software platform for hearing aid algorithms ("Master Hearing Aid")
and the development of novel hearing aid algorithms. Another focus can
be the co-development of auditory models for perceptual speech and audio
quality estimation. The opportunity to undertake a doctoral research at
the Oldenburg University is provided.
For details please visit
www.hoertech.de/cgi-bin/wPermission.cgi?file=/web_en/hoertech/job_1.shtml
Hi all, I don't really know if this email should be directed to LAD, or LAU
or just Drobilla devs... anyway:
I'm trying to build Ingen from SVN using all LV2 files (packages,
extensions, tools, etc.) from SVN as well.
During ganv build stage I'm getting this error:
/home/diego/Desktop/ingen/drobilla-lad/ganv/ganv/canvas-base.h:259:2:
error: ISO C++ forbids declaration of ‘cairo_region_t’ with no type
/home/diego/Desktop/ingen/drobilla-lad/ganv/ganv/canvas-base.h:259:16:
error: expected ‘;’ before ‘*’ token
.....and the build just fails.
I know that there's a ticket 792 [1] opened about this issue but I would
like to know if there is some simple solution to solve this error.
I'm on Ubuntu 10.04 with libcairo2-1.8.10.
Thank you very much.
Diego
[1]: http://dev.drobilla.net/ticket/792
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi *,
linuxaudio.org will be offline for scheduled server maintenance on
Tue, 10 Jan 2012 14:00 UTC
for about 2-3 hours.
All online services will be unavailable during that time.
If all goes well (new disks, fsck, kernel-update,..) the actual downtime
will be much shorter..
thanks for bearing with us,
robin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk8IZxUACgkQeVUk8U+VK0KJXgCgjbxcqXk4U9tzzBjWDbY/F7B9
RkQAoLHYKxinF9fWLkOyzJMyuRqqSKIP
=U5Uj
-----END PGP SIGNATURE-----
Hello everyone!
Does anyone of you know about a good resource for statistical info about
used graphical toolkits? So which toolkits are used the most. Including all
platforms would be nice, but info on Linux-based toolkits would be a good
start.
Thanks and kind regards
Julien
=-=-=-=-=-=-=-=-=-=-=-=-
Such Is Life: Very Intensely Adorable;
Free And Jubilating Amazement Revels, Dancing On - FLOWERS!
====== Find my music at ======
http://juliencoder.de/nama/music.html
.....................................
"If you live to be 100, I hope I live to be 100 minus 1 day,
so I never have to live without you." (Winnie the Pooh)
Hi all,
I've been trying to get the attached patch to steve at plugin dot org
dot uk.... unfortunately his email address has been unavailable for 5
days now.
The attached patch allows the OSC port a timemachine instance is
listening on to be specified at startup with a -o flag.
Can anyone else commit this to the project's git repository whilst
he's unavailable (providing it's up to scratch of course!) or forward
this on to Steve for me please?
This is the first patch I'll have submitted to a well used open source
project so I'm super keen to see it in timemachines code base.
Many thanks,
Tristan
Dear All,
The Linux Audio Conference submissions deadline has been extended! It is
now January 22nd, 2012.
So, if you were considering submitting a paper but couldn't make up your
mind yet, here is your chance to become active! Never forget that this
conference lives through the people participating in it.
January 22nd is the new deadline for all submission types: papers,
music, installations, workshop proposals.
Notifications of acceptance will still be sent out on February 6th, 2012.
Check out the link below more info:
http://lac.linuxaudio.org/2012/participation
Please spread this information to anyone who might be interested.
Questions? Drop us a line at lac(a)linuxaudio.org
We are looking forward to seeing you at Stanford in April!
Thanks,
The LAC 2012 organization team
HI Guys
happy new year.
Has anyone got the autofaders to work with Ardour and a DDX?
I believe this is possible but can find no info as yet.
Thanks for your time
Cheers
Bob
On Thursday 05 January 2012, Dave Stikkolorum wrote:
> On 05-01-12 15:31, Pedro Lopez-Cabanillas wrote:
> > The problem in loop.c is that you are using the function
snd_seq_ev_set_note()
> > that includes a duration as the 5th parameter. This function will create
two
> > MIDI events in a queue, the first one will be the noteon event, and the
second
> > one will be a noteoff event, scheduled adding the specified duration to
the
> > start time of the former noteon event. That requires a queue for event
> > scheduling.
> So in fact with a message that contains a duration for a note is always
> a queue involved?
Yes, but this macro snd_seq_ev_set_note() is the only one that includes a
duration parameter. It is not really a MIDI message, but the sequencer event
is converted into two MIDI messages (noteOn + noteOff). There aren't MIDI
messages containing durations.
OTOH any event using the macros snd_seq_ev_schedule_real() or
snd_seq_ev_schedule_tick() requires a queue as well, because the message
delivering time will be scheduled in the future.
Events using the macros snd_seq_ev_set_queue_control(),
snd_seq_ev_set_queue_start(), snd_seq_ev_set_queue_stop(),
snd_seq_ev_set_queue_continue() or snd_seq_ev_set_queue_tempo() also require a
queue, because all these macros have a queue parameter.
Regards,
Pedro
Hi all,
I try to write a c program that sends midi notes to the Hydrogen drum
sequencer.
I use the alsa library to create a client with an output port.
I attached two files.
loopqueue.c works but loop.c doesn't.
A base drum (note:28) is being send.
I am not succeeding to use direct delivery,
but it only works with the queue.
Any ideas why?
Regards,
Dave