All,
I guess the subject says it all. Anyone had any luck using it?
--
Ivica Ico Bukvic, D.M.A.
Associate Professor
Composition, Music Technology
Director, DISIS Interactive Sound & Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Head, ICAT IMPACT Studio
Virginia Tech
School of Performing Arts - 0141
Blacksburg, VA 24061
(540) 231-6139
(540) 231-5034 (fax)
ico(a)vt.edu
http://disis.music.vt.eduhttp://l2ork.music.vt.edu
Could someone point me to some reference material to get MIDI
hardware up and running on my Linux system? I knew how to do this
just fine about 3 rev's of Ardour and 1 major rev of the kernel ago.
Unfortunately, all the documentation I'm finding is 7-10 years old.
I'm trying to figure out how to interconnect the *MIDI* of the following:
- M-Audio Delta 1010 hardware MIDI ports
- Mackie Control Universal hardware MIDI ports
- Alesis QS8 hardware synth
- a2jmidid software MIDI interface
- Ardour jack-MIDI ports
What can you folks advise?
Thanks...
--
Kevin
> On Thu, 2014-04-24 at 13:17 +0200, Fero Kiraly wrote:
> > (setBfree, zynaddsubfx, pd-> MIDI
> > bridge to analog monosynth MS20)
PS:
A virtual MS20 or a real MS20 with a MIDI to CV gate interface?
wow. great ! thank you ! I use CPH a lot with puredata.
It will be great if it will be possibile to set up OSC host adress with
commandline options or so. Then it will be possibile to automate the
starting and connecting process.
cheers.
fero
Hello dear linux audio users,
Having read threads about harmonySEQ, i decided to try it, then to
package it for ubuntu 14.04 as it is not included in the official
repository. As i also tested qtractor 0.6.0, i packaged it as well since
official ubuntu repository offers an older version.
I read the ubuntu packaging guide online, and finally succeed to submit
these two source packages on my launchpad personal package archive. I
thought these packages would be useful for some of you too if you are a
ubuntu user. These 14.04-only packages should be OK to install on any
ubuntu 'trusty' flavour. If you like qtractor or harmonyseq, and use the
latest ubuntu, you may be interested in adding the PPA into your APT
configuration. See details on 'howto' here:
https://launchpad.net/~brouits/+archive/ppa
Actually, its just a matter of blind typing 3 comands in a terminal:
$ sudo add-apt-repository ppa:brouits/ppa
$ sudo apt-get update
$ sudo apt-get install harmonyseq qtractor
(do not type the '$')
These _unofficial_ packages have been built for both 64bit and 32bit
Intel platform.
But BEWARE, these packages are for ubuntu _14.04_ only. Do not install
them on an older ubuntu version.
If you have an older ubuntu, you might want the source package: i can
give you so that you can build it on your version.. if it works.
Qtractor has been compiled _without_ Windows VST support (cause i do not
have the Steinberg vSt sdk, which needs a registration on the Steinberg
website), and linked against Qt4 gui library (QT5 version gave weird
menus on a Unity desktop).
HarmonySEQ is just as is, no special enabled or disabled features.
Thanks to the authors of these cool softwares.
Cheers, and happy composition.
- Ben
I gave it a royal tryout just now. Below is sound-patch startup code, it's actually a mashup of most of my START-INITIAL script which runs at boot, and the first patch script which it calls. When I keep the schedtool prefixes, MIDI keyhits all make it in and synths all get their signal out through the sound card output. When I don't, about one in 20-30 keyhits (and also occasionally key-ups) get lost, and there are cutouts both at high load and very low loads. Some may notice I have let the latency rise to 4; this too seems to be indicated for the loads I'm using, though if I were using just one light load (say, a simple Yoshimi patch), it could be ratcheted down a lot. Oddly, it does appear that a different patch which calls just Fluidsynth, functions as a heavier load than three Yoshimis; it is true that Fluidsynth is itself using a rather big four-voiced soundfont. I have another which right now is two Yoshimis plus the same Fluidsynth an octave lower (octave handled by mididings), that one is higher yet, but the setup and weights below are handling it well.
The relative weights are definitely guesses based on behavior. I just increase the weight of anything which misbehaves, until it makes it worse, then reverse :-) I did find earlier tonight that I had neglected my limits.conf, so this is what I have set now, which allows those numbers below to actually work:
@audio - rtprio 95
@audio - nice -19
@audio - memlock 512000
I'm not sure the nice is at all needed, but it doesn't seem to be harming anything.
J.E.B.
------
jack_control start
jack_control ds dummy
jack_control dps capture 0
jack_control dps playback 0
jack_control dps rate 48000
jack_control dps period 64
jack_control eps realtime true
jack_control eps realtime-priority 50
jack_control eps clock-source 1
# Stop any running audio elements
echo "Stop any running audio elements..."
killall -9 -w yoshimi fluidsynth zita-j2a aj-snapshot calfjackhost non-mixer rakarrack mididings lashd
killall -9 -w yoshimi fluidsynth zita-j2a aj-snapshot calfjackhost non-mixer rakarrack mididings lashd
# Remove all connections
echo "Stopping a2j..."
a2j_control stop
echo "Stopping Jackd to remove all connections..."
killall -9 -w jackdbus
killall -9 -w jackdbus
jack_control stop
echo "Starting Jackd..."
jack_control start
sleep 2
# Running a2j -- needful to use ALSA MIDI devices with
# zita-a2j, which uses the 'dummy' driver in Jack
echo "Starting a2jmidid..."
a2j_control ehw
a2j_control start
# Start zita-j2a for audio out
echo "Starting Zita..."
nohup schedtool -R -p 80 -e zita-j2a -d hw:SB -r 48000 -p 64 &
# Start all relevant audio elements
echo "Start all relevant audio elements..."
nohup schedtool -R -p 75 -e mididings -f /home/jeb/Combine.py \
> /home/jeb/LOGS/Combine.log &
nohup schedtool -R -p 50 -e calfjackhost --client CalfSRO \
eq12:SRO ! reverb:SRO ! Compressor:SRO \
> /home/jeb/LOGS/calfjackhost-SRO.log &
nohup schedtool -R -p 50 -e yoshimi -N YoshSRO1 -j \
-l /home/jeb/YOSHIMI/SROpart1.xmz > /home/jeb/LOGS/Yoshimi-SRO1.log &
nohup schedtool -R -p 50 -e yoshimi -N YoshSRO2 -j \
-l /home/jeb/YOSHIMI/SROpart2.xmz > /home/jeb/LOGS/Yoshimi-SRO2.log &
nohup schedtool -R -p 50 -e yoshimi -N YoshSRO3 -j \
-l /home/jeb/YOSHIMI/SROpart3.xmz > /home/jeb/LOGS/Yoshimi-SRO3.log &
sleep 2
# And lastly, create jackd connections using aj-snapshot
echo "And lastly, create jackd connections using aj-snapshot..."
cp /home/jeb/AJSRO.xml /home/jeb/AJRunning.xml
nohup schedtool -R -p 75 -e aj-snapshot -d AJRunning.xml &