Commit Graph

1808 Commits

Author SHA1 Message Date
David Henningsson 7993412330 Modify sequencer to (optionally) use sample timer instead of system timer 2009-05-03 11:32:44 +00:00
Josh Green 95e985b4c9 Removed WIN32 use of recv() in fluid_istream_gets() since it is also used for stdin. Probably wont work for WIN32 TCP sockets though. 2009-05-02 19:58:23 +00:00
Pedro Lopez-Cabanillas 70aff30d4b fix for win32 build 2009-05-01 19:06:49 +00:00
Pedro Lopez-Cabanillas 4709880402 Doxygen documentation: license changed to CC-BY-SA 3.0
Modules created: audio and settings
2009-05-01 17:26:42 +00:00
Josh Green 83b5ac65ec Added doc/README with info on building API docs and online doc link. 2009-05-01 07:08:36 +00:00
Josh Green d5cf08dd14 Changed the Doxygen API: 1.1.0 stuff to @since: 1.1.0. 2009-04-29 04:31:11 +00:00
Josh Green 5394a4e81e Fixed build by removing paste duplicates in fluid_filerenderer.c and some other misc stuff. 2009-04-27 19:55:08 +00:00
Josh Green 5fcedecdfd glib is now a dependency, lots of platform specific code moved to glib, implemented initial WIN32 TCP socket code (not tested). 2009-04-27 19:13:49 +00:00
David Henningsson 7de961292b Sample timers and fast MIDI-file rendering (fixes ticket #15) 2009-04-25 15:17:15 +00:00
Pedro Lopez-Cabanillas 648a9f155b * Documentation revision for 1.1.0 2009-04-20 21:10:55 +00:00
Josh Green 90625a557d Fixed build after recently removing sf2 directory and example.sf2. 2009-04-20 03:42:37 +00:00
Josh Green 6f84d0eb2e Removed sf2 directory and non-DFSG compliant VintageDreamsWaves-v2.sf2.
Removed doc/example.sf2 which was an excerpt from VintageDreamsWaves-v2.sf2.
Removed doc/midi_time.txt which was a note by Peter Hanappe on MIDI timing, but no longer needed in the source tree.
2009-04-20 00:50:41 +00:00
David Henningsson 2c1b6570e6 Fixed sample rate warning message 2009-04-15 04:29:11 +00:00
David Henningsson 9ca6718553 Fix bank selection logic, as reported by D Bartolec 2009-04-15 04:08:16 +00:00
Josh Green 78e8b1c14e Version 1.0.9, bumped version, no library interface changes, removed
doc/html and doc/api directories from EXTRA_DIST, MIDI channel now 
displayed when a preset is substituted.
2009-04-12 05:11:20 +00:00
Pedro Lopez-Cabanillas c3f3fa3762 * fixed compilation under MSVC 2008 and older. 2009-04-02 18:28:07 +00:00
Josh Green 251f96524c Removed ltconfig, fixes to FluidSynth man page, re-order of default
driver selection, implemented preset selection fallback logic.
2009-03-16 01:37:21 +00:00
Josh Green b28c01954a New jack MIDI driver, updated README-OSX. 2009-03-09 05:48:04 +00:00
Pedro Lopez-Cabanillas 7e96e922d9 Fixed changelog 2009-03-02 21:22:05 +00:00
Pedro Lopez-Cabanillas af673afaba Fix for ticket #22 - Wrong tempo changes 2009-02-28 23:16:36 +00:00
Pedro Lopez-Cabanillas 5b4387e332 Fixed Jack driver in "audio.jack.multi=yes" mode.
This mode allows multiple audio outputs, typically one for each MIDI input channel. It was unavailable while using audio feedback callback, for instance in QSynth when peak level meters were enabled. This has been fixed by Bernat, and backported from the FluidSynth-2.x branch (ticket #21, changeset 154)
2009-02-22 09:52:32 +00:00
Josh Green b49458e817 Applied patch from KO Myung-Hun for OS/2 support including Dart audio driver. 2009-02-04 07:45:44 +00:00
Pedro Lopez-Cabanillas 7f3e9a171f updated man page and CLI help, option: -p, --portname 2009-02-02 21:48:08 +00:00
Pedro Lopez-Cabanillas ecd0da8ba9 Revision of the overhauled PortAudio driver.
* Use the name "PortAudio" everywhere
* Default device name: "PortAudio Default" solves the clash with the ALSA "default" device.
* enumerate only devices with 2 or more output channels available (ignore input only devices)
* use Pa_GetDefaultOutputDevice() instead of 0 for the default device index
* assign the device index for the requested device name when it matches one.
2009-01-31 23:18:46 +00:00
Bernat Arlandis i Mañó f0a5100f2c Reverted changeset #144. See ticket #11. 2009-01-29 23:05:59 +00:00
Josh Green 904fba7155 Overhauled PortAudio driver for PortAudio V19 API. 2009-01-29 09:21:34 +00:00
Josh Green f9e1a0e677 Latest README-OSX from Ebrahim Mayat. 2009-01-28 18:20:48 +00:00
Pedro Lopez-Cabanillas 822221df19 Settings (midi.portname and midi.coremidi.id) added to the CoreMIDI driver 2009-01-26 21:15:33 +00:00
Bernat Arlandis i Mañó e4409a8641 Fixed vel2fc default modulator. 2009-01-24 16:46:59 +00:00
Bernat Arlandis i Mañó 15322a71ba Added MIDI channel pressure. 2009-01-22 16:47:21 +00:00
Norbert Schnell ce3002381a - increased version counter 2009-01-18 12:26:27 +00:00
Norbert Schnell 1685e00e76 - updated README 2009-01-18 12:19:20 +00:00
Norbert Schnell 2e5af57693 - updated version
- cleaned code (no changes)
2009-01-18 12:15:02 +00:00
Norbert Schnell bb3e77e5ab Adapted to current sources and added build projects. 2009-01-16 23:09:57 +00:00
Josh Green 2e5e52bd7a Fixed router_chan section as pointed out by Bernat Arlandis i Mañó. 2009-01-10 20:23:13 +00:00
Pedro Lopez-Cabanillas f445b9b30c Reverted (wrong) changes in autogen.sh for MacOSX.
Added missing records to ChangeLog
2009-01-10 19:01:20 +00:00
Josh Green 5cd5c9c43a Build fixes in regards to LT_REVISION/LT_CURRENT/LT_AGE values and libtool. 2009-01-09 05:27:56 +00:00
Josh Green 0d259294ba Changed "Fluidsynth" strings to "FluidSynth". 2009-01-09 04:59:25 +00:00
Pedro Lopez-Cabanillas 916aee60d8 Tabs replaced with spaces 2009-01-08 23:33:53 +00:00
Pedro Lopez-Cabanillas 8c31f07f81 Basic CoreMIDI driver (Mac OSX). Ticket #18 2009-01-08 22:47:55 +00:00
Pedro Lopez-Cabanillas 291810dfe1 Basic CoreMIDI driver (Mac OSX). Ticket #18 2009-01-08 22:47:01 +00:00
Josh Green f07957e769 New PulseAudio driver and added support for some RPN parameters such as
bend range and fine/coarse tuning.
2008-12-23 10:15:01 +00:00
Pedro Lopez-Cabanillas 29c24e561d Fix for ticket #16 (dsound device can't be selected) 2008-09-22 20:19:12 +00:00
Pedro Lopez-Cabanillas d930fcadf0 Updated the man page with the last parameter added (-p, --portname) 2008-09-15 21:52:25 +00:00
Pedro Lopez-Cabanillas b97a3df4cb small commit test 2008-09-15 20:51:41 +00:00
Josh Green f89377de88 Applied patches from S. Christian Collins to improve EMU10K1 synthesis
compatibility, other synthesis fixes and a modulator related crash bug;
Pedro Lopez-Cabanillas for midi.winmidi.device setting
and Nicolas Boulicault for ALSA sequencer midi.portname setting.  Also 
a fix to properly attempt a load of percussion instruments during 
program change.
2008-09-15 04:17:24 +00:00
Josh Green 00580d43ba Changing back.. 2008-09-15 04:01:23 +00:00
Josh Green a3a7772dcd This is a test.. 2008-09-15 04:00:17 +00:00
Josh Green c513944625 Release 1.0.8. Minor changes to build system to fix dist target. New
README-OSX.  Fixed embedded main function with AM_PATH_READLINE macro.
2007-11-17 21:55:22 +00:00
Josh Green ccf06bc7dc FluidSynth 1.0.8 release. Updated LT_REVISION. 2007-11-17 19:23:39 +00:00