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

Contents of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 409 - (show annotations) (download)
Thu Feb 24 12:10:54 2005 UTC (19 years, 1 month ago) by capela
File size: 4129 byte(s)
* Channels are now properly renumbered when saving to a
  session LSCP script, assuming that it should be always
  loaded from scratch (i.e. zero channels).

* Disabled MIDI port setting on channel dialog, and on
  session file save, as its use is still troublesome.

* Descrimination as for drag-and-drop of instrument files
  has been refined and fixed again.

1 qsampler - A LinuxSampler Qt GUI Interface
2 ------------------------------------------
3
4 ChangeLog
5
6 0.0.5 2005-02-24 Work in progress...
7
8 * Channels are now properly renumbered when saving to a
9 session LSCP script, assuming that it should be always
10 loaded from scratch (i.e. zero channels).
11
12 * Disabled MIDI port setting on channel dialog, and on
13 session file save, as its use is still troublesome.
14
15 * Added new menu and toolbar option: Reset All Channels.
16
17 * Channel setup changes are now properly filtered, as for
18 only those settings that are actually changed gets applied;
19 change information are now also posted to messages window.
20
21 * Drag-and-drop of either session files (LSCP scripts) or
22 instrument files (GIG) are now supported. Multiple files
23 drop is allowed, but it only makes sense for instrument
24 files, each one prompting to create a new sampler channel.
25
26 * Drag-and-drop to an existing channel strip is now also
27 featured, allowing the in-place change of the channel
28 sampler instrument file.
29
30 * Actual instrument names are now optionally retrieved
31 from the instrument file, even though libgig is available,
32 avoiding excessively annoying load times while on the
33 channel dialog, when huge instrument files are selected.
34
35 * Set to ignore the SIGPIPE ("Broken pipe") signal, where
36 available, as the default handler is usually fatal when
37 a JACK client is zombified abruptly.
38
39 * Messages window limit is now enforced only when the line
40 count exceeds in one third the user configured line count
41 maximum; if Qt 3.2.0+ is in use, the QTextView widget is
42 otherwise set to the optimized Qt::LogText format.
43
44
45 0.0.4 2004-11-19 Fourth alpha-release.
46
47 * Instrument index selection now made via combo box widget;
48 actual instrument names are now properly retrieved from
49 the instrument file, provided if libgig is available.
50
51 * Sampler channels strips are just created if, and only if,
52 the respective channel setup dialog is actually accepted,
53 following common user-interface guidelines.
54
55 * Almost complete rewrite of sampler channel strips internal
56 control structures.
57
58 * Sampler reset command action added to menu and toolbar.
59
60 * MIDI channel selection is now a dropdown list, allowing
61 the explicit selection for "All" channels input per sampler
62 channel (omni mode).
63
64 * Channel strip display glass effect has changed background
65 color to black (was green), being now an user option.
66
67 * Minor configure fixes.
68
69
70 0.0.3 2004-07-06 Third alpha-release.
71
72 * Mon-modal intrument file loading and status support.
73
74 * Effective MIDI input port setting on channel dialog,
75 and on session file save.
76
77 * Channel dialog gets sensible engine and driver defaults
78 on create time.
79
80 * Implied channel reset on successful instrument load.
81
82
83 0.0.2 2004-06-15 Pre-revolutionary release.
84
85 * The channel context menu is also accessible by right-clicking
86 over the empty workspace area.
87
88 * Added small wait event loop on qsamplerMainForm::stopServer(),
89 so let local server terminate gracefully and stabilize, and
90 avoiding a probable segfault on exit, which was preventing the
91 correct salvage of settings and configuration.
92
93 * Maximum channel volume percent setting is now a global option,
94 provided to override the default (which is 100%).
95
96 * Client/server transaction timeout option upper limit has been
97 increased from 5000 to 60000 milliseconds.
98
99 * A channel context menu is now featured, by right-clicking over
100 each sampler channel strip.
101
102 * Commented SET CHANNEL MIDI_INPUT_PORT command from
103 qsamplerMainForm::saveSessionFile(), it has no effect.
104
105 * Insert a n #include <unistd.h> on qsamplerMessages.cpp, between
106 a #if !defined(WIN32) clause.
107
108 * An initial non zero value (0.8) is now set for volume of every
109 new sampler channel strip.
110
111 * The order to load/save and setup channel settings is now as
112 suggested in the following lines:
113
114 SET CHANNEL AUDIO_OUTPUT_TYPE ...
115 SET CHANNEL MIDI_INPUT_TYPE ...
116 SET CHANNEL MIDI_INPUT_CHANNEL ...
117 LOAD ENGINE ...
118 LOAD INSTRUMENT ...
119 SET CHANNEL VOLUME ...
120
121
122 0.0.1 2004-06-05 Primordial alpha release.
123

  ViewVC Help
Powered by ViewVC