/[svn]/qsampler/trunk/ChangeLog
ViewVC logotype

Diff of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 482 by capela, Mon Mar 21 10:29:49 2005 UTC revision 4070 by capela, Wed Jan 3 15:38:52 2024 UTC
# Line 1  Line 1 
1  qsampler - A LinuxSampler Qt GUI Interface  Qsampler - A LinuxSampler Qt GUI Interface
2  ------------------------------------------  ------------------------------------------
3    
4  ChangeLog  ChangeLog
5    
 0.1.0   2005-03-21  Device configuration work in progress...  
6    
7  * Device configuration is now complete (EXPERIMENTAL).  GIT HEAD
8    
9    - Updated copyright headers into the New Year (2024).
10    
11    
12    0.9.11  2023-09-09  An End-of-Summer'23 Release.
13    
14    - Preppings to next development cycle (Qt >= 6.6)
15    
16    
17    0.9.10  2023-06-01  A Spring'23 Release.
18    
19    - Prepping into the next development cycle (with Qt >= 6.5).
20    
21    
22    0.9.9  2023-03-23  An Early-Spring'23 Release.
23    
24    - Bumping copyright headers to the brand new year.
25    
26    
27    0.9.8  2022-12-28  An End-of-Year'22 Release.
28    
29    - Just bumping into the next develop cycle/season.
30    
31    
32    0.9.7  2022-10-03  An Early-Autumn'22 Release.
33    
34    - Add current system user-name to the singleton/unique application
35      instance identifier.
36    
37    
38    0.9.6  2022-04-02  A Spring'22 Release.
39    
40    - Main application icon is now presented in scalable format (SVG).
41    
42    - Migrated command line parsing to QCommandLineParser/Option
43      (Qt >= 5.2)
44    
45    - Fixed translations path to be relative to application runtime.
46    
47    
48    0.9.5  2022-01-09  A Winter'22 Release.
49    
50    - Dropped autotools (autoconf, automake, etc.) build system.
51    
52    - Fixed for Qt6 plugins path eg. widget theme or styles.
53    
54    
55    0.9.4  2021-07-03  An Early-Summer'21 Release.
56    
57    - All builds default to Qt6 (Qt >= 6.1) where available.
58    
59    - CMake is now the official build system.
60    
61    
62    0.9.3  2021-05-11  A Spring'21 Release.
63    
64    - All packaging builds switching to CMake.
65    
66    
67    0.9.2  2021-03-14  An End-of-Winter'21 Release.
68    
69    - Bumped version micro/dot number into the next develop cycle.
70    
71    
72    0.9.1  2021-02-07  A Winter'21 Release.
73    
74    - Early preparations for the New Year develop(ment) cycle.
75    
76    
77    0.9.0  2020-12-17  A Winter'20 Release.
78    
79    - Early fixing to build for Qt >= 6.0.0 and comply with C++17
80      standard.
81    
82    
83    0.6.3  2020-07-31  A Summer'20 Release.
84    
85    - Early fixing to build for Qt >= 5.15.0.
86    
87    
88    0.6.2  2020-03-24  A Spring'20 Release.
89    
90    - Make man page compression reproducible (after request by Jelle
91      van der Waa, while on the Vee-Ones, thanks).
92    
93    - Ditching deprecated QTime methods for QElapsedTimer's (in
94      compliance to Qt >= 5.14.0).
95    
96    - If connection to server aborted, try to automatically reconnect
97      (if server was not started by QSampler).
98    
99    - Fixed crash when a device disappeared on server side (caused by
100      iterator invalidation).
101    
102    - Bumped copyright headers into the New Year (2020).
103    
104    
105    
106    0.6.1  2019-12-22  The Winter'19 Release.
107    
108    - Custom color (palette) theme editor introduced; color (palette)
109      theme changes are now effective immediately, except on default.
110    
111    - Second attempt to fix the yet non-official though CMake build
112      configuration.
113    
114    - When using autotools and ./configure --with-qt=..., it is also
115      necessary to adjust the PKG_CONFIG_PATH environment variable
116      (after a merge request by plcl aka. Pedro López-Cabanillas,
117      while on qmidinet).
118    
119    
120    0.6.0  2019-10-17  An Autumn'19 Release.
121    
122    - Added alternate yet non-official CMake build option.
123    
124    - Fix HiDPI display screen effective support (Qt >= 5.6).
125    
126    - Make sure compiler flags comply to c++11 as standard.
127    
128    
129    0.5.6  2019-07-12  A Summer'19 Release.
130    
131    - Updated for the newer Qt5 translation tools (>= 5.13).
132    
133    - Configure updated to check for qtchooser availability.
134    
135    - Minor update to Debian packaging control file.
136    
137    
138    0.5.5  2019-04-11  A Spring-Break'19 Release.
139    
140    - Re-defined all main application UNIX signal handling.
141    
142    
143    0.5.4  2019-03-11  Pre-LAC2019 Release Frenzy.
144    
145    - Refactored all singleton/unique application instance setup logic
146      away from X11/Xcb hackery.
147    
148    - HiDPI display screen support (Qt >= 5.6).
149    
150    - Bumped copyright headers into the New Year (2019).
151    
152    
153    0.5.3  2018-12-06  An End of Autumn'18 Release.
154    
155    - Avoid saving plug-in sampler channels and related devices to
156      regular LSCP (*.lscp) session files.
157    
158    - Fixed MIDI and Audio device selection on the common sampler
159      channel settings dialog.
160    
161    - Old deprecated Qt4 build support is no more.
162    
163    - AppStream metadata updated to be the most compliant with latest
164      freedesktop.org specification and recommendation.
165    
166    
167    0.5.2  2018-07-22  A Summer'18 Release.
168    
169    - AppData/AppStream metadata is now settled under an all permisssive
170      license (FSFAP).
171    
172    
173    0.5.1  2018-05-21  Pre-LAC2018 release frenzy.
174    
175    - Disable singleton/unique application instance setup logic when
176      the display server platform is not X11.
177    
178    - Fixed device management dialog not responding to user changes.
179    
180    - A little hardening on the configure (autoconf) macro side.
181    
182    - Fixed minor memory leak in device management dialog.
183    
184    - Fixed unnecessary latency when closing app.
185    
186    
187    0.5.0  2017-12-12  An Autumn'17 release.
188    
189    - French (fr) translation added by Olivier Humbert (qsampler_fr.ts).
190    
191    - Desktop entry specification file is now finally independent from
192      build/configure template chains.
193    
194    - Updated target path for freedesktop.org's AppStream metainfo file
195      (formerly AppData).
196    
197    
198    0.4.3  2017-04-27  Pre-LAC2017 release frenzy.
199    
200    - Added French man page (by Olivier Humbert, thanks).
201    
202    - Make builds reproducible byte for byte, by getting rid of the
203      configure build date and time stamps.
204    
205    
206    0.4.2  2016-11-14  A Fall'16 release.
207    
208    - Fixed a potential crash on the singleton/unique application
209      instance setup.
210    
211    - Almost complete overhaul on the configure script command
212      line options, wrt. installation directories specification,
213      eg. --prefix, --bindir, --libdir, --datadir and --mandir.
214    
215    
216    0.4.1  2016-09-14  End of Summer'16 release.
217    
218    - Fixed a race condition on creating sampler channels that ended
219      in duplicate channel strips; also fixed channel auto-arrange.
220      
221    - Dropped the --enable-qt5 from configure as found redundant given
222      that's the build default anyway (suggestion by Guido Scholz, while
223      for Qtractor, thanks).
224    
225    - Automake: set environment variable GCC_COLORS=auto to allow GCC to
226      auto detect whether it (sh/c)ould output its messages in color.
227    
228    
229    0.4.0  2016-04-05  Spring'16 release frenzy.
230    
231    - Added application keywords to freedesktop.org's AppData.
232    
233    - Prevent x11extras module from use on non-X11/Unix plaforms.
234    
235    - Messages standard output capture has been improved again, now
236      in both ways a non-blocking pipe may get.
237    
238    - Single/unique application instance control adapted to Qt5/X11.
239    
240    
241    0.3.1  2015-07-19  Summer'15 release frenzy.
242    
243    - Fixed configure script's Qt include directory lookup for some
244      64bit Linux flavours.
245    
246    - Prefer Qt5 over Qt4 by default with configure script.
247    
248    - A new top-level widget window geometry state save and restore
249      sub-routine is now in effect.
250    
251    - Fixed for some strict tests for Qt4 vs. Qt5 configure builds.
252    
253    
254    0.3.0  2015-03-25  Pre-LAC2015 release frenzy.
255    
256    - Added application description as freedesktop.org's AppData.
257    
258    - Added this "Don't ask/show this again" option to some if not most
259      of the nagging warning/error message boxes.
260    
261    - Mac OS X: Fixed default path of linuxsampler binary.
262    
263    - When closing qsampler and showing the user the dialog whether to
264      stop the LinuxSampler backend, set the default selection to "Yes".
265    
266    - Master volume slider now getting proper layout when changing its
267      main toolbar orientation.
268    
269    - Messages standard output capture has been slightly improved as for
270      non-blocking i/o, whenever available.
271    
272    - Adjusted configure check for libgig to detect the new
273    --includedir.
274    
275    - A man page has beed added (making up Matt Flax's work on debian,
276      thanks).
277    
278    - Translations install directory change.
279    
280    - Added support for SF2 instrument names/preset enumeration.
281    
282    - Added instrument list popup on channel strip which shows up when
283      the instrument name is clicked. Allows faster switching among
284      instruments of the same file.
285    
286    - Adjusted configure check for libgig to detect its new --libdir
287      (impolitely forcing the user now to have at least libgig 3.3.0).
288    
289    
290    0.2.3  2013-12-31  A fifth of a Jubilee.
291    
292    - Allow the build system to include an user specified LDFLAGS.
293    
294    - More preparations for Qt5 configure build.
295    
296    - Standard scalable format (SVG) and MIME type icons support for
297      session files (*.lscp) is now being added.
298    
299    - Preparations for Qt5 migration.
300    
301    - Added include <unistd.h> to shut up gcc 4.7 build failures.
302    
303    - Make(ing) -jN parallel builds now available for the masses.
304    
305    - Fixed Makefile.in handling of installation directories to the
306      configure script eg. --datadir, --localedir.
307    
308    - Made lookup of translation files work inside a Mac OS X bundle.
309    
310    - Minor Mac OS X compilation error fix.
311    
312    - Debugging stacktrace now applies to all working threads.
313    
314    - Made lookup of translation files more robust on Windows.
315    
316    - Fixes for cross compiling and building for Windows with configure
317      and make.
318    
319    - libX11 is now being added explicitly to the build link phase, as
320      seen necessary on some bleeding-edge distros eg. Fedora 13, Debian
321      6.
322    
323    - Moving from old deprecated Qt3'ish custom event post handling into
324      regular asynchronous signal/slot strategy.
325    
326    - Sampler channel and instrument file requester support for other
327      than GIG engine instrument files (*gig; *.dls) has been added,
328      making roads for the newer SFZ and SF2 engines instrument files
329      (*.sfz; *.sf2).
330    
331    - General standard dialog buttons layout is now in place.
332    
333    - Initial widget geometry and visibility persistence logic has been
334      slightly revised as much to avoid crash failures due to wrong main
335      widget hidden state.
336    
337    - General source tree layout and build configuration change.
338    
339    - Automatic crash-dump reports, debugger stack-traces (gdb), back-
340      traces, whatever, are being introduced as a brand new configure
341      option (--enable-stacktrace) and default enabled on debug build
342      targets (--enable-debug).
343    
344    - Attempt to fix broken instrument list model/view on Qt >= 4.6.
345    
346    - Device parameter spin-box default maximum has been set higher: now
347      at a magic 24-bit limit (16777216) instead of older 16-bit (65536),
348      possibly fixing bug #136.
349    
350    - LADISH Level 1 support has been added: SIGUSR1 signal trap just
351      makes it a shortcut to File/Save.
352    
353    - MIDI Device Status menu is disabled when no MIDI device exists;
354      a menu separator has been added.
355    
356    - Window manager's close button was found missing from the Devices
357      and Instruments widgets when on Qt >= 4.5, now fixed.
358    
359    - MIDI activity indicator on channel strips and MIDI device status
360      widgets is now implemented as a flashing green LED, instead of a
361      lame green solid background :).
362    
363    - Global configuration state is now explicitly saved/committed to
364      disk when View/Options... dialog changes are accepted and applied.
365    
366    - Czech (cs) translation added (by Pavel Fric).
367    
368    
369    0.2.2  2009-08-01  New release cycle.
370    
371    - Russian (qsampler_ru.ts by Alexandre Prokoudine) makes it as
372      brand first translation delivered. Thanks and welcomes whom ever
373      may follow ;)
374    
375    - Converted obsolete QMessageBox forms to standard buttons.
376    
377    - Added support for runtime max. voices / disk streams setting
378      (accessible from the "Options..." dialog). Those fine tuning
379      settings will be saved in case the user modified them and
380      automatically restored to the sampler when reconnecting to
381      a sampler the next time.
382    
383    - Grayed/disabled palette color group fix for dark color themes.
384    
385    - Fait-divers: desktop menu file touched to openSUSE conventions.
386    
387    - Due to some trouble with newer Qt >= 4.4 applications regarding
388      font size configuration, a new global user option is now available
389      to the rescue: View/Options... /Display/Other/Base font size
390      (default none).
391    
392    - Attempt to load Qt's own translation support and get rid of the
393      ever warning startup message, unless built in debug mode.
394      (transaction by Guido Scholz, while on qsynth-devel, thanks).
395    
396    - Only one application instance is now allowed to be up and running,
397      with immediate but graceful termination upon startup iif an already
398      running instance is detected, which will see its main widget shown
399      up automatically (Qt/X11 platform only).
400    
401    - Messages file logging makes its first long overdue appearance,
402      with user configurable settings in View/Options.../Server/Logging.
403    
404    - Bugfix in sampler channel dialog, driver combo boxes' content were
405      screwed.
406    
407    - Automatically add & remove channel strips as they were removed
408      e.g. by other frontends.
409    
410    - Refresh device management dialog when device informations changed,
411      e.g. on changes caused by other frontends (fixes segfault on device
412      changes)
413    
414    - Implemented MIDI device activity windows, selectable from the
415      "View" main menu.
416    
417    - Implemented MIDI activity indicator on channel strips.
418    
419    - Added FX Sends Dialog to Channel Strips.
420    
421    - Color pallete fix for the instrument name display in channel
422      strip, particularly notorious on Mac OS X builds.
423    
424    - Added dialog when the application exits which lets the user decide
425      whether to keep the LinuxSampler running or not.
426    
427    
428    0.2.1  2007-12-06  Qt4 migration was complete.
429    
430    - Added recent new support of libgig for retrieving instrument names
431      in avery fast way. If libgig provides this feature, then the
432      respective name retrieval setting in qsampler is enabled by default.
433    
434    - The current selected/activated channel-strip is now visually
435      evident while in the application workspace (highlighting).
436    
437    - Make View/Menubar and Toolbar shortcuts accessible even though the
438      main menu and toobar are not visible.
439    
440    - Audio routing table is initially hidden in the dialog, when
441      creating a new sampler channel.
442    
443    - README requirements and configuration notes update.
444    
445    - Disable OK button in sampler channel form and MIDI instrument
446      form if no valid engine is selected (to avoid bothering newbie
447      users with confusing LSCP syntax errors when using the UI the
448      first time).
449    
450    - Fixed creation of devices (don't try to set device parameters
451      which the user did not touch in the device creation dialog).
452    
453    - Added Windows file path support.
454    
455    - Fixed win32/qmakefile and win32/config.h so that it compiles
456      under win32.
457    
458    - Qt4 port of the application.
459    
460    
461    0.1.5  2007-10-15 Five months later a fifth is heard.
462    
463    - Added support for LSCP escape sequences to allow loading and
464      mapping instrument files with special characters in their filename,
465      as well as special characters for instrument names and instrument
466      map names (requires LSCP v1.2 on sampler side).
467    
468    - Added new button "Edit" to the channel strips, which probably does
469      exactly what you think it does: it opens an appropriate instrument
470      editor application; the channel instrument editor tool is also
471      accessible from the main menu and toolbar.
472    
473    - Application icon is now installed to ${prefix}/share/pixmaps;
474      application desktop entry file is now included in installation;
475      spec file (RPM) is now a bit more openSUSE compliant.
476    
477    - Crash fix on double-clicking on a empty instrument list.
478    
479    
480    0.1.4  2007-05-04 Almost another year has gone by.
481    
482    - Channel button colors have changed: yellow for mute and cyan
483      for solo is now the rule, but note that this color highlighting
484      is only rendered on some widget styles.
485    
486    - Master sampler volume slider/spinbox combo is now featured.
487    
488    - Initial support for sampler channel FX sends, while saving the
489      session state, only at code-level.
490    
491    - Sampler channel setup dialog does not mandate for valid nor
492      existing instrument file name.
493    
494    - Revised error verbosity in general and on session load/save;
495      hour-glass wait cursor is now displayed on session load/save;
496      keyboard shortcuts changed on MIDI instruments view context;
497      improved channel strip arrangement on session open/load;
498      instrument map entry removal confirmation (as optional);
499      corrected some tooltip text strings.
500    
501    - Most top-level widgets were missing the normal-widget flag, which
502      were causing some sticky size behavior while on some window
503      managers.
504    
505    - Added preliminary MIDI instrument mapping support; now with an
506      instrument list widget and editing capabilities; MIDI instrumeent
507      map program numbers are now displayed in the range 1-128, instead
508      of the internal 0-127.
509    
510    - GPL address update.
511    
512    
513    0.1.3   2006-06-01 Its been a long year isn't it?
514    
515    - Changed deprecated copyright attribute to license, on
516      qsampler.spec (RPM).
517    
518    - Added configure support for x86_64 libraries (UNTESTED).
519    
520    - Optional specification of alternate liblscp and libgig
521      installation paths have been added to configure command arguments
522      (--with-liblscp, --with-libgig).
523    
524    - Whenever the listing of actual instrument names is not an option
525      (e.g. due to lack of libgig support), the whole number of selectable
526      instrument items is now being graciously increased from just the
527      bare 8 (eight) right up through 100 (one hundred), on the sampler
528      channel setup dialog.
529    
530    - The selection buttons, on the right of the Instrument, Audio and
531      MIDI devices combo-boxes, on the sampler channel dialog, are now
532      expected to be a little better looking than it was before, at least
533      for those Mac OS X eyes.
534    
535    - Minor fixing on the initial messages dock-window height.
536    
537    - Audio output channel routing configuration finally hits the
538      sampler channel dialog, at last!
539    
540    - All widget captions changed to include proper application title
541      name prefix.
542    
543    - Attempt to bring those aging autoconf templates to date; sample
544      SPEC file for RPM build is now being included and generated at
545      configure time.
546    
547    - Set to use QApplication::setMainWidget() instead of registering
548      the traditional lastWindowClosed() signal to quit() slot, just to
549      let the -geometry command line argument have some effect on X11.
550    
551    - Added MUTE/SOLO buttons to individual channel strips.
552    
553    - Fixed compilation error which occured when Qt was compiled with
554      -no-stl.
555    
556    
557    0.1.2   2005-06-23 Even minor workings needs a rest.
558    
559    - Fixed output disability when messages limit option is turned off
560      (thanks to Wolfgang Woehl for spotting this one, while on qjackctl).
561    
562    - Added CHANNEL_INFO event feedback notification handling; minor
563      stream/voice usage auto-refresh cycle optimization.
564    
565    
566    0.1.1   2005-06-12 The mantra of bugfixes.
567    
568    - New improved and full-featured application icon, thanks to
569      Christian Schoenebeck design.
570    
571    - Fixed refresh cycle of channel strips that are found in an error
572      state, which was preventing correct channel info updates.
573    
574    - Device configuration now accessible on toolbar. Added buddy text
575      label to device port/channel combobox on the device dialog.
576    
577    - Include libgig version info on command line request (-v).
578    
579    - Minor configure and Makefile install fixes, as Debian and Mac OS X
580      specialties. Also, install does the right thing with target file
581      modes (thanks to Matt Flax and Ebrahim Mayat, for pointing these
582      out).
583    
584    
585    0.1.0   2005-05-23  Device configuration breakthrough.
586    
587    - Device configuration is now complete.
588    
589    - [bug #9] Fixed for a LSCP command syntax convention consistency,
590      regarding the enumeration of available sampler engines, Audio and
591      MIDI drivers.
592    
593    - [bug #13] Update instrument names list when a new instrument file
594      is select on the channel setup dialog.
595    
596    - Show appropriate message in channel strip while loading an
597      instrument.
598    
599    - Show libgig version in About box (in case libgig is used).
600    
601    
602  0.0.5   2005-03-04  Fifth alpha-release.  0.0.5   2005-03-04  Fifth alpha-release.
603    
604  * Fixed device driver type channel information gathering,  - Fixed device driver type channel information gathering, which was
605    which was severely flawed, dropping all channel session    severely flawed, dropping all channel session configurations to the
606    configurations to the default audio driver type (which    default audio driver type (which is ALSA) unexpectedly.
607    is ALSA) unexpectedly.  
608    - Channels are now properly renumbered when saving to a session LSCP
609  * Channels are now properly renumbered when saving to a    script, assuming that it should be always loaded from scratch (i.e.
610    session LSCP script, assuming that it should be always    zero channels).
611    loaded from scratch (i.e. zero channels).  
612    - Disabled MIDI port setting on channel dialog, and on session file
613  * Disabled MIDI port setting on channel dialog, and on    save, as its use is still troublesome.
614    session file save, as its use is still troublesome.  
615    - Added new menu and toolbar option: Reset All Channels.
616  * Added new menu and toolbar option: Reset All Channels.  
617    - Channel setup changes are now properly filtered, as for only those
618  * Channel setup changes are now properly filtered, as for    settings that are actually changed gets applied; change information
619    only those settings that are actually changed gets applied;    are now also posted to messages window.
620    change information are now also posted to messages window.  
621    - Drag-and-drop of either session files (LSCP scripts) or instrument
622  * Drag-and-drop of either session files (LSCP scripts) or    files (GIG) are now supported. Multiple files drop is allowed, but
623    instrument files (GIG) are now supported. Multiple files    it only makes sense for instrument files, each one prompting to
624    drop is allowed, but it only makes sense for instrument    create a new sampler channel.
625    files, each one prompting to create a new sampler channel.  
626    - Drag-and-drop to an existing channel strip is now also featured,
627  * Drag-and-drop to an existing channel strip is now also    allowing the in-place change of the channel sampler instrument file.
628    featured, allowing the in-place change of the channel  
629    sampler instrument file.  - Actual instrument names are now optionally retrieved from the
630      instrument file, even though libgig is available, avoiding
631  * Actual instrument names are now optionally retrieved    excessively annoying load times while on the channel dialog, when
632    from the instrument file, even though libgig is available,    huge instrument files are selected.
633    avoiding excessively annoying load times while on the  
634    channel dialog, when huge instrument files are selected.  - Set to ignore the SIGPIPE ("Broken pipe") signal, where available,
635      as the default handler is usually fatal when a JACK client is
636  * Set to ignore the SIGPIPE ("Broken pipe") signal, where    zombified abruptly.
637    available, as the default handler is usually fatal when  
638    a JACK client is zombified abruptly.  - Messages window limit is now enforced only when the line count
639      exceeds in one third the user configured line count maximum; if Qt
640  * Messages window limit is now enforced only when the line    3.2.0+ is in use, the QTextView widget is otherwise set to the
641    count exceeds in one third the user configured line count    optimized Qt::LogText format.
   maximum; if Qt 3.2.0+ is in use, the QTextView widget is  
   otherwise set to the optimized Qt::LogText format.  
642    
643    
644  0.0.4   2004-11-19  Fourth alpha-release.  0.0.4   2004-11-19  Fourth alpha-release.
645    
646  * Instrument index selection now made via combo box widget;  - Instrument index selection now made via combo box widget; actual
647    actual instrument names are now properly retrieved from    instrument names are now properly retrieved from the instrument
648    the instrument file, provided if libgig is available.    file, provided if libgig is available.
649    
650  * Sampler channels strips are just created if, and only if,  - Sampler channels strips are just created if, and only if, the
651    the respective channel setup dialog is actually accepted,    respective channel setup dialog is actually accepted, following
652    following common user-interface guidelines.    common user-interface guidelines.
653    
654  * Almost complete rewrite of sampler channel strips internal  - Almost complete rewrite of sampler channel strips internal control
655    control structures.    structures.
656    
657  * Sampler reset command action added to menu and toolbar.  - Sampler reset command action added to menu and toolbar.
658    
659  * MIDI channel selection is now a dropdown list, allowing  - MIDI channel selection is now a dropdown list, allowing the
660    the explicit selection for "All" channels input per sampler    explicit selection for "All" channels input per sampler channel
661    channel (omni mode).    (omni mode).
662    
663  * Channel strip display glass effect has changed background  - Channel strip display glass effect has changed background color to
664    color to black (was green), being now an user option.    black (was green), being now an user option.
665    
666  * Minor configure fixes.  - Minor configure fixes.
667    
668    
669  0.0.3   2004-07-06  Third alpha-release.  0.0.3   2004-07-06  Third alpha-release.
670    
671  * Mon-modal intrument file loading and status support.  - Mon-modal intrument file loading and status support.
672    
673  * Effective MIDI input port setting on channel dialog,  - Effective MIDI input port setting on channel dialog, and on
674    and on session file save.    session file save.
675    
676  * Channel dialog gets sensible engine and driver defaults  - Channel dialog gets sensible engine and driver defaults on create
677    on create time.    time.
678    
679  * Implied channel reset on successful instrument load.  - Implied channel reset on successful instrument load.
680    
681    
682  0.0.2   2004-06-15  Pre-revolutionary release.  0.0.2   2004-06-15  Pre-revolutionary release.
683    
684  * The channel context menu is also accessible by right-clicking  - The channel context menu is also accessible by right-clicking over
685    over the empty workspace area.    the empty workspace area.
686    
687  * Added small wait event loop on qsamplerMainForm::stopServer(),  - Added small wait event loop on qsamplerMainForm::stopServer(), so
688    so let local server terminate gracefully and stabilize, and    let local server terminate gracefully and stabilize, and avoiding a
689    avoiding a probable segfault on exit, which was preventing the    probable segfault on exit, which was preventing the correct salvage
690    correct salvage of settings and configuration.    of settings and configuration.
691    
692  * Maximum channel volume percent setting is now a global option,  - Maximum channel volume percent setting is now a global option,
693    provided to override the default (which is 100%).    provided to override the default (which is 100%).
694    
695  * Client/server transaction timeout option upper limit has been  - Client/server transaction timeout option upper limit has been
696    increased from 5000 to 60000 milliseconds.    increased from 5000 to 60000 milliseconds.
697    
698  * A channel context menu is now featured, by right-clicking over  - A channel context menu is now featured, by right-clicking over
699    each sampler channel strip.    each sampler channel strip.
700    
701  * Commented SET CHANNEL MIDI_INPUT_PORT command from  - Commented SET CHANNEL MIDI_INPUT_PORT command from
702    qsamplerMainForm::saveSessionFile(), it has no effect.    qsamplerMainForm::saveSessionFile(), it has no effect.
703    
704  * Insert a n #include <unistd.h> on qsamplerMessages.cpp, between  - Insert a n #include <unistd.h> on qsamplerMessages.cpp, between a
705    a #if !defined(WIN32) clause.    #if !defined(WIN32) clause.
706    
707  * An initial non zero value (0.8) is now set for volume of every  - An initial non zero value (0.8) is now set for volume of every new
708    new sampler channel strip.    sampler channel strip.
709    
710  * The order to load/save and setup channel settings is now as  - The order to load/save and setup channel settings is now as
711    suggested in the following lines:    suggested in the following lines:
712    
713      SET CHANNEL AUDIO_OUTPUT_TYPE ...      SET CHANNEL AUDIO_OUTPUT_TYPE ...
714      SET CHANNEL MIDI_INPUT_TYPE ...      SET CHANNEL MIDI_INPUT_TYPE ...
715      SET CHANNEL MIDI_INPUT_CHANNEL ...      SET CHANNEL MIDI_INPUT_CHANNEL ...
716      LOAD ENGINE ...      LOAD ENGINE ...
717      LOAD INSTRUMENT ...      LOAD INSTRUMENT ... SET CHANNEL VOLUME ...
     SET CHANNEL VOLUME ...  
718    
719    
720  0.0.1   2004-06-05  Primordial alpha release.  0.0.1   2004-06-05  Primordial alpha release.

Legend:
Removed from v.482  
changed lines
  Added in v.4070

  ViewVC Help
Powered by ViewVC