john gibby <johnalan.gibby(a)gmail.com> writes:
> Hi All. I am just reading the responses, and I am going to study them
> after sending this email. But I want to share this - I got it work. Got
> up at 4:30am, just now got it working. I don't really understand
> completely what I've done, but here it is. Maybe y'all can help me better
> understand why all this works.
>
> BTW, I apologize that my email last night was unpleasant; I was really
> upset, but should have moderated the email better. And - maybe I will
> consider getting rid of PA, but the thing is, it "comes with" AV Linux and
> so it was more convenient for me to try and live with it. As for using a
> Mac for all this; had never thought of that. Interesting idea. (Can one
> purchase and load MAC OS on my tower PC?)
>
> What I did:
>
> 1. Turned off "autospawn" in PA client.conf. I don't know yet if I need
> to implement a way to make this temporary.
I find that a good choice on a computer used for serious audio work.
It's sometimes inconvenient when you forgot to start it in time (like
having to kill and restart applications that chose to grab ALSA
exclusively instead) but it's good _not_ to have to worry about it
restarting when actually doing DAW/audio work.
--
David Kastrup
Hi,
Have beat my head against the wall long enough... I have AV Linux,
Hammerfall DSP card, am using Ecasound with ladspa plugins for DSP
crossover, Pianoteq piano model, and Jack to glue things together. I built
2 nice large subwoofers (4 ft3 each) with 12" SBAcoustics drivers. Just
realized the other day that my 5.1 surround sound is missing the .1; the
LFE channel. I want to get it to appear in my PulseAudio sink, map it in
the my Ecasound logic, and split the LFE signal between the 2 subs. Since
I use them for 20 to 80hz, maybe this will sometimes detract from accuracy
of movie music, but still I at least want to learn how to do it and see how
I like it. Problem is, no matter what I do with /etc/pulse/daemon.conf,
default.pa etc. (setting channels=6, channel order, no LFE mixing, etc.), I
can't seem to get the LFE channel to work. I've searched the Internet over
and over, read everything I could find and tried setting things like the
articles say, but still the LFE channel just won't show up. Alsamixer
shows front, rear and center master volume controls only; no LFE.
pulsevumeter, etc., show only 5 channels, nothing shows the LFE channel.
Any idea what I'm doing wrong?
Thanks!!
John
Guitarix release 0.36.1
Guitarix is a tube amplifier simulation for
jack (Linux), with an additional mono and a stereo effect rack.
Guitarix includes a large list of LV2 and LADSPA plugins, and support
LADSPA / LV2 plugs as well in it's racks.
The guitarix engine is designed for LIVE usage, and feature ultra fast,
glitch and click free preset switching and is full Midi and remote
controllable (the Web UI is not included in the distributed tar ball).
With this release guitarix switch to use faust 0.9.90 to generate the
plugins from the faust sources.
changelog:
* switch to use faust 0.9.90
* fix constant midi toggle change on preset load
* add set midi switch to load next preset
* add set midi switch to load previous preset
* fix midi value change triggered double ( fix Preset Pick Mode)
* add mono and stereo vumeter (with clip indicator) plugin
* add option to make tuner sticky on top of the Rack
* improved tooltips for Lv2 and Ladspa plugs
* some fixes on the DK_simulator contributed by Yoann Le BORGNE
Refer to our project page for more information:
http://guitarix.org
Download Site:
http://sourceforge.net/projects/guitarix/
Forum:
https://guitarix.sourceforge.io/forum/
Consider visiting our forum or leaving a message on
guitarix-developer(a)lists.sourceforge.net
regards
hermann
Hi,
I have a Minidisc deck with various digital in- and outputs using
S/PDIF. If you connect another MD deck or a CD player digitally and
record from it, it will faithfully reproduce the titling (not sure about
alphanumeric titles, but at least the starting points of the tracks will
be accurate and reliable and not just based on pauses like when
recording via the analog inputs).
Now how do I get this information when recording an S/PDIF signal into
the computer? Does this information get back out of the ALSA driver (I
can use an RME Multiface here) in some manner? I presume it doesn't
make it through Jack?
Thanks
--
David Kastrup
Hey everyone!
I have created a YouTube channel where I am creating playlists of ambient
music. As many of you have told me that they enjoy listening to "droning"
and other of my ambient creations during work, I have created "Music for
programming" mixes.
Some of them might feature just one tune, some feature several tunes.
Take your pick - and subscribe!
The Ambient Channel
<https://www.youtube.com/channel/UC_niY_HzHQVRtjZLRHNyQfA>
--
Louigi Verona
https://www.patreon.com/droninghttps://louigiverona.com/
James Harkins:
>
> Asking which DAWs are good, especially for mixing, audio editing and
> stability.
>
> I'm not a heavy DAW user. Most of my work is electronic music live
> performance with SuperCollider. Because my usage is rare, I've shied away
> from Bitwig, and even Ardour. I use SuperCollider a lot, and I pay for it
> by answering support questions and contributing. I don't want to pay money
> for something I'll use, oh, maybe 10-15 hours in a whole year.
>
> I've had bad experiences with qtractor crashing.
>
> Never used the non- suite.
>
> I installed Rosegarden at one point, but never kicked the tires for audio.
>
> Did I miss anything?
>
>
I found Ardour a lot more intuitive and easy to use than reaper or audacity
(which I recently compared it against:
https://www.kvraudio.com/forum/viewtopic.php?p=6828874#p6828874)
But of the big ones, you missed muse: http://muse-sequencer.org/
Folks,
it would appear that Mackie puts up the circuit diagrams of a number of
its mixer models up for download. That's something that I very much
appreciate.
Now the EQ section of the Onyx mixers has been designed by Carl Perkins
and is liked by a few people. Since it has to get along with not too
many elements and uses opamps, the actual equations for the various
sections (shelved low-pass, parametric mid pass(es), shelved high-pass)
are comparatively simple and basically amount to comparatively simple
transfer functions yielding themselves reasonably well to bilinear
transforms and consequently low-order IIR filters. There is frequency
warping, of course, but at least for higher sampling frequencies like
96kHz the effect should be reasonably contained since the filters are
shelved and thus the warp at higher frequencies becomes irrelevant. And
it probably makes sense to transform the filters such that the
transition frequencies remain the same in analog and digital filters.
So it should be possible to offer emulations of the various mixers'
channel strips. Bonus task, of course, would be to recover
automation/settings of physical channel strips including EQ by recording
the analog complete mix as well as the pre-fader pre-EQ signals and then
reconstruct from there. But that would be a lot more complex than
providing the digital equivalents of the channel strips including EQ.
Now if one did this, what would be the most defensive way to go about
it, and how would one try getting Mackie to be ok with it? I don't know
if there would be legal repercussions unless one used trademarked terms,
but stuff like providing the circuit diagrams is a great service from
them that I would not want to see stopped.
Obviously, the "recover automation" bit would help a lot since it would
work best if you owned a physical mixer with the exact channel strips
being emulated. Certainly more appealing than "now your Behringer
BCF2000 can be used for producing the same mix digitally as a Mackie
analog mixer, and you get a full automation record in the process".
That would not sound exactly like a driver of enthusiasm.
Of course, an analog mixer beats a DAW in terms of signal delay and
hands-on-ness and reliability, so one could consider the digital version
"training wheels" for "the real thing": if you like the digital version,
you'd quite likely get along with the analog version.
--
David Kastrup