Skip to content

Commit

Permalink
Added ack for Phrygian scale.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahlstromcj committed Jul 13, 2021
1 parent c88a49f commit 8f2a107
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# README for Sequencer64 0.97.0 (Native JACK, CLI, tempo, play-lists...)

Chris Ahlstrom
2015-09-10 to 2021-05-13
2015-09-10 to 2021-05-25

__Sequencer64__ is a live MIDI looper with a song-creation layout window.
Sequencer64 is a reboot of seq24, extending it greatly over the last six years.
Expand Down Expand Up @@ -55,6 +55,8 @@ and using a conventional source tarball.

## Recent changes:

* Version 0.97.1:
* Added Phrygian scale thanks to user WinkoErades.
* Version 0.97.0:
* Changed the mute-group format inside the MIDI file to use a much
less disk space (about 3K less). Can be set in the 'rc' file to
Expand Down
6 changes: 4 additions & 2 deletions libseq64/include/scales.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
* \library sequencer64 application
* \author Seq24 team; modifications by Chris Ahlstrom
* \date 2015-11-06
* \updates 2018-10-29
* \updates 2021-05-24
* \license GNU GPLv2 or above
*
* These values were moved from the globals module. Now includes the
* chord-generation data.
*
* Phrygian scales added by user WinkoErades. Thank you!
*/

#include "easy_macros.h" /* with platform_macros.h, too */
Expand Down Expand Up @@ -153,7 +155,7 @@ const bool c_scales_policy[c_scale_size][SEQ64_OCTAVE_SIZE] =
{ /* phrygian */
true, true, false, true, false, true,
false, true, true, false, true, false
},
},
};

/**
Expand Down

0 comments on commit 8f2a107

Please sign in to comment.