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
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
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
___
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
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
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
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
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
___
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
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
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
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
>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'
with built-in split now.
Hope this helps.
--
****
* Dave Serls Littleton, CO, USA *
* dashs.de
oundfonts is so
wonderfully useful.
--
* Dave Serls Littleton, CO, USA *
* dashs.denver.co.us dashs.com *
_
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 ---
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
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
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
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.
&
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
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
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
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
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
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
)
>>>
>>> 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.
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
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
;load" commands for soundfonts, as well
as "select" commands for default instrumentation.
Works fine.
--
* 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.
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
> }
>
>
> -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.
>
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
y guidance.
--
****
* Dave Serls Littleton, CO, USA *
* dashs.denver.co.us sorryb
y guidance.
--
****
* Dave Serls Littleton, CO, USA *
* dashs.denver.co.us sorryb
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
-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_preset_get_banknum(preset),
---
> fluid_preset_get_banknum(preset) + offset,
521a526
> }
--
****
* Dave Serls Littleton, CO, USA
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
Thanks Toby.
--
* Dave Serls Littleton, CO, USA *
* dashs.denver.co.us sorrybiscuit.com
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
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.
--
****
*
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:
> >
You can start here:
http://www.ibiblio.org/thammer/HammerSound/
--
****
* Dave Serls Littleton, CO, USA
> fluid-dev mailing list
> fluid-dev@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/fluid-dev
>
--
* 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
I'm tilting at windmills?
--
****
* Dave Serls Littleton, CO, USA *
* dashs.denver.co.us dashs.com *
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
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
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,
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 *
PLICATION);
--
* Dave Serls Littleton, CO, USA *
* dashs.denver.co.us
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
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
r any help.
--
****
* Dave Serls Littleton, CO, USA *
* dashs.denver.co.us
thrc. It has the preset assignments for each channel
and engine.
--
****
* Dave Serls Littleton, CO, USA
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.
--
58 matches
Mail list logo