Skip to content

Commit

Permalink
修复offset问题
Browse files Browse the repository at this point in the history
  • Loading branch information
SK-la committed Nov 4, 2024
1 parent 37ddc44 commit 63fd07e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions bin/Samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ def get_samples(data, info, settings):

song_lg = round((y_end - y_start) * info.MpB)
offset = round((y_min - y_start) * info.MpB)
if offset == 0:
offset = round(y_start * info.MpB)


samples = []
if settings.convert_sample_bg:
Expand Down
2 changes: 1 addition & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
creator = SK_la
hp = 7
od = 7
source = EZ2AC_FN
source = EZ2AC_xxxx
tags =
nos = N
nop = N
Expand Down

0 comments on commit 63fd07e

Please sign in to comment.