Skip to content

Commit

Permalink
fasttracker2: update to b127
Browse files Browse the repository at this point in the history
Changes since b121:

Beta #127 - 02.01.2019
- Remove overflown notes (> B-9) when loading modules
- Remove overflown efx/notes when loading tracks/patterns
- Removed some unneded logic in the pattern editor text routines
- Code cleanup

Beta #126 - 29.12.2018
- Pattern row quantization (record) was broken in beta #125

Beta #125 - 28.12.2018
- Fixed an issue with sample data peaks while zooming in/out in Smp. Ed.
- The playback timer is now counting BPM ticks from the replayer
  instead of spawning/deleting a 1-sec SDL timer every time you
  play a song.
- Updated the "Keyboard" and "Problems/FAQ" help texts

Beta #124 - 17.12.2018
- The scrollbar in the MIDI input device list didn't work
- Fixed some minor audio/video timer problems
- More verbose error checking on program startup

Beta #123 - 16.12.2018
- Rewrote the Help screen routines to be exact to real FT2.
  It now uses less RAM.
- Some GUI decoration was missing in extended pattern editor mode
- Code cleanup

Beta #122 - 15.12.2018
- Windows: Reverted back to SDL2.0.8 because of the keyboard
  shutting itself off and on randomly with SDL2.0.9.
  Really strange stuff... It doesn't happen in SDL2.0.8.
- More bug fixes on sample hand editing (Smp. Ed.)
  • Loading branch information
fraggerfox committed Jan 5, 2019
1 parent dc1cfa6 commit 09296cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions audio/fasttracker2/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.3 2018/12/19 06:55:42 wiz Exp $
# $NetBSD: Makefile,v 1.4 2019/01/05 13:45:01 fox Exp $

DISTNAME= ft2clone-${DISTVERSION}-code
PKGNAME= fasttracker2-${DISTVERSION:C/b/2./}
DISTVERSION= b121
DISTVERSION= b127
CATEGORIES= audio
MASTER_SITES= https://16-bits.org/ \
${MASTER_SITE_FREEBSD_LOCAL:=ehaupt/}
Expand Down
10 changes: 5 additions & 5 deletions audio/fasttracker2/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.2 2018/12/11 12:07:40 fox Exp $
$NetBSD: distinfo,v 1.3 2019/01/05 13:45:01 fox Exp $

SHA1 (ft2clone-b121-code.zip) = e129fd615f6b74743223e218fde111b2feb53b3f
RMD160 (ft2clone-b121-code.zip) = adb4d918d293e5de789ce66e37ee9c84aa1f1848
SHA512 (ft2clone-b121-code.zip) = c6ef42569a4de519fef4f68e33e9d297069d0d394122851d0ce00afd29b6f483b74392c417572ae36e39d276a0aab2cfa7b39df1ee8509ca426ad06262e8ed0f
Size (ft2clone-b121-code.zip) = 3467851 bytes
SHA1 (ft2clone-b127-code.zip) = 06d6571d77abc8bcd76953b753e8e107a9e1ad2f
RMD160 (ft2clone-b127-code.zip) = 74b2f4d92400c2bccb6d913b075de338d5c90e5e
SHA512 (ft2clone-b127-code.zip) = 9b6847191cd6bc10bb6462165e0f28d650fed80942f56d17578e3ca7f25c7cb89b45778c58501cc1d832e5d029214b938741381bd5b3304240276edc56c7305a
Size (ft2clone-b127-code.zip) = 3462420 bytes
SHA1 (patch-src_ft2__diskop.c) = 51807a606e4dc0b5aac3e35f0e5917904442a883
SHA1 (patch-src_ft2__unicode.c) = 173ffddcb464834d67f85d759e2dbf01004f5f81

0 comments on commit 09296cf

Please sign in to comment.