-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Notes for Seq66 v. 0.99.7 2023-07-19
This file lists __major__ changes in version 0.99.7 - Issue #110 follow-ons: - Fixed saving tempo (BPM) in Windows when changed from main window. Caused by mixing a long and size_t; messed up in Windows builds. - Issue #111 follow-ons: - Fixed initial time-signature drawing in data pane. - Fixed errors in inserting a time-signature. - Added a pulse (tick) calculator to iterate through time-signatures. - Fixed an important port-translation bug in output port-mapping. - Revamped the Playlist tab, as it was confusing and very buggy. - Added auto-play and auto-advance to play-lists. - Issue #102: Added Windows key-mapping to fix processing "native virtual" keys, such as the arrow keys. Read the NEWS, README.md, and TODO files.
- Loading branch information
1 parent
72b4ca1
commit 120b9e2
Showing
21 changed files
with
221 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,160 @@ | ||
2023-07-19 ahlstrom <[email protected]> | ||
|
||
* README.md, TODO, doc/latex/tex/configuration.tex, | ||
doc/latex/tex/launchpad_mini.tex, doc/latex/tex/windows.tex, | ||
libseq66/src/ctrl/keymap.cpp, libseq66/src/ctrl/winkeys.hpp: Doc | ||
updates and Windows/AZERTY keymap tweaks. | ||
|
||
2023-07-18 Chris Ahlstrom <[email protected]> | ||
|
||
* README.md, RELNOTES, contrib/notes/win-virtual-keys.text, | ||
libseq66/src/ctrl/keymap.cpp, libseq66/src/ctrl/winkeys.hpp, | ||
seq_qt5/forms/qsessionframe.ui, seq_qt5/src/qt5_helpers.cpp: Added | ||
Windows key-mapping module. | ||
|
||
2023-07-17 Chris Ahlstrom <[email protected]> | ||
|
||
* data/readme.text, data/readme.windows, | ||
data/win/win_midi.playlist, nsis/README, nsis/Seq66Constants.nsh, | ||
nsis/Seq66Setup.nsi, nsis/build_release_package.bat, | ||
seq_qt5/src/qt5_helpers.cpp: Windows installer updates and fixes. | ||
* README.md, TODO, libseq66/src/cfg/rcsettings.cpp, | ||
libseq66/src/play/performer.cpp, seq_qt5/src/qsmainwnd.cpp: Minor | ||
playlist fixes. | ||
|
||
2023-07-16 Chris Ahlstrom <[email protected]> | ||
|
||
* INSTALL, TODO, libseq66/include/play/performer.hpp, | ||
libseq66/include/seq66_features.h, libseq66/src/play/performer.cpp, | ||
libseq66/src/play/sequence.cpp, resources/pixmaps/panic2.xpm, | ||
seq_qt5/forms/qsmainwnd.ui, seq_qt5/src/qseqtime.cpp, | ||
seq_qt5/src/qsmainwnd.cpp: Auto-advance seems to be perfected, let | ||
us pray. | ||
|
||
2023-07-14 Chris Ahlstrom <[email protected]> | ||
|
||
* README.md, RELNOTES, TODO, doc/latex/tex/playlist.tex, | ||
libseq66/include/play/playlist.hpp, | ||
libseq66/src/cfg/playlistfile.cpp, libseq66/src/play/performer.cpp, | ||
seq_qt5/forms/qperfeditframe64.ui, seq_qt5/forms/qsessionframe.ui, | ||
seq_qt5/src/qplaylistframe.cpp: Auto-advance almost working. | ||
|
||
2023-07-13 Chris Ahlstrom <[email protected]> | ||
|
||
* libseq66/include/play/performer.hpp, | ||
libseq66/include/play/playlist.hpp, | ||
libseq66/src/play/performer.cpp, libseq66/src/play/playlist.cpp, | ||
seq_qt5/forms/qplaylistframe.ui, | ||
seq_qt5/include/qplaylistframe.hpp, seq_qt5/src/qplaylistframe.cpp: | ||
Auto-play improved, added support for play-list auto-advance. | ||
|
||
2023-07-12 Chris Ahlstrom <[email protected]> | ||
|
||
* README.md, RELNOTES, configure.ac, doc/latex/tex/playlist.tex, | ||
include/config.h.in, libseq66/include/play/performer.hpp, | ||
libseq66/include/play/playlist.hpp, | ||
libseq66/src/cfg/playlistfile.cpp, libseq66/src/play/performer.cpp, | ||
libseq66/src/play/playlist.cpp, seq_qt5/forms/qplaylistframe.ui, | ||
seq_qt5/include/qplaylistframe.hpp, seq_qt5/src/qplaylistframe.cpp, | ||
seq_qt5/src/qsmainwnd.cpp: Added auto-play support to playlists, | ||
needs some tinkering. | ||
* README.md, RELNOTES, TODO, libseq66/src/play/performer.cpp: Fixed | ||
a nasty bug in output port-mapping lookup. | ||
|
||
2023-07-11 Chris Ahlstrom <[email protected]> | ||
|
||
* TODO, data/samples/ca_midi.playlist, | ||
doc/latex/tex/configuration.tex, doc/latex/tex/playlist.tex, | ||
libseq66/include/play/performer.hpp, | ||
libseq66/include/play/playlist.hpp, | ||
libseq66/src/cfg/playlistfile.cpp, libseq66/src/play/performer.cpp, | ||
libseq66/src/play/playlist.cpp, seq_qt5/forms/qplaylistframe.ui, | ||
seq_qt5/include/qplaylistframe.hpp, seq_qt5/src/qplaylistframe.cpp, | ||
seq_qt5/src/qsmainwnd.cpp: Fixed handling MIDI file paths in | ||
playlists. | ||
|
||
2023-07-10 Chris Ahlstrom <[email protected]> | ||
|
||
* libseq66/include/play/performer.hpp, | ||
libseq66/include/play/playlist.hpp, | ||
libseq66/src/play/performer.cpp, libseq66/src/play/playlist.cpp, | ||
seq_qt5/forms/qplaylistframe.ui, seq_qt5/forms/qseqeventframe.ui, | ||
seq_qt5/include/qplaylistframe.hpp, seq_qt5/src/qplaylistframe.cpp: | ||
Playlist UI tweaks, added list activation function. | ||
|
||
2023-07-09 ahlstrom <[email protected]> | ||
|
||
* TODO, libseq66/include/play/performer.hpp, | ||
libseq66/include/play/playlist.hpp, | ||
libseq66/src/cfg/playlistfile.cpp, libseq66/src/play/performer.cpp, | ||
libseq66/src/play/playlist.cpp, seq_qt5/forms/qplaylistframe.ui, | ||
seq_qt5/include/qplaylistframe.hpp, | ||
seq_qt5/include/qt5_helpers.hpp, seq_qt5/src/qplaylistframe.cpp, | ||
seq_qt5/src/qsmainwnd.cpp, seq_qt5/src/qt5_helpers.cpp: More | ||
playlist revamping, nearly done. | ||
|
||
2023-07-08 ahlstrom <[email protected]> | ||
|
||
* README.md, TODO, seq_qt5/forms/qplaylistframe.ui, | ||
seq_qt5/include/qplaylistframe.hpp, seq_qt5/include/qsmainwnd.hpp, | ||
seq_qt5/include/qt5_helpers.hpp, seq_qt5/src/qplaylistframe.cpp, | ||
seq_qt5/src/qsmainwnd.cpp, seq_qt5/src/qt5_helpers.cpp: More | ||
playlist revamping, much more to come. | ||
|
||
2023-07-07 Chris Ahlstrom <[email protected]> | ||
|
||
* TODO, doc/latex/tex/first_start.tex, doc/latex/tex/windows.tex, | ||
seq_qt5/forms/qmutemaster.ui, seq_qt5/forms/qplaylistframe.ui, | ||
seq_qt5/forms/qsessionframe.ui, seq_qt5/forms/qsetmaster.ui, | ||
seq_qt5/include/qplaylistframe.hpp, seq_qt5/include/qsmainwnd.hpp, | ||
seq_qt5/src/qplaylistframe.cpp, seq_qt5/src/qsmainwnd.cpp: Starting | ||
improvement of Playlists tab. | ||
|
||
2023-07-06 Chris Ahlstrom <[email protected]> | ||
|
||
* README.md, RELNOTES, TODO, libseq66/include/midi/midifile.hpp, | ||
libseq66/src/midi/midifile.cpp, libseq66/src/play/sequence.cpp, | ||
seq_qt5/src/qsmainwnd.cpp: Fixed BPM saving error in Windows, issue | ||
#110. | ||
|
||
2023-07-05 Chris Ahlstrom <[email protected]> | ||
|
||
* README.md, libseq66/include/midi/calculations.hpp, | ||
libseq66/include/midi/editable_events.hpp, | ||
libseq66/include/play/sequence.hpp, | ||
libseq66/src/midi/calculations.cpp, | ||
libseq66/src/midi/editable_events.cpp, | ||
libseq66/src/play/performer.cpp, libseq66/src/play/sequence.cpp, | ||
seq_qt5/src/qseqroll.cpp, seq_qt5/src/qseqtime.cpp, | ||
seq_qt5/src/qseventslots.cpp, seq_qt5/src/qstriggereditor.cpp: Issue | ||
#111 time-sig insertion solved. | ||
|
||
2023-07-03 Chris Ahlstrom <[email protected]> | ||
|
||
* README.md, TODO, libseq66/include/midi/calculations.hpp, | ||
libseq66/include/play/sequence.hpp, | ||
libseq66/src/midi/calculations.cpp, libseq66/src/play/sequence.cpp, | ||
seq_qt5/src/qseqdata.cpp, seq_qt5/src/qseqeditframe64.cpp, | ||
seq_qt5/src/qseqeventframe.cpp, seq_qt5/src/qseqtime.cpp: Some more | ||
fixes to time-signature analysis. | ||
|
||
2023-07-01 Chris Ahlstrom <[email protected]> | ||
|
||
* INSTALL, README.md, TODO, VERSION, configure, configure.ac, | ||
include/config.h.in, include/qt/portmidi/seq66-config.h, | ||
include/qt/rtmidi/seq66-config.h, | ||
libseq66/include/play/sequence.hpp, | ||
libseq66/include/seq66_features.h, libseq66/src/play/sequence.cpp, | ||
seq_qt5/include/qseqtime.hpp, seq_qt5/include/qstriggereditor.hpp, | ||
seq_qt5/src/qseqeditframe64.cpp, seq_qt5/src/qseqroll.cpp, | ||
seq_qt5/src/qseqtime.cpp, seq_qt5/src/qstriggereditor.cpp: Cleanup | ||
for next version of Seq66. | ||
* ChangeLog, RELNOTES, contrib/git/git.text, {nsis => | ||
contrib/scripts}/build_debug_code.bat, data/license.text, | ||
data/readme.text, data/readme.windows, | ||
doc/latex/tex/port_mapping.tex, nsis/README, | ||
nsis/build_release_package.bat, nsis/winddeploybruteforce.bat: | ||
Release Notes for Seq66 v. 0.99.6 2023-07-01 | ||
* README.md, doc/latex/tex/references.tex, | ||
seq_portmidi/src/pmwinmm.c: Minor doc updates. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
2023-07-01 | ||
2023-07-19 | ||
0.99.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
Documentation Directory for Seq66 0.xx.0 | ||
Chris Ahlstrom | ||
2021-04-17 to 2022-01-03 | ||
2021-04-17 to 2023-07-19 | ||
|
||
This directory used to contain documents to be installed in the | ||
${prefix}/share/doc/seq66-0.xx directory (e.g. /usr/share/doc or | ||
/usr/local/share/doc) on Linux, or in the installation ${install}/data | ||
directory (e.g. C:/Program Files (x86)/Seq66/data) | ||
directory (e.g. C:/Program Files/Seq66/data) | ||
on Windows. | ||
|
||
These documents have been moved to the "data/share/doc" directory for | ||
uniformity. | ||
|
||
The documentation consists of a large PDF Seq66 User Manual and an Open | ||
Document Format spreadsheet describing the configuration for the Novation | ||
LaunchPad Mini supplied with Seq6. | ||
LaunchPad Mini supplied with Seq6. An HTML mini-tutorial is also | ||
available. | ||
|
||
# vim: sw=4 ts=4 wm=8 et ft=sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
% \library Documents | ||
% \author Chris Ahlstrom | ||
% \date 2015-11-01 | ||
% \update 2023-04-30 | ||
% \update 2023-07-19 | ||
% \version $Revision$ | ||
% \license $XPC_GPL_LICENSE$ | ||
% | ||
|
@@ -52,7 +52,7 @@ | |
|
||
\begin{document} | ||
|
||
\title{Seq66 User Manual v. 0.99.6} | ||
\title{Seq66 User Manual v. 0.99.7} | ||
\author{Chris Ahlstrom \\ | ||
(\texttt{[email protected]})} | ||
\date{\today} | ||
|
@@ -61,7 +61,7 @@ | |
\begin{figure}[H] | ||
\centering | ||
\includegraphics[scale=0.35]{main-window/main-windows.png} | ||
\caption*{Some Seq66 Windows} | ||
\caption*{A Sampling of Seq66 Windows} | ||
\end{figure} | ||
|
||
\clearpage % moves Contents to next page | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.