Merge branch 'master' of ssh://repo.or.cz/srv/git/ctl24
[ctl24.git] / seq24 / ChangeLog
blobefe21f1005f6b33b7ed1640eac07df2fbfb1e689
1 2009-09-26 Killian EBEL <killian.ebel@gmail.com>
2         * src/perform.cpp: Fixed jack_position_t->bar calculation which
3     always where 0 or negative while using Hydrogen 0.9.4 at the same
4     time.
6 2009-06-27 Guido Scholz <guido.scholz@bayernline.de>
7         * src/mainwnd.cpp: Mute group learn dialogs changed to use
8         std:string formatting.
10 2009-06-26 Guido Scholz <guido.scholz@bayernline.de>
11         * configure.in: Support for --as-needed linker flag added to
12         remove unused library references.
14 2009-06-25 Guido Scholz <guido.scholz@bayernline.de>
15         * src/perform.cpp: MIDI clock control modified.
17 2009-06-24 Kevin Meinert <kevin@subatomicglue.com>
18         * src/globals.h, src/midifile.cpp: Support for mute groups in
19         MIDI files added.
21 2009-06-23 Guido Scholz <guido.scholz@bayernline.de>
22         * src/mainwid.cpp, src/mainwnd.cpp, src/options.cpp,
23         src/perfnames.cpp, src/perftime.cpp, src/perfedit.cpp,
24         src/seqdata.cpp, src/perform.cpp, src/seqedit.cpp, src/seqkeys.cpp,
25         seqtime.cpp. src/seqmenu.cpp, src/optionsfile.cpp,
26         src/userfile.cpp: sprintf() replaced by snprintf() to avoid
27         buffer overflows.
29 2009-06-18 Kevin Meinert <kevin@subatomicglue.com>
30         * src/globals.h, src/mainwnd.cpp, src/midibus_portmidi.cpp,
31         src/options.cpp, src/optionsfile.cpp, src/perfedit.cpp,
32         src/perform.cpp, src/seq24.cpp, src/seqroll.cpp: Some compiler
33         warnings fixed, generic key name translation.
35 2009-05-29 Guido Scholz <guido.scholz@bayernline.de>
36         * src/options.cpp: Fixed missing return value for
37         on_key_press_event().
38         * src/midibus.cpp: Improved MIDI buffer size handling.
39         * man/seq24.1: Command line option for mouse interaction method
40         added.
41         * SEQ24: Documentation for mute groups added (provided by Andrea
42         delle Canne and Frank Kober).
44 2009-05-29 Sebastien Alaiw <ace17@free.fr>
45         * src/midibus.cpp: Fixed handling of error condition for
46         snd_midi_event_decode().
48 2009-05-28 Kevin Meinert <kevin@subatomicglue.com>, Andrea delle Canne
49 <andreadellecanne@gmail.com>
50         * src/globals.h, src/learn.xpm, src/learn2.xpm, src/mainwid.*,
51         src/options.*, src/optionsfile.cpp, src/perfedit.cpp,
52         src/perform.*, src/seq24.cpp, src/seqedit.cpp, src/seqmenu.cpp,
53         src/seqroll.cpp, src/userfile.cpp: Mute group feature added.
55 2009-05-27 Kevin Meinert <kevin@subatomicglue.com>
56         * src/perform.*: Support for MIDI clock synchronization added.
57         * src/globals.h, src/mainwnd.cpp, src/options.h,
58         src/optionsfile.cpp, src/seq24.cpp, src/perfroll.*, src/seqroll.*,
59         src/seqevent.*, src/sequence.*: Fruitty loop editing added.
61 2009-05-22 Sebastien Alaiw <ace17@free.fr>
62         * src/mainwnd.cpp: Fixed file save as crash.
63         * src/midifile.cpp: Fixed MIDI sysex event reading.
65 2009-05-22 Guido Scholz <guido.scholz@bayernline.de>
66         * src/seq24.cpp, src/midibus.*, midibus_portmidi.*, perform.cpp,
67         options.cpp, lash.*, seauence.h, globals.h, configwin32.h:
68         Support for (lost) Win32 platform support added (reworked
69         patch from Kevin Meinert, Rob Buse).
70         * src/seqedit.cpp, src/seqroll.*: Optimized redraw for sequencer
71         roll background (from Win32 version, Rob Buse).
73 2009-03-14 Stéphane Letz <>
74         * src/iperform.cpp: Adaptations for jack2 applied.
76 2008-12-01 Guido Scholz <guido.scholz@bayernline.de>
77         * src/seq.cpp, src/optionsfile.cpp: Fixed error if path for
78         last used directory is not properly set.
79         * src/mainwnd.cpp: "Cancel" option added to "Save file?"
80         question.
82 2008-11-30 Guido Scholz <guido.scholz@bayernline.de>
83         * src/mainwnd.cpp: Check for GTK minor version added to avoid
84         tooltip compile error for GTK < 2.12.
86 2008-11-29 Guido Scholz <guido.scholz@bayernline.de>
87         * src/globals.h, src/configfile.*, src/midifile.*,
88         src/mainwnd.*, src/optionsfile.*, src/seq24.cpp: Handle
89         filenames more consistently as UTF-8 strings.
91 +++ Release 0.9.0 (2008-11-27) +++
93 2008-11-27 Guido Scholz <guido.scholz@bayernline.de>
94         * src/perfedit.cpp, src/seqedit.cpp: Window icons for song
95         editor and sequence editor added.
97 2008-10-18 Guido Scholz <guido.scholz@bayernline.de>
98         * src/midifile.cpp: Fixed memory leak if MIDI file format error
99         occurs. Error messages added to give user better feedback about
100         reason behind file read error.
102 2008-09-28 Daniel Ellis <mail@danellis.co.uk>
103         * src/perfroll.cpp: Panning in the song editor using the scroll
104         wheel (when SHIFT is used).
106 2008-09-16 Daniel Ellis <mail@danellis.co.uk>
107         * src/seqdata.cpp, src/seqedit.*, src/seqroll.cpp: Zooming and
108         panning in the editor window using the scroll wheel (when CTRL 
109         or SHIFT are used) implemented. Horizontal scroll step interval
110         increased to 1/16 note per zoom level and page interval to
111         1 bar.
113 2008-09-16 Guido Scholz <guido.scholz@bayernline.de>
114         * src/mainwnd.*: About dialog changed to use new layout. Project
115         contributors added accordingly.
116         * src/seqdata.cpp: Buffer overflow fixed; provided by Anthony
117         Green.
119 2008-09-15 Guido Scholz <guido.scholz@bayernline.de>
120         * src/main.cpp, src/mainwnd.*: File new/open/save/close logic
121         rewritten to monitor user applied file changes.
123 2008-09-13 Guido Scholz <guido.scholz@bayernline.de>
124         * src/dump.cpp, src/Makefile.am: "dump" program removed, source
125         files in Makefile.am reordered.
126         * configure.in, src/Makefile.am: Cleanup compiler and linker
127         variables handling for gtkmm library.
128         * src/mainwnd.*: Use newer file dialog, MIDI files are
129         preselectable. ".midi" suffix is added if user does not append a
130         valid MIDI file extension.
131         New menu item to show and hide song edit window. Tooltips for
132         bottom line elements added.
134 2008-09-08 Jaakko Sipari <jaakko.sipari@gmail.com>
135         * perfroll.cpp, seqevent.cpp, seqroll.cpp: Added backspace as
136         an optional delete key to the pattern editor.
138 2008-09-08 Guido Scholz <guido.scholz@bayernline.de>
139         * src/mainwnd.cpp: Keyboard shortcuts for menu items added.
140         Menu rearranged to use less separators.
142 2008-09-07 Guido Scholz <guido.scholz@bayernline.de>
143         * src/mainwnd.*: Title page naming changed.
144         * src/seqedit.cpp: Fixed GTK warning about invalid input string,
145         caused by buffer overflow.
147 2008-08-30 Guido Scholz <guido.scholz@bayernline.de>
148         * man/seq24.1: Man page from Ubuntu added; written by Dana
149         Olson.
151 2008-08-27 Guido Scholz <guido.scholz@bayernline.de>
152         * src/*.xpm: Fixed missing "const" to avoid compiler warnings.
153         * configure.in: Enabled bzip2 tarball for make target "dist".
154         Checks for gtkmm-2.4 , sigc-2.0 and asound libraries added.
155         * main.cpp, src/seq24_32.xpm: Application icon added. Typos
156         fixed.
157         * event.cpp, font.cpp: Missing include for header files added;
158         was complained by gcc 4.3.
159         * mainwnd.h, options.cpp, perfedit.*, seqedit.cpp, seqmenu.cpp:
160         Switched to sigc++-2.0 API, to make program compatible to latest
161         sigc++ version (2.2).
163 2008-07-03 Ivan Hernandez <ihernandez@kiusys.com>
164         * redo.xpm, seqedit.*,  sequence.*: Added Redo function on
165         sequence editor.
167 2008-05-19 Ivan Hernandez <ihernandez@kiusys.com>
168         * midifile.cpp: Fixes the BPM saving on 64bit platforms, patch
169         provided by Pete Leigh.
171 2008-05-12 Ivan Hernandez <ihernandez@kiusys.com>
172         * globals.h, mainwnd.cpp, optionsfile.cpp, seqedit.*,
173         seqroll.cpp, sequence.*, q_rec.xpm, quanize.xpm: Round robbin
174         logic on sequence edit. Start stop shortcut on sequence editor.
175         Remembers last used directory on configuration so you go where
176         you worked. Live Quantize, so notes get to the right time when
177         you play. Fixed volume. Makes midi input have a fixed volume
178         when you record.
181 v0.4.2 ------------------------------------------------
182 2003-5-14
184         * Updated main interface
185         * added --priority flag (runs at higher priority)
186         * refactored midi system, took out midi prebuffer
188 v0.4.1 ------------------------------------------------
190         * Fixed gcc 3.2 compile problem
191         * real time value change in data window
193 v0.4.0 ------------------------------------------------
195 2002-10-8
197         * Added Performace editor.
200 v0.3.0 ------------------------------------------------
202 2002-9-16
204         * Midi clock configure Dialog ( removed #ifndef MIDI_CLOCK stuff )
205         * Updated main interface (progress bars, spin widgets for bpm and screen set )
206         * Midi recording & midi Thru in edit window
207         * Ability to move/select/delete rouge Note On/Off events (just deleted them before )
208         * Added Paino Roll progress indicator, removed one from upper time bar thing.
209         * Removed context menu to switch from Add/Select mode on paino roll.  Now
210           you just right click and hold down on paino roll and event bar to toggle modes.
211         * Moved Event select button, now on bottom with a display of curent event type.
212         
213 v0.2.0 -------------------------------------------------
215 2002-08-04
216         * Added Control Code Editor
218 2002-07-16   
219         * seqkeys.C - fixed black key drawing problem
222 v0.1.1 -------------------------------------------------
224 2002-07-15    Rob Buse    rcbuse@filter24.org
225         * added #define _GNU_SOURCE to makefile.in
227 v0.1.0 -------------------------------------------------
229 2002-07-14    Rob Buse    rcbuse@filter24.org 
230         * Initial release of seq24-0.1.0  woohoo!
233