On Mon, 31 Mar 2014, Moshe Werner wrote:
> I can't really talk about high end desks, but in my midrange Soundtracs
> Topaz desk (which has a quite nice EQ)
> it is certainly serial. I've attached a pdf of the EQ section schematics.
> Would be interesting to know how others did it.
Ah yes, makes sense. The parallel circuits I have seen are simple
low/mid/high controls with no q or frequency control. One network between
opamps or in the feedback line. Parts count probably had more to do with
design than quality.
Thankyou.
--
Len Ovens
www.ovenwerks.net
Dear all,
Finally got around finishing a new track. And it's just 65BPM so no four
to the floor this time.
http://theinfiniterepeat.com/music/the_infinite_repeat-cala_del_aceite.ogg
This song is about one of the most beautiful places I know on this
planet, Cala Del Aceite in the most southern part of Spain
(http://www.conilplaya.com/fotos/playasdeconil/caladelaceite/playaCaladelAce…).
Tools used:
* Qtractor for recording and mixing
* seq24 for sequencing
* The necessary plugins:
- drumkv1 to hold the drum samples (drum samples are all from
http://samples.kb6.de/)
- a lot of plugins that are part of Distrho or Carla: Noize Maker, Tal
Reverb III, ZynAddSubFX-LV2, Nekobi
- MDA subsynth
- FluidSynth DSSI for the Rhodes
- linuxDSP plugins (EQ500, DYN500, MBC2B on the master bus)
- Calf Vintage Delay
- LADSPA comb filter, Fast Lookahead Limiter
- GxZitaReverb
The background vocals for the choruses are sung by my wife. The ocean
sample is from Freesound:
http://www.freesound.org/people/dobroide/sounds/93653/ Cádiz is pretty
close to Conil, hence the choice.
Lyrics
------
Making promises that I can't keep
It's pushing me, pushing me into a deep
State of sadness, state of doubt
A state of awareness I can't live without
Making mistakes, it's so hard to bear
It's driving me, driving me to a point where
I can't escape, I can't shy away
From the daemons I refuse to obey
All is forgiven, all is well...
Awaiting the day that I'll be relieved
From this burden, this burden that has grieved
So many loved ones, so many friends
All the people on which I depend
Stand up, act now, it's time for a change
Lingering won't help, help to rearrange
The current imbalance, the current state
Of things so rush now don't hesitate
All is forgiven, all is well
------
Hi all,
We're excited about the upcoming Linux Audio Conference, featuring a
tightly packed diverse schedule with 77 events by over 100 persons!
The conference schedule has just been published at
http://lac.linuxaudio.org/2014/program
Apart from presentations, there are workshops, a poster-session and five
concerts in 3 days. The 4th day of the conference is dedicated to an
excursion: http://lac.linuxaudio.org/2014/excursion a simple overview of
the complete schedule can be found in the printable version of the program.
If you want to attend and have not yet done so, please register at
http://lac.linuxaudio.org/2014/registration
Looking forward to seeing you all in May at the ZKM.
yours truly,
robin - LAC'14 team
prodatum is an EMU Proteus 2000 patch editor for Linux/Mac/Windows.
v2 no longer depends on a patched Fl_File_Chooser and links fine with
existing FLTK 1.1 or 1.3 installations (for the looks I recommend
linking statically with a scheme-patched FLTk version though, patch is
in the source tree). If you own one of those old E-Mu synths, give it a
try. I'm sure you'll like it.
For more information, binaries and source visit http://prodatum.sf.net
> Message: 4
> Date: Sun, 30 Mar 2014 13:00:55 +0200
> From: Ralf Mardorf <ralf.mardorf(a)rocketmail.com>
> To: linux-audio-user(a)lists.linuxaudio.org
> Subject: Re: [LAU] Bitwig: what we can learn from it
> Message-ID: <1396177255.587.3.camel@archlinux>
> Content-Type: text/plain; charset="UTF-8"
>
>
> time is money.
how pathetic
*linux audio users*
linuxDSP releases DYN4000 - LV2 and VST channel dynamics plug-in for linux.
Modelled on channel dynamics processing from one of the most successful
and best-known British recording consoles, by former engineers from the
company which made those consoles, the linuxDSP DYN4000 plug-in
comprises compressor / limiter and expander / gate sections with
soft-knee compression and gate threshold hysteresis. The compressor
includes switchable fast attack, variable programme dependent release
and auto make-up gain.
Ardour 2 - 3 compatible, mono / stereo LV2 and linuxVST
Find out more at http://www.linuxdsp.co.uk
--
linuxDSP is a division of
Applied Computer Music Technologies Ltd,
a company registered in the UK.
Company Number: 8499906
Hi
I'm trying to install wine on my fresh 64bit debian.
$ sudo apt-get install wine
$ wine
This gives me a window with the following:
------------------
This is the wine64-bin helper package, which does not provide wine itself,
but instead exists solely to provide the following information about
enabling multiarch on your system in order to be able to install and run
the 32-bit wine packages.
The following commands should be issued as root or via sudo in order to
enable multiarch (the last command installs 32-bit wine):
# dpkg --add-architecture i386
# apt-get update
# apt-get install wine-bin:i386
Be very careful as spaces matter above. Note that this package
(wine64-bin) will be removed in the process. For more information on
the multiarch conversion, see: http://wiki.debian.org/Multiarch/HOWTO
---------------------------
Hmm, this sounds a little fishy, I went ahead and ran the proposed:
$ sudo apt-get install wine-bin:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
wine-bin:i386 : Depends: libc6:i386 (>= 2.4) but it is not going to be
installed
Depends: libwine-bin:i386 (= 1.4.1-4) but it is not
going to be installed
E: Unable to correct problems, you have held broken packages.
As a final step I tried:
$ sudo apt-get install wine-bin:i386 libc6:i386 libwine-bin:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ant : Depends: default-jre-headless or
java2-runtime-headless or
java5-runtime-headless or
java6-runtime-headless
libc6 : Depends: libgcc1 but it is not going to be installed
Breaks: libc6:i386 (!= 2.18-4) but 2.13-38+deb7u1 is to be
installed
libc6:i386 : Breaks: libc6 (!= 2.13-38+deb7u1) but 2.18-4 is to be
installed
libcairo2 : Depends: libfontconfig1 (>= 2.9.0) but it is not going to
be installed
Depends: libfreetype6 (>= 2.3.5) but it is not going to be
installed
Depends: libpixman-1-0 (>= 0.21.6) but it is not going to
be installed
Depends: libpng12-0 (>= 1.2.13-4) but it is not going to
be installed
Depends: libxcb-render0 but it is not going to be installed
Depends: libxcb-shm0 but it is not going to be installed
Depends: libxcb1 (>= 1.6) but it is not going to be installed
Depends: libxrender1 but it is not going to be installed
libcurl3-gnutls : Depends: libgcrypt11 (>= 1.4.5) but it is not going
to be installed
Depends: libgnutls26 (>= 2.12.17-0) but it is not
going to be installed
Depends: libgssapi-krb5-2 (>= 1.10+dfsg~) but it is
not going to be installed
Depends: libidn11 (>= 1.13) but it is not going to
be installed
Depends: libldap-2.4-2 (>= 2.4.7) but it is not
going to be installed
Depends: librtmp0 (>= 2.3) but it is not going to be
installed
Depends: libssh2-1 (>= 1.2.6) but it is not going to
be installed
Recommends: ca-certificates but it is not going to
be installed
libdbus-glib-1-2 : Depends: libdbus-1-3 (>= 1.2.16) but it is not
going to be installed
libglib2.0-0 : Depends: libffi5 (>= 3.0.4) but it is not going to be
installed
Depends: libpcre3 (>= 8.10) but it is not going to be
installed
Depends: libselinux1 (>= 1.32) but it is not going to
be installed
Recommends: shared-mime-info
libimlib2 : Depends: libbz2-1.0 but it is not going to be installed
Depends: libfreetype6 (>= 2.2.1) but it is not going to be
installed
Depends: libgif4 (>= 4.1.4) but it is not going to be
installed
Depends: libid3tag0 (>= 0.15.1b) but it is not going to be
installed
Depends: libjpeg8 (>= 8c) but it is not going to be installed
Depends: libpng12-0 (>= 1.2.13-4) but it is not going to
be installed
Depends: libtiff4 (> 3.9.5-3~) but it is not going to be
installed
liblua5.1-0 : Depends: libgcc1 (>= 1:4.1.1) but it is not going to be
installed
Depends: libstdc++6 (>= 4.1.1) but it is not going to be
installed
libwine-bin:i386 : Depends: libwine:i386 (= 1.4.1-4) but it is not
going to be installed
libx11-6 : Depends: libxcb1 (>= 1.2) but it is not going to be installed
libxft2 : Depends: libfontconfig1 (>= 2.9.0) but it is not going to be
installed
Depends: libfreetype6 (>= 2.3.5) but it is not going to be
installed
Depends: libxrender1 but it is not going to be installed
libxml2 : Depends: liblzma5 (>= 5.1.1alpha+20120614) but it is not
going to be installed
Recommends: xml-core but it is not going to be installed
wine-bin:i386 : Depends: debconf:i386 (>= 0.5) or
debconf-2.0:i386
Depends: x11-utils:i386 or
xbase-clients:i386 (>= 4.0) but it is not
installable or
xcontrib:i386 but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be
caused by held packages.
So it seems that I'm not really on the right track here, any ideas?
Thanks in advance!
--
Atte
http://atte.dkhttp://modlys.dk
Hi list,
It's possible to use the following to get VLC to connect to the system
outputs, via Jack, automatically with:
vlc --jack-connect-regex system
there's also a way of doing this in the preferences.
Is there a way though of getting it to connect to multiple clients?
Using the preferences method i tried entering two connections (system
and jkmeter) with spaces in between the names, with a colon, comers etc.
but nothing worked.
Any way of doing this?
Thanks,
iain