Impressive! I just tested the latest stable version and It looks like we
finnally have a set of essential base plugins! multiband gates, yay!
de-esser yay! heck, they even have fancy gui's!
But, why on earth are they still stereo only? the majority of tracks
when doing studio work are mono... I know ardour3 can split the tracks
these days but isn't that just a massive waste of dsp?
Hi!
http://archive.org/download/Gleshnor/thorwil__gleshnor.ogg
Sugar-coated electronic rasp. Conjured up the image of a dancing, pink
dridder-lady: http://thorwil.files.wordpress.com/2012/10/driddee.jpg,
even though I would create much different music given that picture, first.
This project started as a test of Ardour 3's new MIDI and synth-plugin
features (still in beta). In this role, it served in uncovering and
fixing a number of issues and grew into something a little more
ambitious over time.
Using snyth-plugins and automation works great most of the time. Issues
are that it is too hard to try one plugin in place of another (you have
to delete the first, no way to just switch between 2 or more). There
should be automation regions, including cloning for flexible arrangement.
This is a very calfed session! The kick, bass and lead all come from
instances of Calf's Monosynth. I switched from Jammin to Calf's tripple
band compressor. I don't know if it matters in sound, but it does in
convenience.
Also several Invada LV2, SWH LV2 and Mdala plugins.
https://github.com/50m30n3/SO-KL5 provides a "piano".
Two archives are among the files available, one with the entire Ardour 3
session and another with single tracks in wavpack format. Wavpack's
wvunpack command can be used to convert them back to 32 bit float WAV
files. if you load the Ardour session, it will complain about missing
files. Chose "skip", as I removed unnecessary files manually, because
the Cleanup function has (or had) a known bug that messes up tracks with
compound regions.
I still use archive.org to host files, especially the complete session,
but added Soundcloud to get a player that will actually show up on
wordpress.com:
http://thorwil.wordpress.com/2012/10/29/music-gleshnor/http://archive.org/details/Gleshnorhttp://soundcloud.com/thorwil/sets/gleshnor
Gleshnor is licensed under a Creative Commons Attribution-ShareAlike 3.0
Unported License.
--
Thorsten Wilms
thorwil's design for free software:
http://thorwil.wordpress.com/
Hi!
Please forgive me for my bad english.
I'm looking for a solid Linux distro which, once installed, Jack and
Pulseaudio will be working together in a transparent way. This is because
we have many audio applications, some using Pulseaudio, some using Jack
(example: Chromium playing Youtube videos, Audacity, Rivendell, Totem,
etc.), and they must work simultaneously.
Right now, I'm using Ubuntu 11.04 with lowlatency kernel. Qjackctl is
automatically started after log in; we use pulseaudio-module-jack to route
the Pulseaudio applications to the Jack sound server. But sometimes Jack is
stopped accidentally by the user, or Jackd stop itself when the CPU is at
100%, and the users don't know with the computer has no audio.
This configuration is very fragile. I'm looking for a way to configure Jack
and Pulseaudio, so they run when the computer starts, a normal user can't
stop them, and they can be robust enough to resist the normal use.
KXStudio 12.04 is an excellent and very robust distro, Jack and Pulseaudio
works transparently, but my users are used to the Gnome 2 interface.
Thanks you for your advices!
Hello everyone!
I have a chance to get an old macbook air from about 2007 rather cheap, for
the display is broken. The question I have: how about linux support of that
thing? Sound in particular of course, but the rest would be interesting too.
The Wifi and things like that.
Any fast advise would be very much appreciated.
Thanks and warm regards
Julien
----------------------------------------
http://juliencoder.de/nama/music.html
Hi Fons, hi list,
I've been trying to get zita-a2jbridge working on my laptop. JACK is
running with the internal Intel HDA-card via ALSA backend.
Using the Edirol UA-101 as JACK's main-backend works w/o problems and
using alsa_out & alsa_in works, too.
Software versions I am using:
media-libs/zita-alsa-pcmi-0.2.0
media-libs/zita-resampler-1.2.0
media-sound/zita-ajbridge-0.2.2
media-sound/jack-audio-connection-kit-1.9.8
Here's the output of gdb trying to run zita-j2a:
kripton@miramis ~ $ cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xfc020000 irq 46
1 [Loopback ]: Loopback - Loopback
Loopback 1
2 [UA101 ]: UA-101 - UA-101
EDIROL UA-101 (serial ZT40539), 48000 Hz at
usb-0000:00:1d.7-2, high speed
29 [ThinkPadEC ]: ThinkPad EC - ThinkPad Console Audio Control
ThinkPad Console Audio Control at EC reg 0x30, fw
7VHT16WW-1.06
kripton@miramis ~ $ gdb zita-j2a
GNU gdb (Gentoo 7.5 p1) 7.5
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.gentoo.org/>...
Reading symbols from /usr/bin/zita-j2a...done.
(gdb) r -j UA101 -d hw:UA101 -c 10 -v
Starting program: /usr/bin/zita-j2a -j UA101 -d hw:UA101 -c 10 -v
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
playback :
nchan : 10
fsamp : 48000
fsize : 256
nfrag : 2
format : S32_LE
capture : not enabled
[New Thread 0x7ffff7f9f700 (LWP 15169)]
[New Thread 0x7ffff7f1e700 (LWP 15170)]
[New Thread 0x7ffff7e9d700 (LWP 15171)]
[New Thread 0x7ffff7fce700 (LWP 15172)]
Starting synchronisation.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff7e9d700 (LWP 15171)]
0x00007ffff7bd8760 in VResampler::process (this=0x6265a0) at
vresampler.cc:217
217 vresampler.cc: No such file or directory.
(gdb) bt
#0 0x00007ffff7bd8760 in VResampler::process (this=0x6265a0) at
vresampler.cc:217
#1 0x0000000000403951 in Jackclient::playback (this=0x6262d0,
nframes=128) at jackclient.cc:222
#2 0x00000000004042eb in Jackclient::jack_process (this=0x6262d0,
nframes=128) at jackclient.cc:467
#3 0x00007ffff779c61a in ?? () from /usr/lib64/libjack.so.0
#4 0x00007ffff77af760 in ?? () from /usr/lib64/libjack.so.0
#5 0x00007ffff7575ec6 in start_thread () from /lib64/libpthread.so.0
#6 0x00007ffff6aa08ad in clone () from /lib64/libc.so.6
(gdb) q
A debugging session is active.
Inferior 1 [process 15160] will be killed.
Quit anyway? (y or n) y
Any ideas?
Thanks in advance,
Jannis
Hello all,
Version 1.3.0 of libzita-resampler is now available on
<http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html>.
This release fixes a bug in the VResampler class that showed up on
64-bit systems only. This also made zita-a2j and zita-j2a fail.
Many thanks to Jannis Achstetter for reporting the problem and
testing the fix.
Ciao,
--
FA
A world of exhaustive, reliable metadata would be an utopia.
It's also a pipe-dream, founded on self-delusion, nerd hubris
and hysterically inflated market opportunities. (Cory Doctorow)
Apologies for not appending this to the original thread correctly - I
just joined the list.
This is in reference to this thread about jackd2 and X11/dbus:
http://linuxaudio.org/mailarchive/lau/2012/9/16/192998
I had essentially the the same problem as Len when I tried to run jackd:
Failed to connect to session bus for device reservation Unable to
autolaunch a dbus-daemon without a $DISPLAY for X11
This was in Archlinux on a Raspberry Pi, but I had identical problems
under Debian Wheezy on the Raspberry Pi and a "normal" piece of
hardware. I tried setting DISPLAY=:0 but it still didn't solve it.
Incredibly frustrating.
I finally read the man page for dbus-launch and noted that apps which
it started expected to have DBUS_SESSION_BUS_ADDRESS set correctly in
their session, which it happily provided for them. I also noticed I
already had a dbus-daemon running in the base distro.
The solution was to set the session bus address variable to the path
to that dbus-daemon's socket, like so:
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket
When I did that and tried running jackd again, I got a very specific
permission error that I was able to resolve by granting my user access
to the audio hardware. I added these lines to the other policy
settings in /etc/dbus-1/system.conf :
<policy user="root">
<allow own="org.freedesktop.ReserveDevice1.Audio0"/>
</policy>
I restarted my system-level dbus-daemon, and jackd started right up.
It shouldn't be too tough now to script that so it's always running
when the device starts.
I have no idea if that will work for you but perhaps it will put you
on the right path.
--Mark
Hi
I recently reverted from arch to ubuntu, and somewhere in that process
my laptop stopped working with my usb keyboards (I have four, I didn't
try all combinations, though) when my laptop is on battery.
I never experienced this before, seems very strange to me. I might have
been tinkering with some settings in the BIOS, not sure if they could
have an impact on this.
I don't have much info, heres what I have:
1) Keyboards work just fine on AC power
2) When laptop is running on battery, the keyboards show up in qjackctl
just fine. I can connect to gmidimonitor, and I get "connected" in the
gmidimonitor window. However no notes are shown in the gmidimonitor
window. Sometimes playing notes on the midikeyboard will crash qjackctl.
So I'm basically posting this here, hoping someone recognizes this
behaviour or has an idea how to get closer to a solution.
Thanks in advance for any input!
--
Atte
http://atte.dkhttp://modlys.dk