Skip to content

Commit

Permalink
Pushed v1.10 code
Browse files Browse the repository at this point in the history
- Bugfix: note(s) displayed in SAMPLER (resample note) and Edit Op. screen #4
  were wrong.
- After a long talk with aciddose I have found out that I did several things
  wrong in the Amiga filtering. I have now removed the filter cutoff tweaking,
  gotten a slightly improved low-pass/high-pass routine, and also replaced the
  naive "LED" filter implementation with another one that is slightly more
  accurate (but still not perfect).
  • Loading branch information
8bitbubsy committed Apr 19, 2020
1 parent 9fca319 commit 7442f41
Show file tree
Hide file tree
Showing 18 changed files with 402 additions and 414 deletions.
5 changes: 2 additions & 3 deletions release/macos/protracker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,9 @@ DOTTEDCENTER=TRUE
; Audio output frequency
; Syntax: Number, in hertz
; Default value: 48000
; Comment: Ranges from 32000 to 96000.
; Comment: Ranges from 44100 to 192000.
; Also sets the playback frequency for WAVs made with MOD2WAV.
; Note to coders: Don't allow lower numbers than 32000, it will
; break the BLEP synthesis.
;
FREQUENCY=48000

; Audio buffer size
Expand Down
5 changes: 2 additions & 3 deletions release/other/protracker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,9 @@ DOTTEDCENTER=TRUE
; Audio output frequency
; Syntax: Number, in hertz
; Default value: 48000
; Comment: Ranges from 32000 to 96000.
; Comment: Ranges from 44100 to 192000.
; Also sets the playback frequency for WAVs made with MOD2WAV.
; Note to coders: Don't allow lower numbers than 32000, it will
; break the BLEP synthesis.
;
FREQUENCY=48000

; Audio buffer size
Expand Down
5 changes: 2 additions & 3 deletions release/win32/protracker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,9 @@ DOTTEDCENTER=TRUE
; Audio output frequency
; Syntax: Number, in hertz
; Default value: 48000
; Comment: Ranges from 32000 to 96000.
; Comment: Ranges from 44100 to 192000.
; Also sets the playback frequency for WAVs made with MOD2WAV.
; Note to coders: Don't allow lower numbers than 32000, it will
; break the BLEP synthesis.
;
FREQUENCY=48000

; Audio buffer size
Expand Down
5 changes: 2 additions & 3 deletions release/win64/protracker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,9 @@ DOTTEDCENTER=TRUE
; Audio output frequency
; Syntax: Number, in hertz
; Default value: 48000
; Comment: Ranges from 32000 to 96000.
; Comment: Ranges from 44100 to 192000.
; Also sets the playback frequency for WAVs made with MOD2WAV.
; Note to coders: Don't allow lower numbers than 32000, it will
; break the BLEP synthesis.
;
FREQUENCY=48000

; Audio buffer size
Expand Down
Loading

0 comments on commit 7442f41

Please sign in to comment.