[fluid-dev] Looking for FluidSynth compiled for Windows

2013-06-25 Thread Dave
oad. David Henningsson suggested I email this group to see if someone can point me in the right direction. Thanks, Dave K. ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

[fluid-dev] How to change the instrument:channel assignment when playing a MIDI file

2013-07-09 Thread Dave
nfig.txt mymidi.mid", the midi file plays but the instrument assignment doesn't occur, it still uses the default Yamaha Piano for channel 0. Is there a way to do both? Regards, Dave ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

[fluid-dev] More than 16 instruments?

2013-11-14 Thread Dave
instruments (via the "select" command). Is it possible to have more than 16 instruments? For example, could two different tracks use channel 0, and somehow assign a different instrument to each track-channel combination? Regards, Dave ___

Re: [fluid-dev] More than 16 instruments?

2013-11-16 Thread Dave
sound file. By the way, the description of your "composite voices" is wonderful! Is there a place to hear some of your performances? Regards, Dave -Original Message- From: fluid-dev-bounces+dkrinkel=comcast@nongnu.org [mailto:fluid-dev-bounces+dkrinkel=comcast@nongnu.org] On

Re: [fluid-dev] More than 16 instruments?

2013-11-16 Thread Dave
g file (instead of a midi file) containing these commands? I suppose I could just try it, but I don't see a method to specify when a note is played (or turned off). So I assume these commands are for real-time devices, not for a file-based approach. Regards, Dave -Original Message

[fluid-dev] Using FluidSynth for spoken word

2014-01-06 Thread Dave
be high fidelity, ease of use is a higher priority for me. Regards, Dave --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

[fluid-dev] Percussion Channel

2020-12-10 Thread dave
th_set_channel_type( synth, 64, CHANNEL_TYPE_DRUM ); fluid_synth_set_channel_type( synth, 9, CHANNEL_TYPE_MELODIC ); adriver = new_fluid_audio_driver( settings, synth ); and stuff sent to channel 9 *still* plays back as percussion.Have I done something

Re: [fluid-dev] Percussion Channel

2020-12-10 Thread dave
nFsResult = fluid_synth_sfload( synth, pszSoundFontPath, TRUE ); after all the above setting up.]And I am now monitoring the return values and they're all FLUID_OK. So still puzzled ☹ Dave David Webber Mozart Music Software https://www.mozart.co.uk ___

Re: [fluid-dev] Percussion Channel

2020-12-11 Thread dave
th_program_select() seems to be crucial. Thanks again for the excellent support! Dave David Webber Mozart Music Software https://www.mozart.co.uk ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Changing sequencer time-scale

2020-12-26 Thread dave
p the learning curve with FluidSynth in the New Year. It’s going to save me from MIDI’s 16 channel constraint, and I’m seriously impressed. Dave From: fluid-dev On Behalf Of Tom M. via fluid-dev Sent: 25 December 2020 23:05 To: Jeroen Neve Cc: Tom M. ; FluidSynth mailing list Sub

Re: [fluid-dev] Changing sequencer time-scale

2020-12-27 Thread dave
o have to compromise on this. Dave -Original Message- From: fluid-dev On Behalf Of Tom M. via fluid-dev Sent: 27 December 2020 16:55 To: Jeroen Neve Cc: Tom M. ; fluid-dev@nongnu.org Subject: Re: [fluid-dev] Changing sequencer time-scale > I’ve rebuilt fluidsynth from the lastest

Re: [fluid-dev] Curiosity about release numbers

2021-03-18 Thread dave
version 2.2! Would it be possible to rationalise all this (file names and version numbering) for us confused (but enthusiastic) users? And echoing Pascal… Thanks a lot for this beautiful piece of software! Dave From: fluid-dev On Behalf Of Tom M. via fluid-dev Sent: 17 March 2021

Re: [fluid-dev] Curiosity about release numbers

2021-03-19 Thread dave
>Dave, from the libraries you've listed I only see one confusion: Which is that >libfluidsynth still reports as 2.1.7. You probably expect it to report as >2.2.0. Well, I haven't done this for the beta. Maybe I should have done it for >the Release candidate. But I'

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] 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] 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 ---

[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] 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

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] 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. &

[fluid-dev] V 1.1.3 server mode

2011-03-10 Thread Dave Serls
n from the 2nd(?) instance and floods of: fluidsynth: warning: Failed to allocate a synthesis process. (chan=3,key=38) on each keypress. Also when sending a list of 'select' commands a flood of fluid_ostream_printf: buffer overflow messages are returned. 1.0.8 has

[fluid-dev] V 1.1.3 server mode

2011-03-11 Thread Dave Serls
shutdown handler fluidsynth: error: Help! Lost the connection to the JACK server This is using jackd 0.109.2 (std for Debian Lenny). Is there any further diagnostic information that I should provide? Dave ___ fluid-dev mailing list fluid-dev

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

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] 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] 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] 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] 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] 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] Config files ?

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

[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.

Re: [fluid-dev] M2496 M-audio

2005-05-11 Thread Dave Serls
On Wed, 11 May 2005 12:02:36 -0600 Garett Shulman <[EMAIL PROTECTED]> wrote: > Hey Dave, the 2496 hardware outs use sample rate of 48000. You need to > either setup a plug device in asoundrc and point fluidsynth at that or > point fluidsynth to plughw:0,0 instead of hw:0,0 (o

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. >

[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

[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

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] 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

[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

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

2006-01-09 Thread Dave Serls
h */ call directory "/src/fluidsynth" fonts = '8Rock11e.sf2 FluidR3GM.sf2 wst25fstein.sf2 Tremolo_Oud_V2_SEC.sf2' say "Using jack as sound device" '/home/dave/bin/rxfluid1 | fluidsynth -g 1.0 -R 1 -a jack' fonts rxfluid1 which interprets standard input and gene

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

[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] 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. -- **** *

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] 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] 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] 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] 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] 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] 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] 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] 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 *

[fluid-dev] aplaymidi incompatibility

2007-03-04 Thread Dave Serls
PLICATION); -- * 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

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] Very short notes

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

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

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. --