forked from djdiskmachine/LittleGPTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
162 lines (137 loc) · 5.41 KB
/
CHANGELOG
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
1.4.2
Contributions:
koisignal
Config option feature for loading embedded and custom fonts (#107)
* Possibility to select font in config.xml
clsource
MacOS 64 Build (#108)
Simotek
RG35XX +/H builds + SDL2 + X64 Support (#95)
* add support for rg35xx-plus boards, tested on RG35XX-H
---------
Co-authored-by: emartinez
Co-authored-by: Nine-H
Co-authored-by: igavrilov
Platform Makefile Cleanup (#114)
Other stuff:
PPSSPP install instructions (#124)
Added packaging resources for bittboy (#123)
Allow warping over empty chains (#99)
* Jump over empty neighbors in chain or phrase view instead of forcing you to go back to song screen.
Deep clone hint (#98)
* Adds a 1 second notification when deep cloning
Install instructions for PocketCHIP (#111)
1.4.1
Adds:
Play chain offset
When in chain view, pressing R+Start plays the current song row
starting at the offset from current chain row.
Fixes:
RG35XX no longer segfaults on boot
USB MIDI disabled due to missing OS dependencies
1.4.0
Adds:
Automated build for bittboy, Win32, PSP, Miyoo, Deb32, RG35XX
Shoutout to xquader for the initial RG35XX port (https://boosty.to/xquader)
License changed from CC-BY-SA-NC to GPL-3
* MVEL cmd
Set step velocity for MIDI instruments
https://github.com/democloid/picoTracker/pull/163
Author: @maks@fluttercommunity.social
Co-authored-by: djdiskmachine <djdiskmachine@proton.me>
* Config option to set major beat color in phrase screen
Author: koisignal <koitokakitsubata@gmail.com>
* Deep clone
Clones selected chain and the phrases within
Author: koisignal <koitokakitsubata@gmail.com>
Co-authored-by: djdiskmachine <djdiskmachine@proton.me>
* Font at build time
Modify sources/Resources/original.bmp __or__
FONT variable in Makefile
* Add audition (#87)
Adds note audition in phrase view
Original implementation by democloid: https://github.com/democloid/picoTracker/pull/86
Previews notes when entering new and modifying existing notes
1.3o_2
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
1.3o-1
First stable release!
Fixed errors when random naming projects (shoutouts to 256k!)
Start sample navigation behavior adjusted
New: When in Phrase or Table view, FX commands have
a help legend at the top of the screen
Update license to CC BY-NC-SA 4.0
Official builds for:
Miyoo mini
Win32
CHIP
Raspberry Pi
PSP
Deb32
1.3o-beta-2
Random name generator
New project or Save As project creates a random name
Courtesy of djdiskmachine
Preview with start in sample browser
Browse preview with start + up / down
Load sample with start + right
Up one level in folder structure with start + left
B navigation no longer wraps around but stays at end points
Skip build for bittboy and RG350 for now, no testers
Bugs:
SCREENMULT no longer applies for PSP issue (47)
Disable default mapping for MIYOO to not conflict with mapping.xml issue (53)
Shoutouts to fpiesik and Sacaredo for help debugging
1.3o-beta-1
Pingpong loop now stable
Courtesy of djdiskmachine
Add ability to change font
USAGE: ./mkfont.py FONT_BMP [OUTPUT_FILE]
FONT_BMP must be a black/white (#000000, #FFFFFF) 128x64px bmp
if OUTPUT_FILE is omitted, will print to stdout
Courtesy of subnixr
Adds Miyoo mini build
Courtesy of Nine-H
Changes filter attenuation to attenuation
Adjust volume post scream filter
https://github.com/Mdashdotdashn/LittleGPTracker/issues/22
Missing wiki content dumped to repo
Courtesy of Peter Swimm
1.3o-alpha-5
Adds native SteamOS build
Adds Bittboy/RS97/RG350 builds
Merge of Gameblaba, CalebCDE and RafaVicos work
Shoutouts!
1.3o-alpha-4
Adds Save As menu item - save a copy of your project with a new name
Courtesy of yoyz (https://github.com/yoyz), biggup!
Working Win32 build
Requires included SDL.dll file in the same location as the binary
Including mapping.xml
Contains macro button examples
Restored ping pong loop mode
Know inssue: Starting in reverse is same as regular loop
Sample song demoing new functionality
Platforms: Added Win32
1.3o-alpha-3
Change default colors
Introduce cursor color
1.3o-alpha-2
Add filter attenuation (volume post Scream)
Platforms: Added deb and raspberry
1.3o-alpha-1
Experimental ping pong loop mode
not done and removed in following builds
1.3o-alpha-0
Add Slice loop mode
Platforms: PSP only