Re: [fluid-dev] Config files ?

2014-08-24 Thread Dave Serls
;load" commands for soundfonts, as well as "select" commands for default instrumentation. Works fine. -- * Dave Serls

Re: [fluid-dev] How can I start fluidsynth playback with certain cc commands specified from the very start?

2014-01-18 Thread Dave Serls
On Sat, 18 Jan 2014 15:26:42 +0100 Martin Larsson wrote: > If I run fluidsynth from the terminal > >fluidsynth soundfont.sf2 midifile.midi > > I am then able to write control change commands in realtime to alter the > playback. For example, > >cc 1 7 0 > > sends a CC#7 message (chann

Re: [fluid-dev] Reading input from a MIDI device

2013-12-14 Thread Dave Serls
On Sun, 15 Dec 2013 02:12:16 +0200 Vesa Paatero wrote: > Hello, > > I'm just getting started with FluidSynth and my problem is that I cannot > get input from a MIDI keyboard... and I can't find any pertinent switches > or help although the man page clearly says that FluidSynth can read > input f

Re: [fluid-dev] R: Re: How to change settings (Reverb, Chorus, Gain, Bank) while Fluidsynth is running as a server (no shell)?

2013-08-11 Thread Dave Serls
) >>> >>> Best regards, >>> >>> Fernando Hello Fernando.ot be I wrote a shell for fluidsynth called fluidterm that sends/receives from the tcp/ip interface. I can ship you the source if you like.

Re: [fluid-dev] [PATCH] sampledata caching

2012-10-09 Thread Dave Serls
Once upon a time I has a patch for Qsynth which attempted to accomplish the same thing. It was not tested sufficiently at that time. I'm delighted that you've put the remedy at the source. On Tue, 09 Oct 2012 20:11:31 +0200 Kjetil Matheussen wrote: > Thanks for the feedback. I wasn't sure if i

Re: [fluid-dev] Sending commands for fast renderer

2011-11-17 Thread Dave Serls
On Thu, 17 Nov 2011 11:02:25 +1100 Matt Giuca wrote: > On Wed, Nov 16, 2011 at 9:47 PM, Edenyard wrote: > > > > > Speaking as a complete non-programmer, but an avid user of Fluidsynth, > > please may I add my support for Matt's suggestion of a settings file. > > > > This seems to be the way tha

Re: [fluid-dev] Patch for handling midi note events

2011-05-07 Thread Dave Serls
On Sat, 07 May 2011 21:21:10 +0100 David Henningsson wrote: > On 2011-05-06 19:03, Pedro Lopez-Cabanillas wrote: > > Hi, > > > > Sorry for coming so late to the discussion. > > > > On Friday 06 May 2011, Jonathan Slenders wrote: > >> One thing, I moved player->user_callback(...) > >> before fluid

Re: [fluid-dev] V 1.1.3 server mode

2011-03-22 Thread Dave Serls
On Fri, 11 Mar 2011 13:31:34 -0700 Dave Serls wrote: > > No matter how I configure the cmake build for fluidsynth 1.1.3 > the result still produces: > > > subgraph starting at fluidsynth timed out (subgraph_wait_fd=7, status = 0, > state = Triggered) > cannot c

[fluid-dev] V 1.1.3 server mode

2011-03-11 Thread Dave Serls
No matter how I configure the cmake build for fluidsynth 1.1.3 the result still produces: subgraph starting at fluidsynth timed out (subgraph_wait_fd=7, status = 0, state = Triggered) cannot complete execution of the processing graph (Resource temporarily unavailable) zombified - calling

[fluid-dev] V 1.1.3 server mode

2011-03-10 Thread Dave Serls
I have a little telnet app (fluidterm) that I use to force-feed commands to, and process output from, server instances of fluidsynth. I'm now testing with fluidsynth 1.1.3, migrating from 1.0.8. Despite compiling without PortAudio, I still receive the 'zombified' notification from the 2nd(?)

Re: [fluid-dev] Query: router_chan

2011-03-05 Thread Dave Serls
On Sat, 5 Mar 2011 21:09:18 +0100 "Pedro Lopez-Cabanillas" wrote: > On Saturday 05 March 2011, Dave Serls wrote: > > On Thu, 3 Mar 2011 10:09:54 -0700 > > Dave Serls wrote: > > > > > > > > Returning to linux audio after a long hiatus. &

Re: [fluid-dev] Query: router_chan

2011-03-04 Thread Dave Serls
On Thu, 3 Mar 2011 10:09:54 -0700 Dave Serls wrote: > > Returning to linux audio after a long hiatus. > > If I use router_chan in a fluidsynth instance like this: > > # change note events for odd channels to ridiculous invalid channel > # note that channel nums are 0-r

Re: [fluid-dev] Rerouting output

2011-03-04 Thread Dave Serls
On Fri, 4 Mar 2011 14:04:59 -0800 (PST) Nuzhna Pomoshch wrote: > I hope this doesn't sound like a complete newbie question (even > though it is), but how do I send the output from fluidsynth to > another program. > > I have vmpk installed, and the documentation states: > > "You can use the Virt

[fluid-dev] Query: router_chan

2011-03-03 Thread Dave Serls
Returning to linux audio after a long hiatus. If I use router_chan in a fluidsynth instance like this: # change note events for odd channels to ridiculous invalid channel # note that channel nums are 0-relative in fluidsynth 1-relative on piano router_begin note router_chan 1 0 8 32 router_ch

Re: [fluid-dev] Fwd: Re: [LAU] Fluidsynth, soundfonts, jack, and latency

2009-11-14 Thread Dave Serls
On Sat, 14 Nov 2009 17:12:58 -0500 Ebrahim Mayat wrote: > On Sat, 2009-11-14 at 21:56 +0100, Pedro Lopez-Cabanillas wrote: > > On Saturday, November 14, 2009, Ebrahim Mayat wrote: > > > On Sat, 2009-11-14 at 12:29 +0100, Pedro Lopez-Cabanillas wrote: > > > > -- Forwarded Message ---

Re: [fluid-dev] Thread safety

2009-05-18 Thread Dave Serls
oundfonts is so wonderfully useful. -- **** * Dave Serls Littleton, CO, USA * * dashs.denver.co.us dashs.com * _

Re: [fluid-dev] fluidsynth router help

2008-10-20 Thread Dave Serls
with built-in split now. Hope this helps. -- **** * Dave Serls Littleton, CO, USA * * dashs.de

Re: [fluid-dev] Feature request / plea, do you still take them

2008-06-04 Thread Dave Serls
that have an onboard split function, the channel to accept as input for a given engine may be set with MidiInputChan (can also handle even-odd channels in the single split case). It's not a lot of source code. All this routing can be done in the fluid API, of course. --

Re: [fluid-dev] how to get preset ?

2007-12-11 Thread Dave Serls
thrc. It has the preset assignments for each channel and engine. -- **** * Dave Serls Littleton, CO, USA

[fluid-dev] Very short notes

2007-07-01 Thread Dave Serls
r any help. -- **** * Dave Serls Littleton, CO, USA * * dashs.denver.co.us

Re: [fluid-dev] Fluidsynth changes

2007-04-20 Thread Dave Serls
f C++. I also think that Fluidsynth needs more user functionality rather than reupholstering. Just 2c. -- **** * Dave Serls Littleton, CO, USA * * dashs.denver.co.us

[fluid-dev] Non-interactive fluidsynth

2007-03-18 Thread Dave Serls
e a close? I mean, I can shorten it with audacity, after the fact, but shouldn't there be a more crisp solution? Thanks for any assistance. -- ******** * Dave Serls Littleton, CO, USA

[fluid-dev] aplaymidi incompatibility

2007-03-04 Thread Dave Serls
PLICATION); -- * Dave Serls Littleton, CO, USA * * dashs.denver.co.us

Re: [fluid-dev] A MIDI file that causes fluidsynth to segfault

2007-02-21 Thread Dave Serls
t into 'undead' mode after I killed the aplaymidi process. Just kept on looping unitl I killed fluidsynth. > > -ken -- * Dave Serls Littleton, CO, USA * * dashs.denver.co.us dashs.com *

Re: [fluid-dev] Multiple fluidsynth instances or all-in-one?

2007-01-17 Thread Dave Serls
pend on hacks to qsynth's rc file handling. But it does work, so I can record 3 separate file streams (vocals, left, right) at the same time. -- **** * Dave Serls Littleton, CO,

Re: [fluid-dev] Crazy non-Xrun Xruns

2007-01-01 Thread Dave Serls
cards are quite stable. (M-Audio 2496, Delta 1010, etc. ) Support for onboard Intel chipsets has been, in my experience, not trustworthy. -- **** * Dave Serls Littleto

Re: [fluid-dev] OOM killer synths and ALSA overruns

2006-12-15 Thread Dave Serls
reemption is a requirement or not. I'm guessing that you have "options realtime gid=xx mlock=1" set in your /etc/modprobe.conf. -- * Dave Serls Littleton, CO, USA * * dashs.denver.co.us dashs.com

Re: [fluid-dev] A question of memory

2006-11-28 Thread Dave Serls
I'm tilting at windmills? -- ******** * Dave Serls Littleton, CO, USA * * dashs.denver.co.us dashs.com *

Re: [fluid-dev] A question of memory

2006-11-21 Thread Dave Serls
ch to qsynth to re-use soundfonts across synth engines. It's not correct, but it prevents disaster. > > The output from valgrind is available from: > http://ppewww.physics.gla.ac.uk/~paul/fluidsynth/valgrind.out > > But, I hope the test-case above is pretty easy to check thi

Re: [fluid-dev] Channel separation

2006-11-07 Thread Dave Serls
> fluid-dev mailing list > fluid-dev@nongnu.org > http://lists.nongnu.org/mailman/listinfo/fluid-dev > -- * Dave Serls

Re: [fluid-dev] free SF2 sound banks ?

2006-09-04 Thread Dave Serls
You can start here: http://www.ibiblio.org/thammer/HammerSound/ -- ******** * Dave Serls Littleton, CO, USA

Re: [fluid-dev] Audio effects

2006-07-06 Thread Dave Serls
though :-) > I may need to use a bigger case. > > I could make one with no buttons that just responds to the MIDI events and > you set it up > over your network. What about the display? 15" TFT? > > On 7/6/06, Dave Serls <[EMAIL PROTECTED]> wrote: > >

Re: [fluid-dev] Audio effects

2006-07-06 Thread Dave Serls
Nice idea for a product. I've been eyeing those mini chassis at our local MicroCenter store. Why the EPIA CPU? I'll second the ecasound recommendation for effects; only used it for mixdowns though. -- **** *

[fluid-dev] fluidsynth player

2006-06-26 Thread Dave Serls
necessary or even used in 'server' mode? Or only for playing MIDI disk files? Or does it represent the output process for each synth engine? Thanks for any information. -- **** * Dave Serls

Re: [fluid-dev] Re: Can I load a list of commands?

2006-01-09 Thread Dave Serls
Thanks Toby. -- * Dave Serls Littleton, CO, USA * * dashs.denver.co.us sorrybiscuit.com

Re: [fluid-dev] Can I load a list of commands?

2006-01-09 Thread Dave Serls
do say "router_begin note" say "router_par1 1 88 1" offset say "router_end" end end end otherwise do /* send command as-is */ say stmt if cmd = "select&q

[fluid-dev] bank offset for channels command

2005-12-24 Thread Dave Serls
fluid_preset_get_banknum(preset), --- > fluid_preset_get_banknum(preset) + offset, 521a526 > } -- ******** * Dave Serls Littleton, CO, USA

[fluid-dev] Multi-engine soundfonts

2005-10-16 Thread Dave Serls
-only? If so, it should be usable by all engines. I was programmer once upon a time in a remote galaxy, but this is looking a bit distant even for me. Thanks for any hints. -- * Dave

Re: [fluid-dev] 2 midi chans to separate tracks

2005-10-05 Thread Dave Serls
On Wed, 05 Oct 2005 12:20:04 -0700 Josh Green <[EMAIL PROTECTED]> wrote: > On Tue, 2005-10-04 at 12:47 -0600, Dave Serls wrote: > > I like to play left and right hands into separate instruments. > > What is the easiest way to obtain separate output streams from Fluidsynth

[fluid-dev] 2 midi chans to separate tracks

2005-10-05 Thread Dave Serls
y guidance. -- **** * Dave Serls Littleton, CO, USA * * dashs.denver.co.us sorryb

[fluid-dev] 2 midi chans to separate tracks

2005-10-05 Thread Dave Serls
y guidance. -- **** * Dave Serls Littleton, CO, USA * * dashs.denver.co.us sorryb

[fluid-dev] 2 midi chans to separate tracks

2005-10-04 Thread Dave Serls
s my third try posting this. I failed to wait for confirmation of address change (I think). -- **** * Dave Serls Littleton, CO, USA * * dashs.denver.co.us sorryb

Re: [fluid-dev] M2496 M-audio

2005-05-11 Thread Dave Serls
> } > > > -Garett Thanks! I did get fluidsynth to initialize with: pcm.fluid_cnv { type plug slave { pcm "hw:2,0" rate 48000 } } Haven't even listened to it yet... Thanks again and I may owe you a beverage at the Walnut or other location. >

Re: [fluid-dev] M2496 M-audio

2005-05-11 Thread Dave Serls
r whatever your card > numbers are). > HTH. -Garett > > Dave Serls wrote: > > >I'm trying to test my M-audio 2496 Audiophile with fluidsynth. > >Other cards on this system (Mandrake 10.1, ALSA 1.0.8) work ok. > >The M-Audio appears to want some other format -- I

[fluid-dev] M2496 M-audio

2005-05-11 Thread Dave Serls
reate the audio driver Do I need some plugin or .asoundrc entry?? Thanks for any assistance. -- * Dave Serls Littleton, CO, USA * * dashs.denver.