At 09:58 28.05.03 -0400, linux-audio-user-request(a)music.columbia.edu wrote:
>Do we have any software tools for converting mtc to
>midiclock?
a sequenzer will be such tool. connect mtc to midi-in, set the sequenzer to
be synced by ext. mtc, and the midi-out to carry midi clock.
midi clock is bpm-based. set the song-tempo to the desired value.
'start','stop' and 'contue' are not included in mtc.
urban
http://www.nusurf.at/
At 09:58 28.05.03 -0400, linux-audio-user-request(a)music.columbia.edu wrote:
>Do we have any software tools for converting mtc to
>midiclock?
a sequenzer will be such tool. connect mtc to midi-in, set the sequenzer to
be synced by ext. mtc, and the midi-out to carry midi clock.
midi clock is bpm-based. set the song-tempo to the desired value.
'start','stop' and 'contue' are not included in mtc.
urban
Hi all, I'm a newbie to linux. I've got a Delta 44
that I'm trying to run on RedHat 8.0 . As far as I
know I need the ALSA drivers, but I have no idea where
to begin installing all the necessary drivers and such
or how to do so. If any one is willing to help me
from the beginning it would be greatly appreciated.
I'm mostly interested in just using XMMS and Audion.
Cheers,
the Smiling Goat
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
http://plugin.org.uk/releases/0.4.2/
Highly recomended upgrade for 0.4.x users.
Changes:
* Great new set of filter plugins from Alexander Ehlert
* Applied patch from Anand Kumria to make it build with gcc 3.3
* Rewrote the flanger modulation code - its not optimised, but should work
* Added support for FFTW3
* Added denormal killer to l/c/r delay - hopefully works better on PIV
* Fixed serious peak detection bug in lookahead limiter
* Things I forgot
Thanks to Nick T. and Anand K. for bug reports and Alexander E. for the
new plugins.
FFTW3 is much better than old versions, but if youre going to upgrade make
sure you tell it to build the 32bit library, and optimise it right for
your CPU. The SIMD optimisations (SSE etc.) make a lot of difference.
FFTW2 will be supported for the near future anyway.
- Steve
Hi all,
I was just wondering if anyone had compiled Shaketracker with gcc-3.2? I
get the following errors...
c++ -DPACKAGE=\"shaketracker\" -DVERSION=\"0.4.6\" -I. -I.
-I/usr/local/lib/sigc++-1.0/include -I/usr/local/include/sigc++-1.0
-I/usr/local/lib/gtkmm/include -I/usr/local/include
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -I/usr/local/lib/sigc++-1.0/include
-I/usr/local/include/sigc++-1.0 -DPOSIX_ENABLED -DALSA_ENABLED -g3
-c midioutdevicemanager.cpp
In file included from midioutdevicemanager.h:20,
from midioutdevicemanager.cpp:18:
midioutdevice.h:33: 'string' is used as a type, but is not defined as a
type.
midioutdevice.h:34: 'string' is used as a type, but is not defined as a
type.
midioutdevice.h:43: parse error before `)' token
midioutdevice.h:44: parse error before `)' token
midioutdevice.h: In function `int get_subdevices_count()':
midioutdevice.h:46: `subdevices_count' undeclared (first use this function)
midioutdevice.h:46: (Each undeclared identifier is reported only once
for each
function it appears in.)
midioutdevice.h: At global scope:
midioutdevice.h:47: syntax error before `(' token
midioutdevice.h:49: virtual outside class declaration
midioutdevice.h:50: virtual outside class declaration
midioutdevice.h:51: virtual outside class declaration
midioutdevice.h: In function `bool is_subdevice_enabled(int)':
midioutdevice.h:51: `subdevice_enabled' undeclared (first use this
function)
midioutdevice.h: At global scope:
midioutdevice.h:54: virtual outside class declaration
midioutdevice.h:55: virtual outside class declaration
midioutdevice.h:56: virtual outside class declaration
midioutdevice.h:57: virtual outside class declaration
midioutdevice.h:58: virtual outside class declaration
midioutdevice.h:59: virtual outside class declaration
midioutdevice.h:60: virtual outside class declaration
midioutdevice.h:61: virtual outside class declaration
midioutdevice.h:62: virtual outside class declaration
midioutdevice.h:64: virtual outside class declaration
midioutdevice.h:65: virtual outside class declaration
midioutdevice.h:67: virtual outside class declaration
midioutdevice.h:68: virtual outside class declaration
midioutdevice.h:69: virtual outside class declaration
midioutdevice.h:70: virtual outside class declaration
midioutdevice.h:71: virtual outside class declaration
midioutdevice.h:73: parse error before `)' token
midioutdevice.h:74: destructors must be member functions
midioutdevice.h:74: virtual outside class declaration
midioutdevice.h:75: parse error before `}' token
In file included from midioutdevicemanager.cpp:18:
midioutdevicemanager.h:37: 'vector' is used as a type, but is not
defined as a
type.
midioutdevicemanager.h:41: syntax error before `*' token
midioutdevicemanager.h:48: parse error before `)' token
midioutdevicemanager.h:50: parse error before `)' token
midioutdevicemanager.h:51: parse error before `)' token
midioutdevicemanager.h:54: `newdevice' was not declared in this scope
midioutdevicemanager.h:54: invalid data member initialization
midioutdevicemanager.h:54: (use `=' to initialize static data members)
midioutdevicemanager.h:54: variable or field `AddDevice' declared void
midioutdevicemanager.h: In member function `bool
MidiOutDeviceManager::is_device_enabled(int)':
midioutdevicemanager.h:55: `device_array' undeclared (first use this
function)
midioutdevicemanager.cpp: In member function `int
MidiOutDeviceManager::real_device(unsigned int)':
midioutdevicemanager.cpp:23: `subdev_vector' undeclared (first use this
function)
midioutdevicemanager.cpp: At global scope:
midioutdevicemanager.cpp:38: `newdevice' was not declared in this scope
midioutdevicemanager.cpp:38: `void MidiOutDeviceManager::AddDevice' is
not a
static member of `class MidiOutDeviceManager'
midioutdevicemanager.cpp:38: variable `void MidiOutDeviceManager::AddDevice'
has initializer but incomplete type
midioutdevicemanager.cpp:38: syntax error before `{' token
midioutdevicemanager.cpp:43: syntax error before `++' token
midioutdevicemanager.cpp:47: ISO C++ forbids declaration of `
regenerate_subdev_vector' with no type
midioutdevicemanager.cpp:49: parse error before `}' token
midioutdevicemanager.cpp:53: syntax error before `::' token
midioutdevicemanager.cpp:58: syntax error before `::' token
midioutdevicemanager.cpp:64: syntax error before `::' token
make[1]: *** [midioutdevicemanager.o] Error 1
make[1]: Leaving directory
`/home/jordan/src/audio/shaketracker-0.4.6/trackercore'
make: *** [all-recursive] Error 1
Is Jack meant to be run as root? I thought it was, but reading the
thread about jack start-up scripts suggested otherwise.
Howver, if I launch Jack and ladcca as a normal user, ladcca keeps
complaining that it can't read a folder in the root directory. I think
other patch apps did the same. This is partly what lead me to suppose
that Jack and associated apps had to run as root.
--
Rohan Parkes <rparkes(a)email.com>
Hi,
I've run into problems with my audiophile 2496 where
the mpu401 hardware design doesn't support TX
interupts so when spinlocks occur it causes complete
system lockup. Power reset required.
My primary midi concern is i/o for mmc and mtc.
Questions
1. I've got a midiman usb 8x8, has anyone gotten this
to work with the firmware from the Linux Hotplug? I
think this work was done by Clemens Ladisch.
2. If I can get the 8x8 working, this would eliminate
the need for an audiocard that has midi i/o. Right?
3. Is anyone using active usb extension cables? We've
gotta run about 50 ft. Anyone see a problem with that?
Well, question 2 seems obvious but better to be safe.
ron
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
What can I say....i need a few more hits on my site...if that makes me a
slut, so be it ;)
_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
Hi,
>
> Some time ago I asked for a PCI soundcard which can deal with
> *.sf(2) soundfonts and works on Linux. I was told "soundblaster live 512"
> is a good choice. But this soundcard is unknown to all resellers.
> (They know "soundblaster live 5.1", but I'm afraid it has no
> hardware MIDI synthesizer.)
To my knowledge _all_ sb-live cards are built on the emu10k chip. Hence all
live cards support soundfonts in hardware.
>
> Now a reseller recommended "Audigy 6.1 platinum". Is there
> anybody who has experiences with this type of soundcard?
> Escpecially: Does the hardware MIDI synthesizer work on Linux?
> Can I change the orchestra using "sfxload" ?
Audigy is not a bad card if you want hardware soundfont support
(I'm unsure how good it is supported under linux though, last time I tried
,I've got one, it didn't work that well...)
Having said this, I should add that I own several sb-live cards in various
configurations. These days though I almost never use the built in support for
soundfonts. Most of the time I find it better to use Fluidsynth. The only
concern here is that Fluidsynth will consume CPU resources which the hardware
synth won't.
Regards,
Robert