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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.341  
changed lines
  Added in v.3867

  ViewVC Help
Powered by ViewVC