Hi
Is there a way to convert one channel from a midi file to wav and then
import it to audacity. I know I can use timidity to convert midi to wav,
what would be the best way to just export one channel to wav.
Regards
Hi!
gmorgan is a .. Rhythm Station, an organ with auto-accompaniment and a
"small" Band in a Linux Box. Uses MIDI and the ALSA sequencer for play the
rhythm patterns. Styles, patterns , sounds, and the mixer settings, can be
edited and saved.
Program is released GNU/GPL version 2.
== v0.17 (22/09/2003) ==
----------------------------------------------------------------------------------
- Rewrited Sequence Export Midifiles.
- Solved bug generating Midifiles.
- Added Control Pattern example.
- Pattern File Format Changed.
- Added Pattern Control Edit Window.
- Added Master Tune.
REQUERIMENTS
--------------------------
Linux
ALSA
Fltk
Midi Keyboard (Optional).
Available in:
http://personal.telefonica.terra.es/web/soudfontcombi/http://www.telefonica.net/web/soudfontcombi/http://perso.wanadoo.fr/guy.clotilde/GMORGAN/index.html
Grettings
Josep
>
> For now, though, I would work on updating alsa or solving
> the firmware
> issue (downgrade?).
Yeah... I tried using the RME firmware update app on windows... but it did nothing to get get from 50 down to 11, even after a complete shutdown and power-off. I haven't even found 50 listed on the RME website as something that exists... but I sent a message to george@xvisionaudio, who is listed as an RME support person, so I might get a message on Monday. Anyway, hopefully the new alsa drivers will have a viable update.
M
Thanks for your suggestions...
When I run "alsaconf" it finds the HDSP just fine, but when it tries to bring up the volume, I get this message:
Starting sound driver snd-hdsp Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-18.1.caps/kernel/sound/snd-hdsp.o: init_module: No such device
/lib/modules/2.4.20-18.1.caps/kernel/sound/snd-hdsp.o: insmod /lib/modules/2.4.20-18.1.caps/kernel/sound/snd-hdsp.o failed
/lib/modules/2.4.20-18.1.caps/kernel/sound/snd-hdsp.o: insmod snd-hdsp failed
[FAILED]
Starting sequencer [ OK ]
Restoring sound driver settings /usr/sbin/alsactl: load_state:1121: No soundcards found...
[FAILED]
After that an lsmod shows no snd-hdsp. Any idea what could cause this or how to go about solving it?
Thanks,
Matt Barber
Hi,
I just put together a linux box and I'm going to be using the RME Hammerfall DSP w/ the Multiface. When I do lspci I get:
01:09.0 Multimedia audio controller: Xilinx Corporation RME Hammerfall DSP (rev 32)
I'm kinda confused because I thought the rev should have been either 0a or 0b (or maybe 10 or 11). On my windows side I ran the firmware updater from the RME website, and I get "hardware revision 50" with a tag that says I don't need to update. Is this normal? I don't know if this makes a difference, but I'm currently running RedHat 9 with the kernel from Planet CCRMA (the .caps one rather than the .acpi, which won't work on my hardware for whatever reason).
Slowly but surely I'm gonna get this thing running on Linux. Any other hints anybody's dying to share? I'm sure I've missed a ton of conversation about the HDSP in the past... I'll be going through those later. =o)
Thanks,
Matt Barber
Greetings:
In the process of providing Tim with an example I found that some
severe instability sporadically occurs with the following setup:
Pd 0.37 (final)
vstserver 0.2.7
k_vst~ (latest)
WINE 20030911 from WineHQ (i.e., not Kjetil's)
Sometimes the server will go into an endless loop of "wine client
error" messages. No problem, I can kill the process with no difficulty,
but it would be nicer if it didn't happen. ;) The spin usually takes
place when I'm setting up the Pd patch for more than one plugin, but
unfortunately it doesn't happen all the time. I'll try Kjetil's version
of WINE later today.
Btw, I agree that it would be good to have a list of VST plugins known
to work in the environment. Alas, I have no time to put into such a
thing, but I will gladly donate my own list and comments.
Best regards,
== Dave Phillips
The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
The Linux Soundapps Site at http://linux-sound.org
The M-Audio MobilePre/Sonica/Transit/Ozone devices need a firmware
download before they can be used with Linux.
I've released a first beta of the madfu-firmware package which tries
to accomplish this.
Please note that I do not have any of these devices, and that the
loader is not tested at all. That's why I'm searching for volunteers.
:-)
To download the beta, go to
http://sourceforge.net/project/showfiles.php?group_id=87777&release_id=1833…
Please send any success/failure reports to
usb-midi-fw-user(a)lists.sf.net
Regards,
Clemens
Subject: LilyPond 2.0 prerelease available
X-Mailer: VM 7.14 under Emacs 21.2.1
Reply-To: hanwen(a)cs.uu.nl
FCC: ~/persoonlijk/Mail/sent
I have just released Lilypond 1.9.8. Relative to 1.9.7, it has a
number of small bugfixes and sports dotted hairpin crescendos.
However, this release also marks the end of my 2.0 release TODO
list. In other words, 1.9.8 is the first (and hopefully only) LilyPond
2.0 release candidate.
Please download and test it as widely as possible, before it is
released some time next week.
Enjoy!
Han-Wen
New features in 2.0 since 1.8
*****************************
* Crescendos can now be drawn dotted or stippled.
* Quarter tones are now supported. They are entered by suffixing
`ih' for a half-sharp and `eh' for a half-flat. Hence, the
following is an ascending list of pitches:
ceses ceseh ces ceh c cih cis cisih cisis
* The following constructs have been removed from the syntax:
\duration #SCHEME-DURATION
\pitch #SCHEME-PITCH
\outputproperty FUNC SYMBOL = VALUE
For `\outputproperty', the following may be substituted:
\applyoutput #(outputproperty-compatibility FUNC
SYMBOL VALUE)
* Clefs may now be transposed arbitrarily, for example
\clef "G_8"
\clef "G_15"
\clef "G_9"
* The syntax for chords and simultaneous music have changed. Chords
are entered as
<PITCHES>
while simultaneous music is entered as
<<..MUSIC LIST..>>
In effect, the meanings of both have been swapped relative to
their 1.8 definition. The syntax for lists in `\markup' has
changed alongside, but figured bass mode was not changed, i.e.:
\markup { \center <..LIST OF MARKUPS..> }
\figure { <figures> }
As chords the more often used than simultaneous music, this change
will save keystrokes.
* Each music expression can now be tagged, to make different printed
versions from the same music expression. In the following example,
we see two versions of a piece of music, one for the full score,
and one with cue notes for the instrumental part:
< \tag #'part <
{ c4 f2 g } % in the part, we have cue-notes
\\ R1 >
\tag #'score R1 % in the score: only a rest
>
The same can be applied to articulations, texts, etc.: they are
made by prepending
-\tag #YOUR-TAGS
to an articulation, for example,
c4-\tag #'with-fingerings -4 -\tag #'with-strings \6
This defines a note, which has a conditional fingering and a
string-number indication.
* The settings for chord-fingering are more flexible. You can
specify a list where fingerings may be placed, eg.
\property Voice.fingeringOrientations = #'(left down)
This will put the fingering for the lowest note below the chord,
and the rest to the left.
* The script previously known as `ly2dvi' has been renamed to
`lilypond'. The binary itself is now installed as `lilypond-bin'.
* Markup text (ie. general text formatting) may now be used for
lyrics too.
* Two new commands for grace notes have been added, `\acciaccatura'
and `\appoggiatura',
\appoggiatura f8 e4
\acciaccatura g8 f4
Both reflect the traditional meanings of acciaccatura and
appogiatura, and both insert insert a slur from the first grace
note to the main note.
* Layout options for grace notes are now stored in a context
property, and may now be set separately from musical content.
* The `\new' command will create a context with a unique name
automatically. Hence, for multi-staff scores, it is no longer
necessary to invent arbitrary context names. For example, a
two-staff score may be created by
\simultaneous {
\new Staff { NOTES FOR 1ST STAFF }
\new Staff { NOTES FOR 2ND STAFF }
}
* Octave checks make octave errors easier to correct. The syntax is
\octave PITCH
This checks that PITCH (without octave) yields PITCH (with octave)
in \relative mode. If not, a warning is printed, and the octave is
corrected.
* All articulations must now be entered postfix. For example,
c8[( d8])
is a pair of beamed slurred eighth notes.
* The definition of `\relative' has been simplified. Octaves are
now always propagated in the order that music is entered. In the
following example,
PRE
\repeat "unfold" 3 BODY \alternative { ALT1 ALT2 }
POST
the octave of BODY is based on PRE, the starting octave of ALT1 on
BODY, the starting octave of ALT2 on ALT1, and the starting octave
of POST on ALT2.
The same mechanism is used for all other music expressions, except
the chord. Backwards compatibility is retained through a special
program option, which is set through
#(ly:set-option 'old-relative)
--
Han-Wen Nienhuys | hanwen(a)cs.uu.nl | http://www.xs4all.nl/~hanwen
Sorry Folks if you are not German, but i am looking
for someone in Cologne who wants to exchange some
experiences:
Also Hallo !
Sollte da drau�en irgendejemand sein, der in K�ln lebt
und sich mit Linu-Audio besch�ftigt und sich
austauschen m�chte - Mir auch ein bi�chen helfen, beim
Installieren, Jmax, Ardour, PD etc.
Der melde sich doch mal bei mir. Ich geb n Essen aus,
wenns dann l�uft !!!
Gru� Luigi
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
Hello -
I was wondering if someone could help me along with getting VST's running
under Linux.
I have installed the version of WINE from the vstserver download area. I
have also built vstserver and can in fact run it. Finally, I have built
ladspavst.
This is where I am stuck. The ladspavst README didn't have any info to help
figure out how to run it.
Building ladspavst made vst.so. What now?
What I would like to try is getting VST's running with Ardour. Is this
possible?
Also, do any VSTi's work with vstserver?
Thanks for any and all info...
-- N