1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
+++ Release 0.9.0 (2008-11-27) +++
2008-11-27 Guido Scholz <guido.scholz@bayernline.de>
* src/perfedit.cpp, src/seqedit.cpp: Window icons for song
editor and sequence editor added.
2008-10-18 Guido Scholz <guido.scholz@bayernline.de>
* src/midifile.cpp: Fixed memory leak if MIDI file format error
occurs. Error messages added to give user better feedback about
reason behind file read error.
2008-09-28 Daniel Ellis <mail@danellis.co.uk>
* src/perfroll.cpp: Panning in the song editor using the scroll
wheel (when SHIFT is used).
2008-09-16 Daniel Ellis <mail@danellis.co.uk>
* src/seqdata.cpp, src/seqedit.*, src/seqroll.cpp: Zooming and
panning in the editor window using the scroll wheel (when CTRL
or SHIFT are used) implemented. Horizontal scroll step interval
increased to 1/16 note per zoom level and page interval to
1 bar.
2008-09-16 Guido Scholz <guido.scholz@bayernline.de>
* src/mainwnd.*: About dialog changed to use new layout. Project
contributors added accordingly.
* src/seqdata.cpp: Buffer overflow fixed; provided by Anthony
Green.
2008-09-15 Guido Scholz <guido.scholz@bayernline.de>
* src/main.cpp, src/mainwnd.*: File new/open/save/close logic
rewritten to monitor user applied file changes.
2008-09-13 Guido Scholz <guido.scholz@bayernline.de>
* src/dump.cpp, src/Makefile.am: "dump" program removed, source
files in Makefile.am reordered.
* configure.in, src/Makefile.am: Cleanup compiler and linker
variables handling for gtkmm library.
* src/mainwnd.*: Use newer file dialog, MIDI files are
preselectable. ".midi" suffix is added if user does not append a
valid MIDI file extension.
New menu item to show and hide song edit window. Tooltips for
bottom line elements added.
2008-09-08 Jaakko Sipari <jaakko.sipari@gmail.com>
* perfroll.cpp, seqevent.cpp, seqroll.cpp: Added backspace as
an optional delete key to the pattern editor.
2008-09-08 Guido Scholz <guido.scholz@bayernline.de>
* src/mainwnd.cpp: Keyboard shortcuts for menu items added.
Menu rearranged to use less separators.
2008-09-07 Guido Scholz <guido.scholz@bayernline.de>
* src/mainwnd.*: Title page naming changed.
* src/seqedit.cpp: Fixed GTK warning about invalid input string,
caused by buffer overflow.
2008-08-30 Guido Scholz <guido.scholz@bayernline.de>
* man/seq24.1: Man page from Ubuntu added; written by Dana
Olson.
2008-08-27 Guido Scholz <guido.scholz@bayernline.de>
* src/*.xpm: Fixed missing "const" to avoid compiler warnings.
* configure.in: Enabled bzip2 tarball for make target "dist".
Checks for gtkmm-2.4 , sigc-2.0 and asound libraries added.
* main.cpp, src/seq24_32.xpm: Application icon added. Typos
fixed.
* event.cpp, font.cpp: Missing include for header files added;
was complained by gcc 4.3.
* mainwnd.h, options.cpp, perfedit.*, seqedit.cpp, seqmenu.cpp:
Switched to sigc++-2.0 API, to make program compatible to latest
sigc++ version (2.2).
2008-07-03 Ivan Hernandez <ihernandez@kiusys.com>
* redo.xpm, seqedit.*, sequence.*: Added Redo function on
sequence editor.
2008-05-19 Ivan Hernandez <ihernandez@kiusys.com>
* midifile.cpp: Fixes the BPM saving on 64bit platforms, patch
provided by Pete Leigh.
2008-05-12 Ivan Hernandez <ihernandez@kiusys.com>
* globals.h, mainwnd.cpp, optionsfile.cpp, seqedit.*,
seqroll.cpp, sequence.*, q_rec.xpm, quanize.xpm: Round robbin
logic on sequence edit. Start stop shortcut on sequence editor.
Remembers last used directory on configuration so you go where
you worked. Live Quantize, so notes get to the right time when
you play. Fixed volume. Makes midi input have a fixed volume
when you record.
v0.4.2 ------------------------------------------------
2003-5-14
* Updated main interface
* added --priority flag (runs at higher priority)
* refactored midi system, took out midi prebuffer
v0.4.1 ------------------------------------------------
* Fixed gcc 3.2 compile problem
* real time value change in data window
v0.4.0 ------------------------------------------------
2002-10-8
* Added Performace editor.
v0.3.0 ------------------------------------------------
2002-9-16
* Midi clock configure Dialog ( removed #ifndef MIDI_CLOCK stuff )
* Updated main interface (progress bars, spin widgets for bpm and screen set )
* Midi recording & midi Thru in edit window
* Ability to move/select/delete rouge Note On/Off events (just deleted them before )
* Added Paino Roll progress indicator, removed one from upper time bar thing.
* Removed context menu to switch from Add/Select mode on paino roll. Now
you just right click and hold down on paino roll and event bar to toggle modes.
* Moved Event select button, now on bottom with a display of curent event type.
v0.2.0 -------------------------------------------------
2002-08-04
* Added Control Code Editor
2002-07-16
* seqkeys.C - fixed black key drawing problem
v0.1.1 -------------------------------------------------
2002-07-15 Rob Buse rcbuse@filter24.org
* added #define _GNU_SOURCE to makefile.in
v0.1.0 -------------------------------------------------
2002-07-14 Rob Buse rcbuse@filter24.org
* Initial release of seq24-0.1.0 woohoo!
|