Re: [fluid-dev] Bug#859793: fluidsynth: Package has infringed GPL

2017-04-10 Thread David Henningsson
ed to track down contributors? FWIW, In the event that I should hold any copyright in fluid_chorus.c, I'm happy to allow these to be relicensed under GNU LGPL 2.0+. Regards, David Henningsson On 2017-04-07 20:01, Jaromír Mikeš wrote: 2017-04-07 14:16 GMT+02:00 Javier Serrano Polo &

Re: [fluid-dev] dsp_buf[] type

2016-01-04 Thread David Henningsson
es the conversion? Are you doing anything else, such as a moving-averaging filter? Thanks, Brad ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev -- David Henningsson, Canonical Ltd. https://launchpad.net/~diwic __

Re: [fluid-dev] reverb and chorus

2015-12-22 Thread David Henningsson
All dsp source code is in src/rvoice. In that directory you'll find both fluid_chorus.c and fluid_rev.c. On 2015-12-22 03:00, Brad Stewart wrote: I am unable to find any DSP code for the reverb or chorus. I noticed these features were missing from Swami. Are they located in a different package?

Re: [fluid-dev] Question to fluidsynth specialists - Crash in "new_fluid_settings"

2015-11-05 Thread David Henningsson
sound" and are happy with that). As soon as I have feedback from our customers I will let you know, potentially report a cause also in the portaudio forum. Again, thanks for the immediate feedback. Regards, Reinhold -Ursprüngliche Nachricht- Von: David Henningsson [mailto:di...@u

Re: [fluid-dev] Question to fluidsynth specialists - Crash in "new_fluid_settings"

2015-11-05 Thread David Henningsson
On 2015-11-05 10:52, Reinhold Hoffmann wrote: Hi fluid-dev team, We at Notation Software (see www.notation.com ) use libfluidsynth under the LGPL license. Hi Reinhold! We have created the libfluidsynth dll libraries for "dsound" and "portaudio" where we use the Stei

Re: [fluid-dev] Fluidsynth bugs in debian

2015-09-14 Thread David Henningsson
(Adding fluid-dev list) On 2015-09-14 09:37, Jaromír Mikeš wrote: Hi, I am get involved in fluidsynth packaging... There are two bugs which I would like report to you: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760209 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760210 Are you awa

Re: [fluid-dev] fluidsynth in android app

2015-02-09 Thread David Henningsson
On 2015-02-09 12:47, Frank Dahmen wrote: Hi, may i use fluidsynth in a free android app (with ads)? Do i have to publish the source code? FluidSynth is released under LGPL. If you publish the source code to your entire app that should all be fine - that's the simplest way to do it. The sou

Re: [fluid-dev] Supported Wave/Flac format other than SF2

2015-02-06 Thread David Henningsson
On 2015-02-05 22:21, David Henningsson wrote: I guess this depends on your level of ambition. I believe - correct me if I'm wrong - that for the (open source) sf2 playback engines out there, FluidSynth is the top notch one, in terms of following the specification. Sure, we could "jus

Re: [fluid-dev] Supported Wave/Flac format other than SF2

2015-02-05 Thread David Henningsson
On 2015-02-05 21:24, Garth Hjelte wrote: At 11:37 AM 2/5/2015, you wrote: Hi and thanks for chiming in - as you very likely know, all formats have their own quirks and ways of transforming the sample according to various rules, so SFZ/DLS/Gigasampler/etc support would require certain addition

Re: [fluid-dev] Supported Wave/Flac format other than SF2

2015-02-05 Thread David Henningsson
On 2015-02-05 16:39, Element Green wrote: I've brought up the subject before of adding support for libInstPatch, which is an instrument loading/saving/editing library that is at the heart of Swami. Swami itself, utilizes FluidSynth to load formats supported by libInstPatch (currently SoundFont

Re: [fluid-dev] Supported Wave/Flac format other than SF2

2015-02-04 Thread David Henningsson
On 2015-01-31 07:36, James Lei wrote: Going by SF2 is going to be hard for developer to implement new soundfont, Native Instrument has supported Wav and Flac files and there are plenty audio loops (http://www.producerloops.com) on the web. FluidSynth should consider implement support for these

Re: [fluid-dev] [PATCH] Same expression on both sides of '||'.

2015-01-21 Thread David Henningsson
On 2015-01-21 19:00, Carlos Olmedo Escobar wrote: wakeup_threads_m replaced with thread_ready_m. Spotted thanks to cppcheck. Applied now. Thanks! Signed-off-by: Carlos Olmedo Escobar --- fluidsynth/src/rvoice/fluid_rvoice_mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

Re: [fluid-dev] Fluidsynth 64 bit support

2015-01-14 Thread David Henningsson
On 2015-01-15 05:02, Surabhi Mishra wrote: Hello All, I needed to cross compile fluidsynth source code with aarch64 toolchain. I did not find any information regarding any patch or support for 64 bit architecture for fluidsynth code. So anyone can please confirm if its compatible or not. Tha

Re: [fluid-dev] fluid_player_join () usage of usleep

2015-01-13 Thread David Henningsson
On 2015-01-13 14:41, Surabhi Mishra wrote: Hello All, usleep () is considered dangerous to be used in embedded systems as it reduces responsiveness. In function fluid_player_join () usleep (1) is used to check the status. Should it be replaced with something like conditional wait or anyth

Re: [fluid-dev] [PATCH 0/9] autotools updates

2014-11-01 Thread David Henningsson
On 2014-10-31 21:48, Antonio Ospite wrote: On Wed, 8 Oct 2014 16:08:16 +0200 Antonio Ospite wrote: Hi, I was checking out the code to see if a certain memleak was fixed (https://sourceforge.net/p/fluidsynth/tickets/132/) and I ended up cleaning up the autotools infrastructure a bit. Hi,

Re: [fluid-dev] Multiple Synthesizers

2014-09-28 Thread David Henningsson
On 2014-09-29 03:03, Garth Hjelte wrote: Can you have different Fluidsynth Synthesizers open at one time? My issue is this: my app uses Fluidsynth to play SoundFonts created by my app on the fly to the user to play via MIDI. Almost always they are single-Bank single-Preset SoundFonts meant t

Re: [fluid-dev] Midi Channel Limitations

2014-09-09 Thread David Henningsson
channels and the number of voices (i e polyphony) are not directly related. Many thanks Bernd Casper Am 09.09.2014 08:17, schrieb David Henningsson: On 2014-09-09 06:30, Peter Hanlon wrote: Hi, I am Peter from Canberra Australia. I am trying to redevelop a Schober Consolette II

Re: [fluid-dev] Midi Channel Limitations

2014-09-08 Thread David Henningsson
On 2014-09-09 06:30, Peter Hanlon wrote: Hi, I am Peter from Canberra Australia. I am trying to redevelop a Schober Consolette II Organ that I built in 1970, using modern electronics and synthesizer software. For the hardware, I have used Arduino Uno and four MIDI DIN R5 boards. My Arduino

Re: [fluid-dev] Config files ?

2014-09-08 Thread David Henningsson
(Sorry, forgot to answer this one) On 2014-08-26 20:45, Stefan Sauer wrote: On 08/26/2014 03:42 PM, David Henningsson wrote: On 2014-08-25 13:49, Stefan Sauer wrote: I am using fluidsynth as a library in a gstreamer plugin. Therefore it's me who has to configure the synthfont to use.

Re: [fluid-dev] fluid_player_add(synth, '-')

2014-09-02 Thread David Henningsson
On 2014-09-02 10:24, Peter Billam wrote: Greetings. fluidsynth.lua is now at 1.6: http://www.pjb.com.au/comp/lua/fluidsynth.html and http://www.pjb.com.au/midi/fluadity.html now has a fluadity -d option, which starts it running as a daemon eg: from /etc/rc.local. It's now my expo

Re: [fluid-dev] fluid_player_add(synth, '-')

2014-08-29 Thread David Henningsson
On 2014-08-29 08:21, Peter Billam wrote: Greetings, fluidsynth.lua is now apparently approaching stability at 1.4: http://www.pjb.com.au/comp/lua/fluidsynth.html and the two little apps which motivated it are working happily: http://www.pjb.com.au/midi/fluadity.html http://www.pjb.com

Re: [fluid-dev] Config files ?

2014-08-26 Thread David Henningsson
On 2014-08-25 13:49, Stefan Sauer wrote: On 08/25/2014 11:13 AM, David Henningsson wrote: On 2014-08-24 16:34, Stefan Kost wrote: I posted this previously. Having a specification where an application should look for soundfonts would be nice. This could be a fallback-path and an environment

Re: [fluid-dev] Config files ?

2014-08-26 Thread David Henningsson
On 2014-08-26 07:58, Peter Billam wrote: Greetings. I wrote: I keep wishing there was some little config file, maybe: ~> cat ~/.fluidsynth/config audio: alsa soundfonts: /home/soundfonts/MyGM.sf2 /home/soundfonts/ReallyGoodPiano.sf2 something like that. Da

Re: [fluid-dev] Config files ?

2014-08-25 Thread David Henningsson
On 2014-08-24 16:34, Stefan Kost wrote: Am 24.08.2014 05:42, schrieb Peter Billam: Greetings, I keep wishing there was some little config file, maybe: ~> cat ~/.fluidsynth/config audio: alsa soundfonts: /home/soundfonts/MyGM.sf2 /home/soundfonts/ReallyGoodPiano.sf2 so

Re: [fluid-dev] New Lua module; therefore various questions

2014-08-21 Thread David Henningsson
On 2014-08-21 08:58, Peter Billam wrote: Greetings, Thank you David :-) Whennew_fluid_audio_driver(settings, synth) is called, does the settings have to be the same settings that was used to create the synth ? or can it be a new settings created in order to configure the audio_driver ?

Re: [fluid-dev] New Lua module; therefore various questions

2014-08-20 Thread David Henningsson
On 2014-08-20 01:13, Peter Billam wrote: Greetings, I've just got version 1.0 of a fluidsynth.lua module up on https://rocks.moonscript.org/ https://rocks.moonscript.org/modules/peterbillam What there is (more or less) works (it was a wrestling match) but it's basically a place-holder (e

Re: [fluid-dev] Request for advice: runnning FluidSynth on a remote machine

2014-07-23 Thread David Henningsson
On 2014-07-23 20:54, Nikhil Nair wrote: Alternatively, if there's a better place for me to be asking this question, a pointer would be very helpful. Hi, Interesting project :-) However, I think this is a more generic "sending audio from Linux to Windows" question rather than a FluidSynth q

Re: [fluid-dev] [PATCH] GCC: Stop exporting symbols which should not be exported

2014-06-21 Thread David Henningsson
On 2014-03-22 18:31, David Henningsson wrote: Previously, functions that were just used internally in FluidSynth were still visible to users of the library. No application should ever use them anyway, as they were only visible at the ABI level, and not listed in the public API headers. I

Re: [fluid-dev] What Aere has been working on

2014-06-12 Thread David Henningsson
On 2014-06-12 05:49, Aere Greenway wrote: FluidSynth Developers: I've been working for a long time on a project which makes use of FluidSynth (Qsynth) on Linux. If you are interested in my project, there is a link below you can click-on, and view (and hear) the demos and material there. In a

Re: [fluid-dev] libinstpatch integration?

2014-06-08 Thread David Henningsson
On 2014-06-07 19:04, Element Green wrote: Hello David, On Sat, Jun 7, 2014 at 1:48 AM, David Henningsson mailto:di...@ubuntu.com>> wrote: On 2014-06-07 01:13, Micah Fitch wrote: So anyhow, I'm curious about this. Right now I can't even have multiple

Re: [fluid-dev] libinstpatch integration?

2014-06-07 Thread David Henningsson
On 2014-06-07 01:13, Micah Fitch wrote: So anyhow, I'm curious about this. Right now I can't even have multiple instances of a 300 MB soundfont without really taking up lots of unnecessary memory. It'd be nice to change that. Actually, this has recently been fixed in FluidSynth, there hasn'

Re: [fluid-dev] Fluid_synth_write and sequencer queries

2014-05-01 Thread David Henningsson
On 2014-05-02 02:31, sqweek wrote: On 30 April 2014 23:38, David Henningsson wrote: I have it working, but I haven't quite grasped _which_ samples the fluid_synth_write call returns. Well, if you first call fluid_synth_note_on, and after that call fluid_synth_write_s16, then the not

Re: [fluid-dev] Fluid_synth_write and sequencer queries

2014-04-30 Thread David Henningsson
On 2014-04-27 06:14, sqweek wrote: Hi folks, Thanks for fluid-synth! I've been using it for the midi side of a transcription program I'm developing. To ensure the midi notes are synchronized with the audio stream, I'm using fluid_synth_write_s16 and mixing the streams together myself. I have

[fluid-dev] [PATCH] GCC: Stop exporting symbols which should not be exported

2014-03-22 Thread David Henningsson
Previously, functions that were just used internally in FluidSynth were still visible to users of the library. No application should ever use them anyway, as they were only visible at the ABI level, and not listed in the public API headers. Signed-off-by: David Henningsson --- The big question

Re: [fluid-dev] [PATCH 2/2] Set output name correctly for OS/2

2014-03-18 Thread David Henningsson
On 03/15/2014 01:20 PM, KO Myung-Hun wrote: > OS/2 has a DLL name length limit up to 8 characters. > --- > fluidsynth/src/CMakeLists.txt |8 > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/fluidsynth/src/CMakeLists.txt b/fluidsynth/src/CMakeLists.txt > index 94464

[fluid-dev] Moved VCS to Git

2014-03-09 Thread David Henningsson
Hi, I believe I asked a year ago and got no negative responses, so I went ahead and converted our repository from SVN to Git today. The main reason is git's larger feature set, as well as its larger userbase. In short, it's what most people use nowadays, at least in the open source community. It

Re: [fluid-dev] compiling error

2014-03-02 Thread David Henningsson
mpiling\FS_470_PA_1920\src\Debug\fluidsynth_debug.exp > 1>Embedding manifest... > 1>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1 > 1>Copyright (C) Microsoft Corporation. All rights reserved. > 1>Build log was saved at > "file://f:\compiling\FS_470

Re: [fluid-dev] compiling error

2014-02-24 Thread David Henningsson
Hi and thanks for your bug report, Could you try changing this line in utils/fluid_sys.h: #define fluid_private_set(_priv, _data) g_static_private_set(&(_priv), _data) into: #define fluid_private_set(_priv, _data) g_static_private_set(&(_priv), _data, NULL) Let me know if that helps, if it doe

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

2014-01-18 Thread David Henningsson
On 01/18/2014 10:27 PM, Martin Larsson wrote: > Thanks for the answer! > > Unfortunately, the server mode doesn’t make much more sense to me since the > documentation on this is about as sparse as on the load configuration file. > (Is there a more extensive manual to download anywhere?) > > How

Re: [fluid-dev] ALSA Raw connection (Re: Reading input from a MIDI device)

2014-01-03 Thread David Henningsson
On 01/03/2014 11:13 PM, Vesa Paatero wrote: > Hi, back in discussion, sorry about the delay... > > 28.12.2013 09:48, David Henningsson wrote: >> On 12/26/2013 11:37 PM, Vesa Paatero wrote: >> >> >>>>> The easiest way is to use the alsa rawmidi driver. Fi

Re: [fluid-dev] ALSA Raw connection (Re: Reading input from a MIDI device)

2013-12-27 Thread David Henningsson
On 12/26/2013 11:37 PM, Vesa Paatero wrote: > Hi! Getting back to the discussion: Here is a command line whereby the system works with "noteon": fluidsynth -v -a alsa -o synth.gain=3.0 -o synth.verbose=yes /usr/share/sounds/sf2/FluidR3_GM.sf2 >>> The easiest way is to use the a

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

2013-12-15 Thread David Henningsson
On 12/15/2013 01:12 AM, 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 from MIDI devi

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

2013-11-16 Thread David Henningsson
t; From: fluid-dev-bounces+dkrinkel=comcast@nongnu.org > [mailto:fluid-dev-bounces+dkrinkel=comcast@nongnu.org] On Behalf Of > David Henningsson > Sent: Thursday, November 14, 2013 10:33 PM > To: FluidSynth mailing list > Subject: Re: [fluid-dev] More than 16 instruments? >

Re: [fluid-dev] fluid-dev Digest, Vol 127, Issue 5

2013-11-16 Thread David Henningsson
ontents of fluid-dev digest..." > > > Today's Topics: > >1. How render midi from arbitrary position? ( ???) >2. Re: How render midi from arbitrary position? (David Henningsson) >3. Default sustain behaviour question (Eric Gag

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

2013-11-14 Thread David Henningsson
On 11/15/2013 03:14 AM, Dave wrote: > I am using FluidSynth to create raw sound files from midi files (LOVE > FluidSynth, works great!). The midi file are generated from an > algorithm, and can contain multiple tracks and channels. The program > also creates a FluidSynth configuration file which li

Re: [fluid-dev] How render midi from arbitrary position?

2013-11-13 Thread David Henningsson
On 11/13/2013 11:23 PM, Иван Заярный wrote: > I am trying to generate sound from midi file from arbitrary positions. > For examle: I want to skip first 3 seconds of melody and start sound > generation from 3 second. > > For generating sound from mid i am using next functions > :fluid_player_play

Re: [fluid-dev] Chrome Native Client

2013-11-11 Thread David Henningsson
On 11/12/2013 12:48 AM, Alexandre Roux Tekartik wrote: > Hi all, > I'm interested in playing midi files/event from a web application in the > chrome desktop application. > As anyone considered compiling fluidsynth as a native Chrome extension? > Does NaCl SDK ( https://developers.google.com/native-

Re: [fluid-dev] No sound after a while of idle due to Active Sensing

2013-10-30 Thread David Henningsson
bled or using version CopperLan 1.2, I > won't find this error with Active Sensing off or using version CopperLan 1.1 > > In CopperLAN Manager, I have linked VMidi 1 as input to VMidi 2 as > output, I assumed you know how to configure it. > > > > > On Wed, Oct 30

Re: [fluid-dev] No sound after a while of idle due to Active Sensing

2013-10-30 Thread David Henningsson
On 10/25/2013 07:09 PM, James L. wrote: > Dear developers, I have no idea what is Active Sensing which I'm facing > an issue with Fluidsynth. Please advice. > > http://www.copperlan.org/forum/viewtopic.php?f=10&t=210 Hi, I doubt it is directly related to Active Sensing. The Active Sensing messag

Re: [fluid-dev] glib crash

2013-08-21 Thread David Henningsson
On 08/21/2013 01:37 PM, a...@gratin.org wrote: > Hi, > > so I moved along with this problem, analyzing the core dump. > Unfortunately, I did not have the symbols of glib (it seems that 'brew > install --test glib' did not build a debug version of glib despite what > the doc says). > But I could di

Re: [fluid-dev] glib crash

2013-08-19 Thread David Henningsson
On 08/19/2013 05:55 PM, a...@gratin.org wrote: > Hello, > > trying to build a debug version of glib, and will do some tests on the > failing target machines. > > In the meantime, I wanted to note that when I compile fluidsynth against > the latest glib (v2.36.3), I get a lot a deprecation warning

Re: [fluid-dev] Event Timing in FluidSynth

2013-07-30 Thread David Henningsson
On 07/31/2013 12:44 AM, ChordWizard Software wrote: > Hi all, > > Greetings from a new user of FluidSynth and thanks for the work that has made > this great library available to all. > > I am using it as a DLL to add soundfont support to the sound engine of my > music application, Songtrix. Th

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

2013-07-11 Thread David Henningsson
On 07/10/2013 04:05 AM, Dave wrote: Hello, Fluidsynth newbie here. But thanks to some help from the wonderful folks in this group (especially GrahamG), and thanks to the excellent software design, I’ve been able to programmatically create mp3’s. I’m stuck on what is probably a trivial task, but

Re: [fluid-dev] FluidSynth on ARM

2013-07-11 Thread David Henningsson
On 07/03/2013 01:56 PM, Mauricio Kanada wrote: I have a plan to create one small sound module based on FluidSynth. Reading the messages on this list about FluidSynth on ARM, the conclusion is that RaspberryPi is 'usable', but not good for this purpose. I found that OdroidU2 is more powerfull (A9

Re: [fluid-dev] Resource leaks found in fluidsynth by static code analyzer

2013-06-23 Thread David Henningsson
On 06/24/2013 06:44 AM, Surabhi Mishra wrote: Hi All, I want to contribute the fixes for the resource leaks found by static code analyzer tool for fluid-synth. Can someone please guide me the necessary steps and requirements for submitting the patches. (You need git diff or files etc). Thank

Re: [fluid-dev] Minor issue when building on Solaris + patch

2013-05-28 Thread David Henningsson
On 05/28/2013 02:55 PM, Laurent Blume wrote: On 28/05/13 14:45, Laurent Blume wrote: I applied the patch, now it fails a little differently, more undefined objects at link time. Not quite sure why? libtool: link: /opt/solarisstudio12.3/bin/cc -xO3 -m32 -xarch=pentium_pro -xchip=pentium_pro -Dsu

Re: [fluid-dev] Minor issue when building on Solaris + patch

2013-05-28 Thread David Henningsson
On 05/28/2013 09:59 AM, Laurent Blume wrote: Hello, It's been a while since I built Fluidsynth on Solaris, it worked well enough, except for a little snag: there is a part where a portion of the code is Linux/MacOS only, but one function defined there is used in a later block that's common to al

[fluid-dev] Default soundfont file: synth.default-soundfont

2013-05-05 Thread David Henningsson
I just pushed two commits to trunk that enables us to load a default soundfont file if none specified, as discussed two years ago [1]. The default soundfont file is a setting ("synth.default-soundfont"), and its default can in turn be customised in CMake. Our upstream default is currently /us

Re: [fluid-dev] SF2.01 section 8.1.3 # 37

2013-04-14 Thread David Henningsson
On 04/04/2013 10:34 AM, *simple* wrote: Hi, In fluid 1.1.6, fluid_voice.c, line 1010, case GEN_VOLENVDECAY: /* SF2.01 section 8.1.3 # 36 */ case GEN_VOLENVSUSTAIN: /* SF2.01 section 8.1.3 # 37 */ case GEN_KEYTOVOLENVDECAY: /* SF2.01 section 8.1.3 # 40 *

[fluid-dev] FluidSynth sourceforge home updated

2013-04-14 Thread David Henningsson
Our project has now been updated on sourceforge. Let me know if you notice any problems or peculiarities. I was thinking of moving our repository from SVN to Git too, but I wanted to check if any of you have any thoughts (positive or negative) about this? // David __

Re: [fluid-dev] Is it possible to immigrate FluidSynth to a DSP(ADSP21xxx) or an CORTEX-M4 CPU? (Stan Zhang)

2013-03-21 Thread David Henningsson
On 03/22/2013 02:07 AM, *simple* wrote: Aere, This is my first reply to the mailing list. I am not sure if there is any format not good. Thanks for your suggestion. The sound font I am going to use is copied from Creative's sound card installation CD: CT4MGM.SF2 (4M bytes). The quality should be

Re: [fluid-dev] Feature Request: Load everything into RAM to make program changes instant

2013-03-19 Thread David Henningsson
On 03/19/2013 05:54 PM, Nils Gey wrote: On Tue, 19 Mar 2013 14:14:47 +0100 David Henningsson wrote: On 03/19/2013 01:55 PM, Nils Gey wrote: Hello, could you please add a running or loading mode to load an sf2 completely into memory? The goal is that program changes (and bank?) get rid of

Re: [fluid-dev] Feature Request: Load everything into RAM to make program changes instant

2013-03-19 Thread David Henningsson
On 03/19/2013 01:55 PM, Nils Gey wrote: Hello, could you please add a running or loading mode to load an sf2 completely into memory? The goal is that program changes (and bank?) get rid of the load hiccups and the new sound is available in an instant. It already is loaded completely into mem

Re: [fluid-dev] chorus module

2013-02-25 Thread David Henningsson
gende Nachricht wurde empfangen - Absender: David Henningsson Empfänger: FluidSynth mailing list Zeit: 2013-02-25, 09:54:25 Betreff: Re: [fluid-dev] chorus module On 02/25/2013 09:38 AM, BCA wrote: Hello David, "The parameters are set independently of CC93" is it possible to make

Re: [fluid-dev] chorus module

2013-02-25 Thread David Henningsson
are very good! Many thanks Bernd Casper. - Folgende Nachricht wurde empfangen ----- Absender: David Henningsson Empfänger: FluidSynth mailing list Zeit: 2013-02-25, 06:49:59 Betreff: Re: [fluid-dev] chorus module On 02/22/2013 12:56 PM, BCA wrote: Hello , the documentation about the c

Re: [fluid-dev] chorus module

2013-02-24 Thread David Henningsson
On 02/22/2013 12:56 PM, BCA wrote: Hello , the documentation about the chorus effects module says: synth.chorus.active String. ['yes', 'no']. When set to "yes" the chorus effects module is activated. Otherwise, no chorus will be added to the output signal. Note that when the reverb module is ac

Re: [fluid-dev] Rendering midi to file.

2013-02-11 Thread David Henningsson
On 02/11/2013 11:11 PM, Matt Giuca wrote: Hi, Wow, I thought this was documented but I can't find it in the docs either. What docs are you looking at (where you expected to find it)? // David ___ fluid-dev mailing list fluid-dev@nongnu.org https://

Re: [fluid-dev] Testing synth.overflow parameters - more questions

2013-01-27 Thread David Henningsson
On 01/27/2013 09:35 PM, Aere Greenway wrote: David and all: One more thing I need to know, to try different values for the "synth.overflow.volume" parameter, is what range of numbers are produced from the "volume_score" and "attenuation" calculations. Is tho "volume_score" just the value from t

[fluid-dev] Ticket 112: Add hooks for karaoke

2013-01-10 Thread David Henningsson
Just a quick note: there was a ticket #112 added a while ago and it seems to have fallen through the cracks, and I don't have time/priority to deal with it at the moment: http://sourceforge.net/apps/trac/fluidsynth/ticket/112 // David ___ fluid-dev

[fluid-dev] Overflow settings (was: problems with fluidsynth 1.1.6 on a raspberry pi)

2012-12-16 Thread David Henningsson
On 12/17/2012 12:45 AM, Aere Greenway wrote: David: Establishing a score on a note to compare with other notes' scores, to determine which note to remove is an interesting idea. I was a little inaccurate in my previous email; the score is per voice, i e, if a note translates to more than voic

Re: [fluid-dev] problems with fluidsynth 1.1.6 on a raspberry pi

2012-12-16 Thread David Henningsson
don't know. -- Thank You, Aere -----Original Message- *From*: David Henningsson mailto:david%20henningsson%20%3cdi...@ubuntu.com%3e>> *To*: FluidSynth mailing list mailto:fluidsynth%20mailing%20list%20%3cfluid-...@nongnu.org%3e>> *Subject*: Re: [fluid-dev] problems with f

Re: [fluid-dev] Bug or Configuration Option: RAM or Sample limitations in 32-bit Windows Build

2012-11-29 Thread David Henningsson
out a better error message than "that did not load", it is quite hard to tell. Kind regards, GrahamG On 11/29/12, David Henningsson wrote: On 11/29/2012 01:59 PM, Graham Goode wrote: Hi, I recently built the Fluidsynth 1.1.6 25th November SVN package using VS2010, with the dsound,

Re: [fluid-dev] Bug or Configuration Option: RAM or Sample limitations in 32-bit Windows Build

2012-11-29 Thread David Henningsson
On 11/29/2012 01:59 PM, Graham Goode wrote: Hi, I recently built the Fluidsynth 1.1.6 25th November SVN package using VS2010, with the dsound, PortAudio, and Native Jack drivers. I ran into an issue with the build today that was strange - I could load a sf2 file of 350megs in size, but when I at

Re: [fluid-dev] problems with fluidsynth 1.1.6 on a raspberry pi

2012-11-25 Thread David Henningsson
On 11/24/2012 02:27 AM, Jan Newmarch wrote: On Wed, 2012-11-21 at 16:26 +0100, David Henningsson wrote: That is a very valid point; we might not strive to eliminate the average CPU as much as the worst-case CPU, even if both are important. Maybe you could run "perf top -d 1" and mo

Re: [fluid-dev] problems with fluidsynth 1.1.6 on a raspberry pi

2012-11-25 Thread David Henningsson
Btw, Chris, I remember you having a MIDI file where you would slide up and down the piano with the sustain pedal down; I think you used it to test voice overflow, but maybe that would be an interesting test case here as well? I'm thinking that it would constantly "overload" the engine in such

Re: [fluid-dev] problems with fluidsynth 1.1.6 on a raspberry pi

2012-11-21 Thread David Henningsson
On 11/21/2012 11:07 AM, Jan Newmarch wrote: Hi Some things are getting clearer... First off: it's only parts of nightsin.kar that distort badly - about 20 seconds worth, in different places. The rest plays fine. The bad bits are when CPU usage hits impossible values - "top" says 99.9% and "pids

Re: [fluid-dev] problems with fluidsynth 1.1.6 on a raspberry pi

2012-11-20 Thread David Henningsson
On 11/20/2012 08:58 AM, Jan Newmarch wrote: Hi I recompiled 1.1.6 with polyphony set to 64. There doesn't seem to be a command line option to reset parameters like this, but it shouldn't be too hard to add one. Yes I know, use fluid_settings_setXXX in the code... The option is: "fluidsynth -o

Re: [fluid-dev] windows compilation problems

2012-11-20 Thread David Henningsson
On 11/20/2012 03:37 PM, sebastien bel wrote: Sorry for the delay (i tried to answer but i m not familiar with those mailing lists and it seems that my mails went to the wrong places...). Most e-mail apps have a "reply all" or "reply list" button to make it conveinent to reply to the list as we

Re: [fluid-dev] problems with fluidsynth 1.1.6 on a raspberry pi

2012-11-19 Thread David Henningsson
On 11/19/2012 02:37 PM, Pedro Lopez-Cabanillas wrote: On Mon, Nov 19, 2012 at 1:05 PM, David Henningsson mailto:di...@ubuntu.com>> wrote: Given that floats are faster on ARM devices (and probably older x86 devices as well), I think it makes sense to switch back to using single

Re: [fluid-dev] problems with fluidsynth 1.1.6 on a raspberry pi

2012-11-19 Thread David Henningsson
On 11/19/2012 07:34 AM, Pedro Lopez-Cabanillas wrote: El Lunes, 19 de noviembre de 2012 06:42:38 David Henningsson escribió: On 11/18/2012 07:56 PM, Pedro Lopez-Cabanillas wrote: El Domingo, 18 de noviembre de 2012 12:51:58 David Henningsson escribió: I'll do some experiments with it w

Re: [fluid-dev] problems with fluidsynth 1.1.6 on a raspberry pi

2012-11-18 Thread David Henningsson
On 11/18/2012 07:56 PM, Pedro Lopez-Cabanillas wrote: El Domingo, 18 de noviembre de 2012 12:51:58 David Henningsson escribió: I'll do some experiments with it when I have some more time. My bet is floating point exceptions. I tried to verify this theory on my Nexus 7 device. I'v

Re: [fluid-dev] problems with fluidsynth 1.1.6 on a raspberry pi

2012-11-18 Thread David Henningsson
On 11/18/2012 11:07 AM, Jan Newmarch wrote: Thanks to Christian and Aere. Here are some more results on a file nightsin.kar of various choices using pidstat: Version flags sound font cpu % memory %comments 1.1.5 noneFluidR3_GM 75% 43% unlistenable 1.1.

Re: [fluid-dev] windows compilation problems

2012-11-18 Thread David Henningsson
On 11/17/2012 09:24 PM, seb wrote: Hi I'm interested with the fluid for max object, unfortunately the only compiled version of the object existing on the web has the "sustain¬e off" problem. So i'm trying to compile fluid for max under windows but i get a lot of error of redefinition (it seems

Re: [fluid-dev] Windows SoundFont VSTi's

2012-11-07 Thread David Henningsson
On 10/31/2012 08:28 AM, S. Christian Collins wrote: I've downloaded them all... every single SoundFont-compatible VSTi I could find, and not a single one of them comes anywhere close to the accurate SoundFont reproduction of FluidSynth. Apparently, nobody else bothers to support SoundFont 2.1 mod

Re: [fluid-dev] Compiling FS - getting errors

2012-10-27 Thread David Henningsson
On 10/27/2012 12:05 PM, Graham Goode wrote: I had to create my own definition of 'bzero' #define bzero(b,len) (memset((b), '\0', (len)), (void) 0); I've now replaced bzero with memset and committed that as r450. // David ___ fluid-dev mailing list

Re: [fluid-dev] problems with fluidsynth 1.1.5 on a raspberry pi

2012-10-15 Thread David Henningsson
On 10/12/2012 07:59 PM, Simon Eigeldinger wrote: Hi all, I am new to fluidsynth and i tried it to run it on my raspberry pi computer. its a small ARM board with a 700 mhz processor and 256 mb ram. When i tried it it played the file for a few seconds and then it strated to kind of grind or hum.

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

2012-10-15 Thread David Henningsson
On 10/13/2012 10:50 AM, BCA wrote: Hello David, as I'm a newbie to this - is the current "snapshot" of the sourcecode containing the new patch now? I just managed compiling the source and I'm eager to test the new RAM handling... Many thanks and regards Bernd. Yes, if you checkout the lates

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

2012-10-12 Thread David Henningsson
On 10/10/2012 10:29 AM, Kjetil Matheussen wrote: On 10.10.2012 09:51, Kjetil Matheussen wrote: Another thing we need to verify is that the sampledata is read-only once it's been bigendian converted. If it is not, chances are that two threads would both modify the sampledata, causing problems.

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

2012-10-09 Thread David Henningsson
On 10/09/2012 11:13 AM, Kjetil Matheussen wrote: Hi, I'm embedding FluidSynth as an instrument in the Radium music editor (http://users.notam02.no/~kjetism/radium). It works fine (thanks for the great work!), but the memory usage was sometimes shockingly high because fluidsynth reloads entire s

Re: [fluid-dev] FluidSynth 1.1.6 has been released!

2012-09-05 Thread David Henningsson
On 09/05/2012 12:27 PM, Sven Meier wrote: Hi David, the new Fluidsynth version is now distributed as part of jOrgan 3.17 for Windows and OS X. Many thanks to all developers. Good to hear! Btw, have you started to make use of the function that would turn channel 9 into a melodic channel? /

Re: [fluid-dev] FluidSynth 1.1.6 has been released!

2012-08-15 Thread David Henningsson
On 08/16/2012 06:30 AM, Aere Greenway wrote: David: Thanks for your hard work on this. I look forward to using it. Thanks for testing! Please excuse my lack of knowledge on how this works, but I am wondering if there is a policy in-place such that the next Ubuntu (or Lubuntu) release (12.10

[fluid-dev] FluidSynth 1.1.6 has been released!

2012-08-15 Thread David Henningsson
enjoy the new release! Regards, David Henningsson FluidSynth Developer Team ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

[fluid-dev] Rc2 or final release?

2012-08-07 Thread David Henningsson
Okay, so we had some build related bugs that were fixed, do you want me to run an rc2 for you to test again? Otherwise I'm just releasing 1.1.6 with the new fixes in. // David ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/m

Re: [fluid-dev] Apt package dependencies -- WAS Re: Proposal: FluidSynth tester program

2012-08-06 Thread David Henningsson
On 08/06/2012 12:45 AM, jimmy wrote: Again, the real problem was depencies around a package that was alread installed on your system: libjack-dev which requires libjack0 which is jack 1.x. After looking a bit I found that there is actually a workaround for this: libjack-jackd2-dev

Re: [fluid-dev] Proposal: FluidSynth tester program

2012-08-04 Thread David Henningsson
On 08/03/2012 03:39 PM, S. Christian Collins wrote: Even on my Intel Core i7 (2.8 GHz quad-core) I am able to get Fluidsynth to cause xruns when playing really fast on a stereo piano sound that I have (voice polyphony at 256). After some searching I believe I found what causes the performance t

Re: [fluid-dev] Proposal: FluidSynth tester program

2012-08-02 Thread David Henningsson
On 08/02/2012 07:45 AM, Aere Greenway wrote: David: I ran the test on a partition I was planning on replacing (to minimize risk to my other testing). A side-effect of that decision, is that it was done on a non-updated system. In fact, the crash-report generated for it, indicated it wasn't rep

Re: [fluid-dev] Proposal: FluidSynth tester program

2012-08-01 Thread David Henningsson
On 08/01/2012 03:31 AM, Aere Greenway wrote: David: I am not able to run the test on my 450 megahertz (Xubuntu 12.04) system. Although your build process seemed to work okay, and no errors were reported, it has changed my system to where qjackctl crashes every time I try to run it. I have list

Re: [fluid-dev] Proposal: FluidSynth tester program

2012-08-01 Thread David Henningsson
On 08/01/2012 12:28 AM, Aere Greenway wrote: It played the test demo pieces (which always failed on the version that came with Ubuntu 12.04, but worked with your re-packaged PPA) flawlessly. I did notice a difference when running the test this time. Before, the qjackctl dialog showed a RT-% of

Re: [fluid-dev] Proposal: FluidSynth tester program

2012-07-31 Thread David Henningsson
On 07/31/2012 10:39 PM, Aere Greenway wrote: David: I performed the steps for retrieving and building the release-candidate fluidsynth. Thanks! Though it complained that DOXYGEN (or something like that) was not found, it seemed to build and install without any error. The doxygen error can

Re: [fluid-dev] FluidSynth 1.1.6-rc1 ready for testing!

2012-07-30 Thread David Henningsson
On 07/30/2012 06:01 PM, S. Christian Collins wrote: When compiling FluidSynth, I get the following errors when it gets to *fluid_oss.c.o*: /home/chris/Personal/Resource/Source/fluidsynth-1.1.6/src/drivers/fluid_oss.c: In function ‘new_fluid_oss_audio_driver’: /home/chris/Personal/R

  1   2   3   4   5   6   >