Hi LAU!
My band, which is about to change name but currently has a few rough
demos up here:
http://www.myspace.com/iamtenninja
Is looking for an experienced produced to mix, tweak and generally and
improve the sound of our Ardour sessions. We're not signed and nor can
we afford serious money but we thought it would be a good idea to see
who may be up for working with us on here- the idea being that the
first track would be worked on for (next to) nothing and then if we
like what you do we can come to an agreement for reasonable payment
for subsequent tracks.
Please respond to my email or otherwise get in touch with us off list please,
Thanks!
Dan
(whoops, didn't mean to reply to this off-list, reply inline below)
On Mon, 05 Sep 2011 11:55:11 +0200, Jeremy Jongepier wrote:
> On 09/05/2011 11:49 AM, allcoms wrote:
>> Hi LAU!
...
> And maybe Sean Corbett could help you out: http://obsoleteaudio.org/
Wow, thanks for the mention... Wish I could help Allcoms, but
unfortunately I'm sort of "between studios" at the moment -- most of my
audio gear is lent to a friend who's working on an album with his band.
If you're still looking for help in about 6 months or a year, give me a
shout, I'd be glad to lend an ear. :) (unintentional rhyme, I promise)
-sean
>
> Best,
>
> Jeremy
> _______________________________________________
> Linux-audio-user mailing list
> Linux-audio-user(a)lists.linuxaudio.org
> http://lists.linuxaudio.org/listinfo/linux-audio-user
Tony Austin wrote:
> I was under the impression that virmidi was the Linux equivalent of Midi
> Yoke,
A better equivalent would be the "Through" port(s) created with the
snd-seq-dummy module.
In Windows, MIDI devices drivers have ports that programs can connect to,
while programs cannot create ports. Therefore, if you want to connect two
programs, you have to use a tool like Midi Yoke that creates a virtual
device.
In Linux, both drivers and programs can create ports, and synthesizers
typically do create such ports so that you can connect directly to them.
Wine doesn't do this for Windows applications, so you have to use
a "Through" port, which behaves like a MIDI through port in Midi Yoke.
> The midi interfaces that looked useful that I can see in BIAB and Reaper are
> the virmidi ones.
Tell BiaB to play to the Through port, and tell Reaper to record from
the Through port.
Regards,
Clemens
I had virmidi working fine with 10.4 Lucid but since updating to 11.04 Natty
I cannot make it work.
I have followed the HOWTO [url]
http://tldp.org/HOWTO/MIDI-HOWTO-10.html[/url] which is the best and about
the only reference I can find. It's out of date but I've done my best with
it.
I have installed the standard 11.04 installation as an update from 10.04 -
generally everything is fine, just this one problem.
My installation includes:-
paman - Pulse Audio Manager
pulseaudio
pulseaudio-module-jack
qjackctl
jackd1 (I can't get jackd2 to work)
aconnectgui - midi router
vmpk - virtual midi piano keyboard
timidity - midi synthesizer
Here's what I've done:-
[CODE]/etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
lp
snd-virmidi index=1[/CODE]
virmidi seems to load fine
[QUOTE]tony@ubuntu:~$ lsmod|grep virmidi
snd_virmidi 13064 0
snd_seq_virmidi 13309 1 snd_virmidi
snd_rawmidi 25269 2 snd_seq_virmidi,snd_seq_midi
snd_seq_midi_event 14475 2 snd_seq_virmidi,snd_seq_midi
snd_seq 51291 8
snd_seq_dummy,snd_seq_virmidi,snd_seq_midi,snd_seq_midi_event
snd 55295 19
snd_intel8x0,snd_ac97_codec,snd_pcm,snd_virmidi,snd_seq_virmidi,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
tony@ubuntu:~$[/QUOTE]
I put these lines in /etc/modprobe.d/alsa-base.conf
[CODE] # mods for virmidi
# Configure support for OSS /dev/sequencer and
# /dev/music (aka /dev/sequencer2)
# (Takashi Iwai advises that it is unnecessary
# to alias these services beyond the first card, i.e., card 0)
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-8 snd-seq-oss
# Configure card 1 (second card) as a virtual MIDI card
alias sound-slot-1 snd-card-1
alias snd-card-1 snd-virmidi[/CODE]
the sound stopped working altogether so I took them out again.
I've checked
[QUOTE]tony@ubuntu:~$ cat /proc/asound/cards
0 [ICH6 ]: ICH4 - Intel ICH6
Intel ICH6 with AD1981B at irq 21
1 [VirMIDI ]: VirMIDI - VirMIDI
Virtual MIDI Card 1
tony@ubuntu:~$[/QUOTE]
[QUOTE]tony@ubuntu:~$ cat /proc/asound/devices
1: : sequencer
2: [ 1- 3]: raw midi
3: [ 1- 2]: raw midi
4: [ 1- 1]: raw midi
5: [ 1- 0]: raw midi
6: [ 1] : control
7: [ 0- 4]: digital audio playback
8: [ 0- 3]: digital audio capture
9: [ 0- 2]: digital audio capture
10: [ 0- 1]: digital audio capture
11: [ 0- 0]: digital audio playback
12: [ 0- 0]: digital audio capture
13: [ 0] : control
33: : timer
tony@ubuntu:~$[/QUOTE]
[QUOTE]tony@ubuntu:~$ aconnect -o
client 14: 'Midi Through' [type=kernel]
0 'Midi Through Port-0'
client 20: 'Virtual Raw MIDI 1-0' [type=kernel]
0 'VirMIDI 1-0 '
client 21: 'Virtual Raw MIDI 1-1' [type=kernel]
0 'VirMIDI 1-1 '
client 22: 'Virtual Raw MIDI 1-2' [type=kernel]
0 'VirMIDI 1-2 '
client 23: 'Virtual Raw MIDI 1-3' [type=kernel]
0 'VirMIDI 1-3 '
client 129: 'TiMidity' [type=user]
0 'TiMidity port 0 '
1 'TiMidity port 1 '
2 'TiMidity port 2 '
3 'TiMidity port 3 '
tony@ubuntu:~$[/QUOTE]
[QUOTE]tony@ubuntu:~$ aconnect -i
client 0: 'System' [type=kernel]
0 'Timer '
1 'Announce '
client 14: 'Midi Through' [type=kernel]
0 'Midi Through Port-0'
client 20: 'Virtual Raw MIDI 1-0' [type=kernel]
0 'VirMIDI 1-0 '
client 21: 'Virtual Raw MIDI 1-1' [type=kernel]
0 'VirMIDI 1-1 '
client 22: 'Virtual Raw MIDI 1-2' [type=kernel]
0 'VirMIDI 1-2 '
client 23: 'Virtual Raw MIDI 1-3' [type=kernel]
0 'VirMIDI 1-3 '
tony@ubuntu:~$
[/QUOTE]
Everything is as per the HOWTO.
HOWTO says
[QUOTE] $ ln -s /dev/snd/midiC2D0 /dev/midi20
$ ln -s /dev/snd/midiC2D1 /dev/midi21
[...]
but this should not be necessary, so don't do this at home, kids![/QUOTE]
I can't find an install of for aseqview anywhere and don't know if it would
be useful if I did.
I can use either qjackctl or aconnectgui to make the virtual patches.
I test thus:-
1. start timidity
2. launch vmpk virtual keyboard
3. edit connections in vmpk to send output to a timidity port
4. play the keyboard and I can hear the piano
5. edit connections in vmpk to send output to virmidi port
6. change the connections in aconnectgui
[IMG]
http://www.wikiwhatever.com/aconnectgui-1.jpg[/IMG][IMG]http://www.wikiwhat…
7. play the keyboard and there is no sound
8. conclusion: virmidi is not working.
If anyone can shed any light on this I would be grateful.
Tony
Greetings,
A video from a recent performance of my band playing one of my songs:
http://www.youtube.com/watch?v=GqgDNiFXxPI
My brother shot it with a new recorder, he doesn't quite have the audio
settings optimized, but it's the best vid we've got of the band so far.
Just so I wouldn't be utterly OT I did the titles and rendering with the
latest Kdenlive. :)
Best,
dp
Hi All,
I'm working on an adventure game, which is entirely speech based. It is
similar to a text-based adventure game, except you speak and hear the text,
rather than typing and reading it.
I am looking for people to test it and give me suggestions for improvement.
The game itself is just a retrofitted version of the Colossal Cave Adventure
game (known to some as simply "adventure"), and it uses CMU PocketSphinx for
speech recognition, and Festival for speech production. It was originally a
Uni project.
If playing this sort of game, and giving me feedback on it seems interesting
to you, please let me know.
If you just want to download the source right away, the link is
here<https://github.com/downloads/jeremysalwen/adventure-sphinx/adventure_sphinx…>.
However, I might warn you that the game is a bit rough to play if you are
not familiar with it (which is precisely why I am looking for feedback on
ways to improve it).
If you've played the game, please let me know:
1. What you tried to do that it wouldn't allow you to.
2. What phrasings didn't work for commands which you thought should have.
3. What it had a hard time recognizing.
4. Anything it recognized as a command that doesn't make syntactical sense.
If you're getting really bad speech recognition results, remember to try to
adjust your microphone and volume settings.
Thanks a lot,
Jeremy Salwen
Hi.
Have anyone of you ever used Timidity Win32GUI, that is the .exe gui for windows? If not you may download it from http://timidity.s11.xrea.com/index.en.html and run it under wine, that it works right.
What I have in mind here is that I didn't find all the options that windows gui has in timidity gui's for linux nor in command line.
For example, in win32gui there's a menu "config" and an option "preference". There you may check boxes that will allow timidity to recognize or not reverb, attack, chorus and many other specifications in the midi file. I know that if we launch timidity from command line on linux we may specify these paramenters for all files, but I what I need is a way to make timidity on linux recognize how these parameters are set and/or changed in a midi file while playing it.
The reason is that I use timidity as output for rosegarden. While typing in rosegarden I insert in the file changes for attack, reverb, brightness and so on. But playing it in rosegarden with timidity as output or exporting it as midi and playing in timidity through linux gui's brings no effect change. However if I take the midi file and play it on windows gui all effects are recognized!
I have noted that win32gui generates a .ini file where these configurations are stored but in linux I didn't find anything similar.
Can anyone help me, please, to make timidity on çlinux recognize effects changes?
Thank you.
Fernando Martin
Hi List,
I have 3 soundcards on my laptop, which the USB-Audio is the one that I use
for audio:
cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xda100000 irq 49
1 [HDMI ]: HDA-Intel - HDA ATI HDMI
HDA ATI HDMI at 0xda010000 irq 50
2 [CODEC ]: USB-Audio - USB Audio CODEC
Burr-Brown from TI USB Audio CODEC at
usb-0000:00:1a.1-1, full speed
The other ones (Intel at IRQ49 and HDMI at IRQ50) are both named as
"hda_intel" in /proc/interrupts
cat /proc/interrupts
CPU0 CPU1
0: 2154514 2010267 IO-APIC-edge timer
1: 5855 3 IO-APIC-edge i8042
8: 0 1 IO-APIC-edge rtc0
9: 3021 126 IO-APIC-fasteoi acpi
12: 79 168302 IO-APIC-edge i8042
16: 251 150500 IO-APIC-fasteoi uhci_hcd:usb3, uhci_hcd:usb7,
jmb38x_ms:slot0, mmc0, eth1
18: 0 0 IO-APIC-fasteoi uhci_hcd:usb8
19: 0 3 IO-APIC-fasteoi ehci_hcd:usb1, uhci_hcd:usb6
20: 16 14 IO-APIC-fasteoi ehci_hcd:usb2, uhci_hcd:usb5
21: 5123 1 IO-APIC-fasteoi uhci_hcd:usb4
46: 0 0 PCI-MSI-edge eth0
47: 50155 2690 PCI-MSI-edge ahci
48: 188 4372 PCI-MSI-edge radeon
49: 332 226 PCI-MSI-edge hda_intel
50: 138 252 PCI-MSI-edge hda_intel
NMI: 0 0 Non-maskable interrupts
LOC: 1223006 1601379 Local timer interrupts
SPU: 0 0 Spurious interrupts
PMI: 0 0 Performance monitoring interrupts
IWI: 0 0 IRQ work interrupts
RES: 16171 8941 Rescheduling interrupts
CAL: 5353 4038 Function call interrupts
TLB: 2520 2658 TLB shootdowns
TRM: 0 0 Thermal event interrupts
THR: 0 0 Threshold APIC interrupts
MCE: 0 0 Machine check exceptions
MCP: 18 18 Machine check polls
So my question is:
How to name the service name in the RTIRQ_NAME_LIST in rtirq.conf if both
cards are named as "hda_intel"?
I think that a solution will be to blacklist the HDA ATI HDMI, but I would
like to know if there is some other way.
Thank you very much.
Diego
Hey All,
I'm currently thinking about getting a "grid" style controller, something to
control a live performance. Looking at the options I see the Novation
Launchpad <http://www.novationmusic.com/products/midi_controllers/launchpad>,
Akai APC 20 <http://www.akaipro.com/apc20>, Akai APC
40<http://www.akaipro.com/apc40>
.
I'm aware that the launchpad has been "converted" to linux by the great work
of NightMorph (see here <https://github.com/nightmorph/launchpad>) A bit of
googling / forum reading didn't get me many results on if the APC line works
with Linux / if its a standard MIDI device?
Very instrested in peoples experiences!
Cheers, -Harry