• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

pt_pal_editor/H28-Oct-2021-48,17333,060

release/H03-May-2022-41,42122,291

src/H03-May-2022-35,11228,518

vs2019_project/H28-Oct-2021-44,65423,370

.gitignoreH A D28-Oct-2021792 3028

LICENSEH A D28-Oct-20211.5 KiB3023

README.mdH A D28-Oct-20212.2 KiB3927

make-linux.shH A D28-Oct-2021440 105

make-macos.shH A D28-Oct-20212.2 KiB8149

README.md

1# pt2-clone
2ProTracker 2 clone for Windows/macOS/Linux, by [8bitbubsy](https://16-bits.org).
3
4Aims to be a **highly accurate** clone of the classic ProTracker 2.3D software for Amiga. \
5Has additional audio filters and audio mixer improvements to make it sound close to a real Amiga computer. \
6*What is ProTracker? Read about it on [Wikipedia](https://en.wikipedia.org/wiki/ProTracker).*
7
8
9# Releases
10Windows/macOS binary releases can always be found at [16-bits.org](https://16-bits.org/pt2.php).
11
12Linux users can try to search for the "pt2-clone" package in the distribution's package repository, but it may not be present. \
13If it's not present, you will unfortunately have to compile the program manually, which may or may not be successful. Please don't contact me if it didn't go well, as I don't fully support Linux on my tracker clones.
14
15
16# Handy functions
171) Press F12 to toggle "Amiga 500" audio mode. This will activate an RC low-pass filter that (closely) matches that of a real A500.
18If you want this to always be on, have a look at the config file (protracker.ini).
19Note: This must not be confused with the "LED" filter, which is something entirely different! (Yes, every Amiga has three filter stages)
202) Press SHIFT+F12 to enable 100% stereo separation. This gives the same hard-panned audio that you get from an Amiga. This can also be permanently activated by changing the stereo separation to 100
21in protracker.ini. Setting it to 0 will result in mono.
223) Press CTRL+F12 to toggle BPM timing mode between CIA (most commonly used) and vblank. Only do this if you know what
23you are doing!
244) Press ALT+F11 to toggle real VU-meters. This will change the fake VU-meters into real, averaged VU-meters.
25This can also be permanently activated by editing protracker.ini
265) Press F11 to toggle fullscreen mode. Again, this can also be permanently activated in protracker.ini
27
28# Screenshots
29
30![Screenshot #1](https://16-bits.org/pt2-clone-1.png)
31![Screenshot #2](https://16-bits.org/pt2-clone-2.png)
32
33
34# Compiling the code
35Please read HOW-TO-COMPILE.txt file in the repository.
36
37PS: The source code is quite hackish and hardcoded. \
38My first priority is to make an _accurate_ 1:1 clone, and not to make flexible and easily modifiable code.
39