Greetings:
Thanks, Marcus, I hope it's helpful. I've corrected some errors
already, added some URLs to the plugins used in the tutorial, and a
fresh version is now on-line. :)
Best regards,
dp
marcus wrote:
>Terrific work on this tutorial, which will help me and others do musical
>things we never thought possible on a shoestring budget.
>
>Marcus Planet
>
>On Thursday 07 October 2004 02:43 pm, Dave Phillips wrote:
>
>
>>Greetings:
>>
>> I now have direct ftp access to the Quick Toots site and have updated
>>the VST/i tutorial here:
>>
>> http://www.djcj.org/LAU/quicktoots/toots/vst-plugins/
>>
>> Enjoy, and please send corrections and suggestions directly to me.
>>
>>Best regards,
>>
>>dp
>>
>>Timo Sivula wrote:
>>
>>
>>>Hi,
>>>
>>>I have put quite a lot of time on trying to make vstserver and jack_vst
>>>to work on my planet CCRMA box to no avail. A quick search on the
>>>internet shows that I am not the only one who has given up on these
>>>tools.
>>>
>>>Are there perhaps some grace coming from the ruler of Planet CCRMA to
>>>this misery ;-)
>>>
>>>br, Timo
>>>
>>>_______________________________________________
>>>PlanetCCRMA mailing list
>>>PlanetCCRMA(a)ccrma.stanford.edu
>>>http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>>>
>>>
>>_______________________________________________
>>PlanetCCRMA mailing list
>>PlanetCCRMA(a)ccrma.stanford.edu
>>http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>>
>>
>
>_______________________________________________
>PlanetCCRMA mailing list
>PlanetCCRMA(a)ccrma.stanford.edu
>http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>
>
>
I've been contacted by Ludo Magnocavallo who's trying to call the
attention of Linux Audio users to Podcasting.
If you haven't heard anything about Podcasting, as it was the case with
me, you might be interested in the links I collected:
<http://linuxaudioblog.jawebada.de/misc/linux-audio-and-podcasting.html>
> From: Clemens Ladisch <clemens(a)ladisch.de>
> Put the following into your /etc/asound.conf or ~/.asoundrc:
> pcm.multi {
...
Thanks for the help!
Now both my ~/.asoundrc and /etc/asound.conf look like follows:
-----------------
pcm.multi {
type plug
slave.pcm {
type multi
slaves.a {
pcm "hw:0"
channels 2
}
slaves.b {
pcm "hw:1"
channels 2
}
slaves.c {
pcm "hw:2"
channels 2
}
bindings [
{ slave a channel 0 }
{ slave a channel 1 }
{ slave b channel 0 }
{ slave b channel 1 }
{ slave c channel 0 }
{ slave c channel 1 }
]
}
}
---------------
> and tell Jack to use device name "multi".
This is what I get in the messages window of qjackctl:
/usr/bin/jackstart -R -dalsa -dmulti -r47040 -p64 -n5 -S -i2 -o2
JACK was started with PID=4250 (0x109a).
back from read, ret = 1 errno == Success
jackd 0.99.0
Copyright 2001-2003 Paul Davis and others.
jackd comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
loading driver ..
apparent rate = 47040
creating alsa driver ...
multi|multi|64|5|47040|2|2|nomon|swmeter|-|16bit
ALSA lib pcm.c:1972:(snd_pcm_open_noupdate) Unknown PCM multi
ALSA lib pcm.c:1972:(snd_pcm_open_noupdate) Unknown PCM multi
ALSA: Cannot open PCM device alsa_pcm for playback. Falling back to
capture-only mode
cannot load driver module alsa
JACK was stopped successfully.
Could not connect to JACK server as client.
------------
It seems like Jack does not recognize the new "multi" device?
br, Timo
Well, my studio has never been such an exciting place as it has been
this last week. The reason is all those great developers on this and
other groups who have been developing and evolving this most brilliant
audio solution. I am currently running TAP reverbED, JACK Rack using
G2Reverb and Freeverb, Ardour, Qjackctl, Jamin and Rezound all on Planet
CCRMA RH9.
This I call my Linfx machine incorporated into my system of 3 other
standalone Windoze machines. Using a C-Port as an interface (I have 3),
I've integrated the rev's into my send/return network on the desk and
use Ardour to mix to, then Jamin to master.
It runs all day, without any x-runs ( 512 buffer size) and my lust
factor is beginning to grow daily.
Your efforts as a community have begun to pay off; if you setup a
machine properly on the hardware level first, then follow the elegant
and clear explanations provided by Nando (you rule guy!) even a newbie
like me can can get this up and running to this level of totally stable
functionality....for real !
I can't tell you how fantastic it is to be finally using Linux with
these outstanding apps.... and it's looking so good for the future.
My sincere congratulations to
Paul,Jan,Tom,Jack,Nando,Rui,Dave,Steve,Bob,all the LADSPA dev people and
of coarse Linus !
And a very special thanks to Dave Phillips 'cause without him I may
never have heard of any of you !
Very well done.
Geoff.
Greetings:
I now have direct ftp access to the Quick Toots site and have updated
the VST/i tutorial here:
http://www.djcj.org/LAU/quicktoots/toots/vst-plugins/
Enjoy, and please send corrections and suggestions directly to me.
Best regards,
dp
Timo Sivula wrote:
>Hi,
>
>I have put quite a lot of time on trying to make vstserver and jack_vst
>to work on my planet CCRMA box to no avail. A quick search on the
>internet shows that I am not the only one who has given up on these
>tools.
>
>Are there perhaps some grace coming from the ruler of Planet CCRMA to
>this misery ;-)
>
>br, Timo
>
>_______________________________________________
>PlanetCCRMA mailing list
>PlanetCCRMA(a)ccrma.stanford.edu
>http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma
>
>
>
>I just tried this one, but after compiling successfully, I started the
>program and got no jack connections, no toolbar, no configuration
>window, and no file/save preset capability.
>
>Running FC1/CCRMA/xfce
>
>Dan
Are you saying nothing happens, or that the window pops up but isn't behaving as expected? If no window is showing up you've got a problem.
Otherwise-
Jack connections: it won't connect to jack until you select Effector->Play
Presets: you create your own and save them using Preset->Save New Preset
Tool Bar: don't need it
Configuration window: Use View->Show Whatever_you_need_to_see
I'm running it on a Gentoo box.
-Reuben
> > > However, as I\'ve found it the hard way, the -mm2 series is now
> > > known to have broken USB support, so if you rely on this
> > > subsystem for anything critical, stay away from those.
> >
> > I can\'t really boot into T1 yet, I\'d recommend waiting a bit.
>
> Same here, S7 should work well though.
I wouldnt know. I just built 2.6.9-rc3-mm2-VP-S9 but the first thing
I get when I boot is a Aieee Kernel message. I cant figure out where
because its on that initial screen where the font is giant. And of
course syslogd has not started yet.
Any ideas why?
Thanks for the help!
-thewade
I am just about to build voluntary-preempt-2.6.9-rc3-mm2-S9, but now I
see in Ingo\'s folder some voluntary-preempt-2.6.9-rc3-mm2-T0 and T1
patches: what is the difference between the two?
Thanks!
-thewade
On Wednesday 06 October 2004, Dave Phillips wrote:
> Have you set up DOSemu for MIDI input ? It's not automatic, but it's
> easy. I link ~/.dosemu/run/dosemu-midi_in to /dev/midi00, the hardware
> MIDI port on my system. If you're using midid I'm not sure recording can
> be enabled for it.
Yes, thanks. I did it, but it was not enough. I realized that Cakewalk has a
setup procedure for the MPU401 MIDI driver settings. I needed to change the
IRQ number to match the DOSemu sound emulation parameters, and now recording
(and MIDI thru) is working very well.
If anybody else needs to use Cakewalk for DOS from DOSEmu, the procedure is:
- Start the program under DOSemu with the command "CAKEPRO -S", then:
- From the setup menu, choose 3 (MIDI Interface Setup)
- Change the IRQ number from the default value 2 to 5.
The number 5 is also a DOSemu configuration option in /etc/dosemu.conf,
$_sb_irq, initially set to 5, which is the default Sound Blaster IRQ number.
It can be set to any other number that must match with the Cakewalk driver
setting. Another relevant parameter is the $_mpu_base port number (0x300 by
default).
Regards,
Pedro