Add new comment

Permalink

Thanks
your solution works.

I use your appimage download rather than fedora's as fedora's package is so out of date.

and I copy the appimage binary to /opt/qtractor/qtractor.

to make the sound cards consistent I already had a modprobe file, so this will make sense.

heres my modprobe file and wrapper script, in case anyone else needs to do this.

[qtractor]# cat /etc/modprobe.d/alsa-base.conf
# ALSA portion
#first m-audio
options snd-ice1712 index=0 model=audiophile
#second maudio
options snd-ice1712 index=1 model=audiophile
#X2222 mixer USB
options snd_usb_audio index=2
#ati cards HDMI audio
options snd_hda_intel index=3
#extra two midi through ports
options snd-seq-dummy ports=4

[qtractor]# cat qtractor.sh

#!/bin/sh
aconnect -x
aconnect -l|grep "Connecting To: 16:0" > /dev/null 2>&1

if [ $? -eq 1 ]
then
aconnect 14:0 16:0
fi

aconnect -l|grep "Connecting To: 20:0" > /dev/null 2>&1

if [ $? -eq 1 ]
then
aconnect 14:1 20:0
fi
/opt/qtractor/qtractor

[qtractor]#

The content of this field is kept private and will not be shown publicly.

Markdown

  • Parses markdown and converts it to HTML.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id> <img src alt height width> <strike> <pre> <p> <br>
  • Lines and paragraphs break automatically.

Filtered HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <b> <i> <pre> <img src alt height width> <strike>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
File attachments
Unlimited number of files can be uploaded to this field.
2 MB limit.
Allowed types: jpg jpeg gif png txt doc docx xls xlsx pdf ppt pps odt ods odp zip gz bz2 xz patch diff wav ogg flac ogv mp4 qtz.
CAPTCHA
Enter the characters shown in the image.