LinuxSampler

blank
news about features screenshots demos download support developers faq documentation bugs instruments links credits

News

2009-05-12 On the finish line to the upcoming next release of LinuxSampler and friends, a beta pre-release for the Windows platform is now available from our download server. This is the first Windows version which includes a VST plugin version of the sampler. The installer includes both, native 64 bit binaries and 32 bit binaries. The installer detects the system type and installs the appropriate binaries automatically. Please follow the ongoing discussion and development on our web forum and developers' mailing list to avoid known problems. Feedback appreciated!
2009-02-17 Cheers Mac users! LinuxSampler is finally available as AudioUnit plugin! It's still a work in progress, but you might already want to checkout the experimental AU binary package of LinuxSampler, available from our download server. As this is still an early development version, please follow the ongoing discussion and development on our web forum and developers' mailing list to avoid known problems. Feedback appreciated!
2008-02-15 We're happy to announce that the first freely available sample library is now available on our downloads server. Thanks to Mats Helgesson for giving us the permission to share his "Maestro Concert Grand v2" piano library with you. You find the download link along with the library's license informations and a demo track for prelistening on our instruments site.
More ...

Latest CVS Commits

linuxsampler
2009-07-03 schoenebeck
* VST: look for the Fantasia binary in liblinuxsampler.dll's directory and in its parent directory (required for the next Windows installer which allows to install the 64 bit and 32 bit version of LinuxSampler VST alongside)
2009-06-28 persson
* made program change handling in MIDI thread real-time safe by moving the logic to a non-RT thread
2009-06-27 persson
* fixed crash happening when a pitch bend event arrived at the same time a new instrument was loading
* fixed building with sqlite installed in a non-standard directory
2009-06-26 persson
* added channel routing, fxsends and midi maps to the settings stored in the plugin state
2009-06-21 senoner
* hotplugins/vst/PluginVst.cpp: Removed the final & when launching Fantasia java GUI which was interpreted as an LSCP file to be loaded and hindered its correct launching from within the VST plugin (patch of Grigor)
2009-06-12 persson
* VST: changed number of output channels from one stereo to 16 stereo
2009-06-07 senoner
* AudioChannel.cpp: added GCC vector extensions code for the functions
* copyTo() and MixTo() , gives 300% speedup
* should reduce CPU usage with large FX sends setups
2009-06-06 senoner
* Instruments DB on Windows gets automatically created if not present
More ...
gigedit
2009-05-10 persson
* Windows: look for translations using base directory of libgigedit dll
* virtual keyboard fixes: restore to grey when outside keyboard. Don't trigger multiple notes for each key when moving mouse.
2009-03-27 schoenebeck
* updated LinuxSampler plugin of gigedit to the latest liblinuxsampler C++ API changes
2009-03-01 schoenebeck
* bugfix: inform the sampler when new file(s) has been imported on save operation (#82)
2009-02-03 persson
* made all visible strings translatable
2009-01-10 schoenebeck
* added rpm packaging file (patch by Devin Anderson, slightly modified, fixes #88)
2008-12-28 persson
* Windows fixes: find translation files after install. Don't open a console window.
2008-12-14 persson
* fixes for building the plugin with MinGW
2008-12-06 persson
* minor gui fix: made multi line lables expand to use full width
More ...
libgig
2009-05-03 persson
* minor fix in configure for building DLL on Windows
2009-04-16 persson
* bugfix: files that contain zero length RIFF lists were not read correctly (fixes #127) (bug was introduced 2009-03-13)
2009-03-26 schoenebeck
* fixed crash which occured when streaming a gig sample with bi-directional (a.k.a. 'pingpong') loop type (fixes #102)
2009-03-22 persson
* bugfix: destructor for base class RIFF::Chunk accessed members of derived class RIFF::File, which is bad, and caused crashes when using Visual C++
* bugfix: EG3 depth parameter was not saved correctly
* fixes for building with Visual C++
2009-03-13 schoenebeck
* src/RIFF.cpp : - bugfix: undefined behavior (e.g. endless loop) when opening zero length files, now throws a RIFF::Exception instead (fixes bug #121)
2009-03-08 persson
* bugfix: saving to the same file after the file size had been decreased sometimes made the file corrupt
2009-03-01 schoenebeck
* bugfix: refuse RIFF::Chunk::Read() in case chunk has just been added, that is not written physically yet (#82)
* bugfix in gig::Sample::LoadSampleData*(): reset sample read position to sample start before trying to (re)load sample data from file (#82)
2008-12-02 schoenebeck
* fixed rpmbuild error on Fedora Core 8 (fixes #86, patch by Devin Anderson)
More ...
qsampler
2009-03-25 capela
* Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as brand first translation delivered. Thanks and welcomes who ever may follow ;)
2009-02-19 capela
* Converted obsolete QMessageBox forms to standard buttons.
2008-12-22 schoenebeck
* bugfix: max voices / streams spinboxes in options dialog were limited to 99 (now maximum is 999999999)
* bumped version to 0.2.1.22
2008-12-22 capela
* Tuning options tab layout stretch; bumped to 0.2.1.21
2008-12-07 schoenebeck
* Added support for runtime max. voices / disk streams setting (accessible from the "Options..." dialog). Those fine tuning settins will be saved in case the user modified them and automatically restored to the sampler when reconnecting to a sampler the next time.
* bumped version to 0.2.1.20
2008-10-21 capela
* Fait-divers: desktop menu file touched to openSUSE conventions.
2008-07-02 capela
* Due to some trouble with newer Qt >= 4.4 applications regarding font size configuration, a new global user option is now available to the rescue: View/Options... /Display/Other/Base font size (default none).
2008-05-23 capela
* Attempt to load Qt's own translation support and get rid of the ever warning startup message, unless built in debug mode. (transaction by Guido Scholz, while on qsynth-devel, thanks).
* Only one application instance is now allowed to be up and running, with immediate but graceful termination upon startup iif an already running instance is detected, which will see its main widget shown up automatically (Qt/X11 platform only).
More ...
liblscp
2008-12-11 schoenebeck
* fixed locale related parser bug (fixes #59)
* bumped version to 0.5.5.10
2008-12-07 schoenebeck
* added new client interface functions, for managing the global limit of maximum voices and disk streams: lscp_get_voices(), lscp_set_voices(), lscp_get_streams(), lscp_set_streams()
* bumped version to 0.5.5.9
2008-02-26 schoenebeck
* _lscp_device_port_info_query(): take port parameter "NAME" into the result list, so that e.g. the "NAME" port / channel parameter appears in QSampler's device managment dialog, allowing the user to rename MIDI ports / audio channels (CAUTION: hope this won't break anything)
* bumped version to 0.5.5.8
2008-02-16 schoenebeck
* added LSCP event "DEVICE_MIDI"
2008-02-15 schoenebeck
* bugfix: _lscp_client_evt_proc() dropped LSCP events
2008-02-14 schoenebeck
* bugfix in lscp_client_subscribe(): only the first lscp_client_subscribe() call succeeded (per client), all subsequent ones failed
2008-02-14 schoenebeck
* added new LSCP event "CHANNEL_MIDI" (CAUTION: behavior change for lscp_client_subscribe() and lscp_client_unsubscribe!)
* bumped version to 0.5.5.4
2008-02-04 schoenebeck
* added new client interface function, for renaming effect send entities: lscp_set_fxsend_name()
More ...
jsampler
2009-06-20 iliev
* hack to make JXTaskPaneContainer transparent on Windows
2009-06-12 iliev
* added support for exporting the MIDI instrument maps as Rosegarden device file
2009-06-11 iliev
* added support for exporting the MIDI instrument maps as text file or web page
2009-04-05 iliev
* fixed the channel order when exporting sampler configuration
* don't mute channels muted by solo channel when exporting sampler configuration
* don't ask whether to replace a file on Mac OS when using native file choosers
2009-03-29 iliev
* fixed bug in the sampler channel number notifications
2009-03-28 iliev
* Mac OS integration, work in progress: screen menu bar fix
2009-03-23 iliev
* Variable number of channel lanes (choose Edit/Preferences, then click the `Channels' tab)
2009-03-22 iliev
* Mac OS integration, work in progress:
* Added option to use native file choosers (choose Edit/Preferences, then click the `View' tab)
More ...
jlscp
2009-02-28 iliev
* fixed compile error
2008-12-24 iliev
* Added support for controlling the global sampler-wide limit of maximum voices and disk streams
2008-09-30 iliev
* fixed bug #104
2008-09-30 iliev
* Added support for escaping unicode characters
2008-09-29 iliev
* Implemented option for adding instruments in separate directories in the instruments database (patch by Chris Cherrett & Andrew Williams, a bit adjusted)
2008-09-11 iliev
* Added support for sending MIDI messages to sampler channels
* Added support for retrieving instrument's key mapping and keyswitch mapping
2008-09-08 iliev
* Added support for monitoring MIDI events on sampler channels and MIDI devices
* Client: added new method - setSoTimeout
2008-04-29 iliev
* Client: added new methods - findLostDbInstrumentFiles, setDbInstrumentFilePath, getExtendedCharacterEscaping, setExtendedCharacterEscaping
* Parser: added new method - toExtendedEscapeSequence
* fixed bug #75
More ...
Last Webserver Sync: Sat Jul 4 02:10:01 CEST 2009