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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 526 - (hide annotations) (download)
Mon May 9 10:48:40 2005 UTC (18 years, 10 months ago) by capela
File size: 4852 byte(s)
ChangeLog update.

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

  ViewVC Help
Powered by ViewVC