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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC