This is Steinway_IMIS soundfont, version 2.2.
ftp://musix.ourproject.org/pub/musix/sf2/Steinway_IMIS2.2
This version fixes the issue with loops. I hope this is the good one
and there are no more remaining major bugs.
Marcos is a little busy right now, so he asked me to make this fix. He
is thinking to make other improvements, so expect more updates soon.
Hello,
Does anyone know of a good plugin that will generate subharmonics?
I would like to put a little more low frequency "oomph" into my bass
track. Preferrable LADSPA, but VST would work, too.
Thanks for any help!
-TimH
Research tells me that QSynth seems to be the only currently
available/usable GUI for FluidSynth, but I get big xruns whenever I try and
use it. FluidSynth itself doesn't cause me problems (I know because I'm able
to use the FluidSynth-DSSI plugin fine in Rosegarden etc). The problem is
that I want to use FluidSynth with Ardour3, but Ardour3 doesn't support DSSI
plugins yet. So the only solution I have is to find a standalone interface
for FluidSynth and then to link up using Jack. I looked at the old GUI
'FluidGUI' but it seems to be so old that it won't properly install on
recent versions of Ubuntu.
So does anyone know of:
1) A GUI for FluidSynth other than QSynth and FluidGUI?... or
2) An application other than the above 2 which would allow me to load
soundfonts?
Thanks in advance.
- Dan
KMidimon is a MIDI monitor for Linux using ALSA sequencer and KDE4 user
interface.
Changes in 0.7.4
* requires Drumstick >= 0.5
* load and play OVE files (Overture), contributed by Rui Fan
* option to request real-time priority on MIDI input thread
* option to (not) resize columns while recording
* better reporting of file loading errors
* revised universal sysex messages translation
Copyright (C) 2005-2010, Pedro Lopez-Cabanillas
License: GPL v2
More info
http://kmidimon.sourceforge.net
Sources
http://sourceforge.net/projects/kmidimon/files/
Regards,
Pedro
Olivier Guilyardi:
>
> Ken Restivo wrote:
>> It has been over 7 years since I last messed around with writing Pthreads applications.
>>
>> I recall it as a painful, ugly, brain-numbing task. I located an exercise I did back then to address the consumer/producer problem in Pthreads, and just the sight of it is giving me a headache.
>>
>> I'm being lazy, so instead of researching everything that's out there, I'll ask here: can anyone recommend a relatively simple and painless abstraction library (GPL or LGPL of course) that will give me functions to create a thread in which I can stuff things into a ring buffer, and another thread in which I can pull stuff out of it?
>>
>> By the way, I know that JACK has a very nice event buffer which is insanely easy to use (and I have), and makes multithreading almost transparent, but this isn't a JACK app.
>
> I don't know of any abstraction library, but creating/terminating a normal
> thread with pthread is really an easy task IMO. It's about 10 lines in C.
>
> For inter-thread communication there's Portaudio's ring buffer:
> http://portaudio.com/trac/browser/portaudio/trunk/src/common/pa_ringbuffer.h
>
> It can easily be used out of Portaudio (I'm currently doing that), and it
> features memory barriers [1] which AFAIK Jack's ringbuffer doesn't.
>
> One problem with everything Portaudio is this heavy naming scheme. For a simpler
> API, you might like my little wrapper:
> http://jackbeat.samalyse.org/browser/jackbeat/trunk/src/core/ringbuffer.h
>
Nice. It's probably quicker to copy the jack_ringbuffer.c file out of jack
though.
> Portaudio actually also offers a callback mechanism (with hidden thread
> creation), so if you're coding an non-JACK audio app, you might want to check it
> out.
>
> For thread synchronization, semaphores (man semaphore.h) are really easy to use.
> However, if you need a lock-free equivalent (for realtime, ...) phtread mutex
> and especially pthread_mutex_trylock are your friends.
>
Those friends can be really cranky sometimes though.
By using atomic operations instead, it's possible to avoid
a lot of headache by not having to synchronize at all.
Performance might be better too. Midishare has lockfree
atomic functions for lifo and fifi queues:
http://midishare.cvs.sourceforge.net/viewvc/midishare/midishare/src/common/…
I apologize for cross posting. I asked this on Alsa-Users a couple of
days ago but haven't received any responses. As it's about shopping I
might do this weekend I figured I'd try here also. Thanks in advance.
I'd like to pick up something to do simple mobile recording gigs with
my laptop. It needs to be USB 2.0 based, have 2 XLR inputs, support
headphone monitoring and preferably do 96KHz.
The M-audio Fast Track Pro seems to come closest although as I
understand it that device won't do 96K on all inputs and outputs at
the same time. Not a huge deal but one tick against for that.
What other devices do folks suggest I take a look at?
Thanks,
Mark
Le Puzzle du Batteur - The Drummer's 'G'igsaw
*****
Polymetric editor for Drums and Percussions based on Lilypond + GUI for
randomization. (midi timing and/or volume)
******
PACKAGES
You have to install:
GNU Lilypond >= 2.12.0
http://lilypond.org/web/install/
midicomp 0.0.4
http://midicomp.opensrc.org/midicomp-0.0.4.tar.gz
(compile in /usr/local/midicomp...
and move midicomp.bin in /usr/local/bin
Python 2.6.x with Tk option activated.
Already in your Linux distribution.
GNU Bash and GNU sed 4.2
by default in your Linux distribution.
As default midi config I use Timidity++ 2.13.2 with eawpatches.
******
INSTALLATION
Untar the archive. (tar jxvf ....)
In your terminal go to your Drummer-s-Gigsaw's repertory.
cd /home/....../Drummer-s-Gigsaw
and run the bash script:
sh INSTALL.sh
You are done.
******
* In this new version you no longer need to gvim.
Thus you can use your preferred text editor or even a dedicated editor
like Frescobaldi or Lilypondtool...
* Now you can write all notes values, from whole note (1) up to
* one-hundred-and-twenty-eighth note (128) and even dotted values.
* The manual is updated. (translated in my terrible English)
* Le Puzzle du Batteur/The Drummer's 'G'igsaw is under GPLv3 or +
******
This new version at:
http://philippe.hezaine.free.fr/spip.php?article46
Have fun.
Phil.
Hello everyone
It is with great pleasure that I announce the release of the Taijiguy
GigaTron, a Mellotron sample set in Giga format.
The set is very kindly being hosted by the Linuxsampler team and can be
found here:
http://www.linuxsampler.org/instruments.html
The samples were made by Bernie Kornowicz (aka taijiguy on the KVR Audio
forums). The samples were recorded over a number of years and are freely
available from taijiguy's site[1].
Some of these samples were packaged in SFZ format with his permission a
couple of years ago[2]. Other KVR members have packaged the samples in
Kontakt and other formats[3].
With Bernie's kind permission, I packaged the samples into Giga format
using Linuxsampler's Gigedit. As the samples are his copyright and I
have merely packaged them, the Giga file cannot be released under any
sort of free licence, but is (and must remain) free of charge.
Each note of each sound is individually sampled, with no looping, in
order to preserve the essence of the Tron. A low-pass filter is mapped
to the modwheel to emulate the Mellotron's tone control. The Giga file
is keyswitched to allow fast selection of the different sounds:
"M400 Violins" -- EQ'd Mk II Violins
"M400 Violins Yes EQ" -- EQ'd Mk II Violins
"M400 Violins Smooth Ryder EQ" -- EQ'd Mk II Violins
Cello
String Section
Mk II Violins
M300A (violins)
M300B (solo violin)
Mk II Brass
GC3 Brass
Mk II Flute
Woodwind2
Combined Choir
My thanks go to taijiguy for his wonderful samples, for sharing them and
for his kind permission to package them; to the Linuxsampler team for
the wonderful software, for fixing a libgig bug that was hindering
me, not to mention also for generously hosting the Giga file; to Ryder
Duncan for his perseverance in trying to replicate the fantastic sound
of the M400 Three Violins[4]; to the developers and maintainers of a
number of Linux audio apps which I've made use of in the production of
this sample set.
Finally, for assistance with road testing, thanks go to my tame keyboard
player: some say he gets violent when not surrounded on three sides by
synths and that he can transmit midi control changes using telepathy...
all I know is, he's called Julien ;-) A technical demo of the sounds is
on the LinuxSampler website, but a musical demo of many of the sounds
can be found here:
http://juliencoder.de/nama/dream_of_the_old_land.ogghttp://juliencoder.de/nama/dream_of_the_old_land.mp3
Enjoy.
Q
[1] www.leisureland.us/audio/MellotronSamples/MellotronSamples.htm
[2] http://realmusicmedia.net/Mellotron.html
[3] www.kvraudio.com/forum/viewtopic.php?t=304393
[4] http://ryderduncan.com/themusicalbox/?p=33
Hey, list,
So, I'm in the market for monitors with a budget of approx $1000 (CAD in
my case) and I've been trying to do my homework about the better known
models and brands in the last couple of days, mainly thanks to SOS's
excellent series of reviews. I need small monitors, both because the
room I work in is small accoustically, and because my actual space
real-estate is very limited. Anyway, it suddenly occured to me to ask on
this list what my fellow Linux Users are favouring these days.
Cheers,
S.M.
--
Hi all,
I've just finished work on a new track -- it's available for download or
streaming from my blog and from Bandcamp:
http://wootangent.net/2011/04/new-track-move-along/http://pneuman.bandcamp.com/track/move-along
If you've heard any of my previous electronic works, this will seem
quite different -- it's just piano, bass, drums, and vocals. The
instruments are all soft-synths:
* Pianoteq for the piano sound (the K1 Grand)
* Linuxsampler CVS for drums, using an SFZ mapping of the RockStock kit
from Analogue Drums
* Fluidsynth-DSSI for the bass, using an SF2 file I dug up online
The parts were all sequenced in Qtractor, and then the audio was
recorded in to Ardour 3, along with the vocals, for mixing. I didn't go
crazy with plugins while mixing-- just compressors and filters/EQ (all
Calf), IR with a Bricasti M7 impulse response for reverb, and Rakarrack
with an Ampeg SVT-810 bass cabinet impulse response on the bass. It's
meant to sound like a simple, natural performance on real instruments,
and for the most part I think it achieves that well enough.
I also used the zita-at1 autotuner to do some subtle pitch correction on
the vocals. There were only a couple of notes that really needed
correction, so I turned off automatic correction (by disabling all of
the notes on the scale in the GUI) and then controlled it from a MIDI
track in Ardour, drawing in MIDI notes to trigger the correction just
where it was needed.
Thanks
Leigh