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

Annotation of /qsampler/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 600 - (hide annotations) (download)
Thu Jun 2 08:52:47 2005 UTC (18 years, 10 months ago) by capela
File size: 5119 byte(s)
- Minor configure fix, a debian specialty.

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

  ViewVC Help
Powered by ViewVC