Hi all,
I'm quite new on Jack. As I'm aware of that we have to choose a particular sampling rate for proper operation, I wonder that re-sampling must have done by client or Jack is taking this part on itself. I'm curious on this because I'm trying to figure out that resampling quality relies on client's own settings or some particular resampling method that used by Jack. If Jack does the resampling, have we any chance on tuning the resampling quality?
Thanks in advance.
Regards.
For those interested, within the last commit to guitarix git I've added
a file browser to the guitarix LiveLooper (dubber) on request, so now
you could load your preferred wav/ogg files into guitarix, loop them,
and play along. You could save your loops as plugin presets to reload
them to your needs.
For those who didn't know about the dubber, it's a 4 channel looper with
a max loop range from ~1.5 min. (Longer files will be cut at this point.)
Have fun with it
hermann
hi guys.
I have problem:
setBfree not displaying UI in ardour...
also not in jalv.gtk ...
when I run in from command line ./setBfreeUI everything is nice.
archlinux.
system updated.
what I missed or messed up ?
thanks. fero
Hello.
I would like to sync the arpeggiator from a Korg Microstation to
Ardour. The user guide says:
"the arpeggiator will synchronize to the MIDI Clock and Start
messages received from a connected MIDI device."
The audio card is a 1010LT. The Microstation is connected through USB
and is fully seen in jack (qjackctl). Is it possible to have MIDI sync
for the external synth ? How would the wiring be done ? Will there be a
need for an Ardour MIDI track for the Start (and possibly Stop)
signals ?
Thanks.
Hi all,
here is my use case:
I normally record my drums with 6 mics on a tape recorder
(Teac 80-8, with RCA OUTs),
I need to put my records in digital, using a Thinkpad x201
(PCI express 2.0, no firewire).
So,
any advice about a converter which suits well for
that purpose?
Thank you
--
Carlo Ascani | carlorat.me
carloratm@freenode
Hey everyone!
After an almost 2 year break I am back to working on my life-long project
"droning" <http://www.disc-shelf.com/droning/>.
*New releases*
The last tune has been 246 far too long and I am happy to present you two
new tunes.
droning247 <http://www.disc-shelf.com/droning/droning247.ogg> (ogg)
droning248 <http://www.disc-shelf.com/droning/droning248.ogg> (ogg)
For those of you who would like to support my work, you can get flac
release of droning248 from Bandcamp.
droning248 on Bandcamp <https://louigi.bandcamp.com/album/droning248>
*Web presence*
My website which was louigiverona.ru is now offline, but I will get it
online hopefully within 2-3 months. All my projects, including Linux Audio
articles, releases and such will again be available, albeit not on the .ru
domain. I will announce this separately.
Additionally, project "droning" will finally be getting a separate website,
dedicated wholly to the endeavor.
Big thanks for following and supporting the project!
--
Louigi Verona
http://www.disc-shelf.com/droning/ <http://www.louigiverona.ru/>
Some updates on <http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html>
zita-ajbridge-0.6.0
- Added -S option, disables resampling but of course
requires word-clock sync.
- Auto selection of best resampler filter lenght.
- Cleanup and bug fixes.
zita-mu1-0.2.2
- Bugfix: will now exit when zombified or when
jackd terminates.
- Added proper license headers and GPL3 copy.
I also completely replaced the code in Jack1 that
calculates the proper running order of clients.
The previous algorithm failed to do this in some
cases. It could not be 'fixed' easily as it was
basically using the wrong algorithm.
Affected files are
modified: include/engine.h
modified: include/internal.h
modified: jackd/clientengine.c
modified: jackd/clientengine.h
modified: jackd/engine.c
There seems to be no interest from the Jack devs,
but if anybody wants to test this I can either
provide the modified files or a patch against
git commit 5af5815c47630b77cc71c91a460f8aa398017cf7
(current HEAD).
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)
------------------------------
>
> Message: 7
> Date: Sun, 23 Aug 2015 01:47:22 +0200
> From: Beno?t Rouits <brouits(a)free.fr>
> To: linux-audio-user(a)lists.linuxaudio.org
> Subject: Re: [LAU] Linux/JACK app for room eq / speaker
> design-analysis
> Message-ID: <55D90A0A.7070408(a)free.fr>
> Content-Type: text/plain; charset=windows-1252; format=flowed
>
> Le 22/08/2015 19:49, Mac a ?crit :
> > Hi,
> >
> > After spending time trying to get RoomEqWizard (REW) to use Jack
> > effectively and simply getting frustrated I'm looking for other tools.
> > (REW is a nice tool but it doesn't support JACK natively and I tried
> > fooling it with alsa etc., but I think PulseAudio was getting in the
> way.)
> >
> > I ended up using jaaa and japa from Fons Adriensen which work great.
> >
> > But, I'd like to be able to save the display.
> >
> > I suppose I could use screen shots for each test and that would be fine.
> >
> > But, I thought I'd see if anyone knows a Linux tool that can do
> > waterfall plots, frequency response, etc. Maybe even distortion.
> >
> > Any recommendations?
> >
> > Regards,
> > Mac
> >
>
> QLoud. http://gaydenko.com/qloud/ I use it, and it works great.
> I use also QSpeaker for design. http://brouits.free.fr/qspeakers/
> Cheers,
> - Ben
>
>
I tried for a long time to get QLoud to build on my PC with no success. I
have QT 5 and QLoud has some clash between QT4 and 5. (I'm on Ubuntu Studio
14.04, plus I do dev work in PYQT5)
Looks like QSpeaker requires QT4 as well.
Apparently QAppliction is now in QWidgets. I poked around the web and tried
several "fixes" proposed in several threads, no luck.