Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (annotate) |
Sticky Revision: |
Minor corrections; Changed widget destruction order on main form close.
* Fixed device driver type channel information gathering, which was severely flawed, dropping all channel session configurations to the default audio driver type (which is ALSA) unexpectedly.
* Channels are now properly renumbered when saving to a session LSCP script, assuming that it should be always loaded from scratch (i.e. zero channels). * Disabled MIDI port setting on channel dialog, and on session file save, as its use is still troublesome. * Descrimination as for drag-and-drop of instrument files has been refined and fixed again.
* Added new menu and toolbar option: Reset All Channels. * Channel setup changes are now properly filtered, as for only those settings that are actually changed gets applied; change information are now also posted to messages window.
Major internal switch regarding channel strip change management.
* Drag-and-drop to an existing channel strip is now also featured, allowing the in-place change of the channel sampler instrument file.
* Drag-and-drop of instrument files now fixed.
* Drag-and-drop of either session files (LSCP scripts) or instrument files (GIG) are now supported. Multiple files drop is allowed, but it only makes sense for instrument files, each one prompting to create a new sampler channel.
* Added support for INSTRUMENT_NAME field from GET CHANNEL INFO command.
Instrument Nr/Name combobox widget makes the channel dialog dirty again.
* Actual instrument names are now optionally retrieved from the instrument file, even though libgig is available, avoiding excessively annoying load times while on the channel dialog, when huge instrument files are selected.
Set to ignore the SIGPIPE (Broken pipe) signal, where available.
~Messages limit optimization with Qt::LogText format (QTextEdit).
Messages window limit is now enforced on one third excess.
* Sampler channel is now completely detached from UI strip class.
Channel dialog filename label fix.
* Instrument index selection now made via combo box widget; actual instrument names are now properly retrieved from the instrument file, provided if libgig is available.
Deferred channel info updates.
* Sampler channels strips are just created if, and only if, the respective channel setup dialog is actually accepted, following common user-interface guidelines.
* Fixed MIDI channel settings.
* Channel strip display glass effect is now an option.
Force cache cleanup on cvs bootstrap.
Initial rewrite of sampler channel strips internal control structures.
Sampler reset info message; asterisk for midi all channels input.
* Sampler reset command action added to menu and toolbar. * MIDI channel selection is now a dropdown list, allowing the explicit selection for "All" channels input per sampler channel (omni). * Channel strip display glass effect has changed background color to black (was green). * Minor configure fixes.
* Channel dialog gets sensible engine and driver defaults on create time. * Implied channel reset on successful instrument load.
* Effective MIDI input port setting on channel dialog.
* Avoid channel voice/stream usage auto-update while intrument loading is erroneous or incomplete.
* Prepared for client event protocol interface, via thread-safe QCustomEvent callback posting, on attempt to comply with draft-protocol v.11.
* Mon-modal intrument file loading and status experimental support.
Second alpha-release.
* The channel context menu is also accessible by right-clicking over the empty workspace area.
* Added small wait event loop on qsamplerMainForm::stopServer(), so let local server terminate gracefully and stabilize, and avoiding a probable segfault on exit, which was preventing the correct salvage of settings and configuration.
* Maximum channel volume percent setting is now a global option, provided to override the default (which is 100%). * Client/server transaction timeout option upper limit has been increased from 5000 to 60000 milliseconds.
* A channel context menu is now featured, by right-clicking over each sampler channel strip.
* Comment SET CHANNEL MIDI_INPUT_PORT command from saveSessionFile(), it has no effect. * Insert a n #include <unistd.h> on qsamplerMessages.h, between * An initial non zero value (0.8) should be set for the channel volume, while GET CHANNEL INFO command is pending implementation. * The order to load/save and setup channel settings is now as suggested in the following lines: SET CHANNEL AUDIO_OUTPUT_TYPE ... SET CHANNEL MIDI_INPUT_TYPE ... SET CHANNEL MIDI_INPUT_CHANNEL ... LOAD ENGINE ... LOAD INSTRUMENT ... SET CHANNEL VOLUME ...
Initial alpha release.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC |