forked from Mdashdotdashn/LittleGPTracker
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds: Alt row count colors, shoutout to https://github.com/edne ! 00 and FE song screen colors, shoutout to https://github.com/koi-ikeno ! RG35XX build, thanks to https://github.com/jpma29 for help with testing! Fixes: Root folder detection causing issues with importing samples on some systems (thank you jpma29) Name generator causing issues with importing samples on some systems (thanks Dosly) Actually random names (fixed random seed, thx Eldsvåda:) Save as fixed on MIYOO systems (thx Pret4t) Other: Refactor help legend * Restore legacy samplelib root The new way of identifying the sample lib root caused issues in W32, Miyoo Restored legacy method for now * Fix for name generator Adresses issue with not being able to import samples for some systems Fill differance of old name and new name with spaces Overwrite with new name after, preserving string terminator Bump build number * Config options to change SongView FE/00 colors (#72) * Config options to change songview FE/00 colors * Description to documentation and xml files * Seed name correctly * Fix for save as Don't use relative paths, always use root reference. Small refactor * Alternate between two colors in row count Refactor and change default colors Update documentation and include in packaging Squashed commit of the following: commit 84fdbf7 commit b1726fe commit 9eb99c8 * Refactor help legend Use switch instead of string compare * Documentation and colors Update config_xml.md with entry on new colors Clarify how to use slice mode Unify example config.xml Change default colors --------- Co-authored-by: Edoardo N <[email protected]> Co-authored-by: koisignal <[email protected]> Co-authored-by: djdiskmachine <[email protected]>
- Loading branch information
1 parent
32eabdd
commit a3ec0ca
Showing
27 changed files
with
343 additions
and
751 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
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<!-- CONFIG-CHIP.xml--> | ||
<CONFIG> | ||
|
||
|
||
<FULLSCREEN value='YES'/> | ||
<DUMPEVENT value='YES'/> | ||
<!-- use if you want to put your tracks somewhere special | ||
Must be absolute path | ||
<ROOTFOLDER value="/home/chip/lgpt/"/> | ||
--> | ||
<!-- Useful if you don't want to clone your samplelib | ||
Must be absolute path | ||
<SAMPLELIB value="/home/chip/lgpt/"/> | ||
--> | ||
<!-- Uncomment to render | ||
<RENDER value="FILE" /> | ||
--> | ||
<!-- Default colors below --> | ||
<BACKGROUND value = "1D0A1F"/> <!--Background color--> | ||
<FOREGROUND value = "F5EBFF"/> <!--Text color--> | ||
<HICOLOR1 value = "B750D1"/> <!--Highlight color 1--> | ||
<HICOLOR2 value = "DB33DB"/> <!--Highlight color 2--> | ||
<CURSORCOLOR value = "FF00DD"/> <!--Cursor color--> | ||
<SONGVIEW_FE value = "A55B8F" /> <!--Alt chain color1--> | ||
<SONGVIEW_00 value = "853B6F" /> <!--Alt chain color2--> | ||
<ROWCOLOR1 value = "BA28F9"/> <!--Row count color 1 --> | ||
<ROWCOLOR2 value = "FF00FF"/> <!--Row count color 2--> | ||
<ALTROWNUMBER value = "4"/> <!--How many rows before alternating--> | ||
|
||
</CONFIG> |
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
Oops, something went wrong.