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

Diff of /qsampler/trunk/ChangeLog

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

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

Legend:
Removed from v.266  
changed lines
  Added in v.3907

  ViewVC Help
Powered by ViewVC