Hi All,
Needing to use outputs channels 7&8 with an input on 1&2 (MPD as music
server), I am unable to setup a correct .asoundrc file in order to avoid
using HDSPmixer (it works well with HDSPMixer but I would have preferred
to avoid using the graphic interface). My soundcard is device 0. I tried :
pcm.!default {
type hwplug;
card 0;
}
ctl.!default {
type hwplug;
card 0;
}
pcm.ttable {
type route;
slave.pcm "default";
slave.channels 2;
ttable.0.7 1;
ttable.1.8 1;
}
ctl.ttable {
type hwplug;
card 0;
}
but it doesn't work... my ALSA knowledge is rather limited, so it's
quite complicated for me.
Thank you for the help !
Francois
Hi,
I'm looking for a replacement of my RME HDSPe AIO, since it's not
really supported for Linux, only 2 out of 8 ADAT channels are
accessible, xruns, even with too much latency, Ardour ALSA, without
jack doesn't work.
In addition this device must work with an iPad 2 and newer, too, so I
read
http://audio-mastering-studio.blogspot.de/2014/05/ios-compatible-audio-inte…
and found the following device, in a price range cheaper than a
RME Babyface.
The device needs to provide ADAT and MIDI. I already read old Linux
related posts, however, has anybody used one of the following devices
with Linux?
Arturia Audiofuse 599 €
Focusrite Scarlett 18i8 349 €
Focusrite Scarlett 18i20 489 €
PreSonus AudioBox 1818VSL 399 €
Could somebody recommend another device providing ADAT and MIDI less
expensive than a RME Babyface? I suspect Behringer devices at least
suffer from short durability.
Regards,
Ralf
Hi folks, I have a problem - I'm mounting an exhibition and trying to
install hdsp card with a multiface card. The machine I've been given and
the only one available here has one PCI slot and several other more
modern types. I've installed alsa-firmware and alsa-tools from source,
bu the problem is that the card is not showing up with lspci and aplay
-l, nor is it showing up cat /proc/asound/cards
Any suggestions please? I've looked in the BIOS and the slot is enabled.
There are no other PCI type cards installed.
Thank you,
Iain
WTF? I have tried repeatedly to unsubscribe from this list. It just
doesn't work.
I also sent a message to the listadmin, but nothing ever happens. What
the fuck is it with this list?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hello there!
This might come as an end to a long cycle indeed, really approaching a
final and last milestone, whatever...
But one thing is for sure: besides the prodigal but (pun, somewhat,
not intended:)), this wraps up the so called Qstuff* Fall'16 release
business deal [7][8].
Qtractor 0.8.0 (snobbiest graviton) is out!
And the release highlights are:
* Auto-backward location marker (NEW)
* Clip selection edge adjustment (NEW)
* Improved audio clip zoom-in resolution (NEW)
* Clip selection resilience (FIX)
* MIDI (N)RPN running status (FIX)
And the band plays on...
Maybe you can further decrypt the fresh juice from the change-log
below -- or rather never mind though and go for the grabs already ;).
Qtractor [1] is an audio/MIDI multi-track sequencer application
written in C++ with the Qt framework [2]. Target platform is Linux,
where the Jack Audio Connection Kit (JACK [3]) for audio and the
Advanced Linux Sound Architecture (ALSA [4]) for MIDI are the main
infrastructures to evolve as a fairly-featured Linux desktop audio
workstation GUI, specially dedicated to the personal home-studio.
Website:
http://qtractor.sourceforge.net
Project page:
http://sourceforge.net/projects/qtractor
Downloads:
http://sourceforge.net/projects/qtractor/files
- - source tarball:
http://download.sf.net/qtractor/qtractor-0.8.0.tar.gz
- - source package:
http://download.sf.net/qtractor/qtractor-0.8.0-28.rncbc.suse.src.rpm
- - binary packages:
http://download.sf.net/qtractor/qtractor-0.8.0-28.rncbc.suse.i586.rpmhttp://download.sf.net/qtractor/qtractor-0.8.0-28.rncbc.suse.x86_84.rp
m
Git repos:
http://git.code.sf.net/p/qtractor/codehttps://github.com/rncbc/qtractor.githttps://gitlab.com/rncbc/qtractor.githttps://bitbucket.org/rncbc/qtractor.git
Wiki (on-going help wanted!):
http://sourceforge.net/p/qtractor/wiki/
License:
Qtractor [1] is free, open-source Linux Audio [5] software,
distributed under the terms of the GNU General Public License (GPL
[6]) version 2 or later.
Change-log:
- - MIDI clip tools redo/undo processing refactored as much to avoid
replication over multiple hash-linked clips; MIDI clip editor's
floating selection/anchor event stability has been also improved, in
regard to MIDI tools processing range.
- - Auto-backward play-head location, when playback was last started, is
now shown on main track-view, as a momentary dark-red vertical line
marker.
- - LV2 plugin-in parameter optimization: stuff consecutive series of
plug-in's parameter value changes, as much as possible into one single
undo/redo command.
- - LV2_STATE__StateChanged is now recognized as a regular atom
notification event and raising the current session dirty flag, as
normal behavior.
- - Adjusting clip selection edges is now possible and honored while on
the the main track-view canvas.
- - Audio peak file caching and rendering, as far as audio clip
wave-forms are concerned, have been refactored and optimized a couple
of notches higher, on the ephemeral and rather marginal throughput
front ;).
- - Fixed a potential crash on the singleton/unique application instance
setup.
- - Edit/Select Mode tool-buttons moved into single drop-down
tool-button on the main and MIDI editor's tool-bar.
- - Do not reset the current clip selection when updating the main
track-view extents eg. while zooming in or out.
- - Automation curve node editing auto-smoothing revisited; also fixed
input MIDI RPN/NRPN running status processing, which was crippling
some plug-in automation curve nodes, when saved in high-resolution
14-bit mode.
- - Fixed the visual play-head position (vertical red line) while
zooming in or out horizontally.
- - Almost complete overhaul on the configure script command line
options, wrt. installation directories specification, eg. --prefix,
- --bindir, --libdir, --datadir and --mandir.
- - LV2 Plugin-in worker/schedule fix: make request/response ring-buffer
writes in one go, hopefully atomic (suggested patch by Stefan
Westerfeld, while on SpectMorph, thanks).
References:
[1] Qtractor - An audio/MIDI multi-track sequencer
http://qtractor.sourceforge.net
[2] Qt framework, C++ class library and tools for
cross-platform application and UI development
http://qt.io/
[3] JACK Audio Connection Kit
http://jackaudio.org
[4] ALSA, Advanced Linux Sound Architecture
http://www.alsa-project.org/
[5] Linux Audio consortium of libre software for audio-related work
http://linuxaudio.org
[6] GPL - GNU General Public License
http://www.gnu.org/copyleft/gpl.html
[7] The QStuff* Fall'16 Release
http://www.rncbc.org/drupal/node/1773
[8] Vee One Suite 0.8.0 - A Fall'16 Release
http://www.rncbc.org/drupal/node/1775
See also:
http://www.rncbc.org/drupal/node/1777
Enjoy && Keep the fun.
- --
rncbc aka Rui Nuno Capela
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCAAGBQJYMxyvAAoJEEnqU1AwGtTIPy4H/3bqzmC1EYRjrw3jLfwet6/A
qsB+KpbW3F8sbWCG1UbsNHbQB8XvGF1D9M8GRpKHFHqkXq2fUmMpGrCaXU8tJpTK
LMLoafblwWZqohusxOp3DfO9T65SmnR3WcnyqSQXZNEAfOAVSmZqbSwCl1+03Tik
8cTFM3LSCyX4yZ5YRSpF0lOL8VJBwhYVauFS3HOq32PSL/oTgBm8ORoZCsqc84KA
VEpqcuQb1+uwvohHD3+NOQ2scwcEfLTg//b8E/iWY+LtyNphXTD/SbO1TOO4soOd
O3ksGU6V63Vgd6R72a5liDmZ2uKMNUU1R+/0ucPsjbMAcbmZtdft12Dehr6KJhA=
=szMp
-----END PGP SIGNATURE-----
Hi,
I try to get bit-transparent playback/recording of a stereo stream with
a RME 9632 card.
My test setup the card clocked at 48 kHz and the AES input and output
looped.
When I tried to use pure alsa, I recorded 10 channels to get channels 9
and 10 Â which is the AES input (I wasn't able to find a way to record
only channels 9 and 10). However, I'm not able to play back anything
during the recording. I get the error message "set_params:1361: Unable
to install hw params".
I also tried jack and started jackd this way:
$ jackd -R -d alsa -d hw:DSP -z none -M -H
I was able to play back a square sample and record channels 9 and 10
using jack_rec. However, the result looks like it went though bad AD/DA
conversion: jumpy edges and the linear parts unclean, too.
I'll try to find out if the playback or recording part is the culprit.
However, I'd like to get some comments if bit-transparent
playback/recording can work at all with my setup. If it does, I'd
appreciate to get some hints how to achieve this.
Regards,
Tino
hello together,
I have an issue with xjadeo video monitor. its all running fine, but
when I put it on fullscreen on a windows system with 3 screens connected
(vertical span mode) the video just goes fullscreen on the primary
screen and not over all 3 screens as expected. but with the vlc player
it just works fine and plays the panoramic video over all screens perfectly.
does anybody know if there is an option to span the fullscreen picture
of the xjadeo video player over the 3 screens?
I would appreciate any input very much, as this is a showstopper for our
project and I cannot find any information online.
thanks in advance for the help,
bets regards
--
Oliver Irschitz
MediaArchitect& Founder
peyotecross design GmbH
oliver.irschitz(a)peyote.cc <mailto:oliver.irschitz@peyote.cc>
fon: +43-699-13846266
http://www.peyote.cchttp://www.youtube.com/user/peyotedesign