Forum: Coders. General
19 March 2022, 21:05
|
Replies: 212
Views: 70,524
The PT2 clone (and FT2 clone) was updated...
The PT2 clone (and FT2 clone) was updated recently with a fix for audio sampling on later versions of macOS. You should now be able to sample audio as normal.
https://16-bits.org/pt2.php
|
Forum: Coders. General
13 March 2022, 19:52
|
Replies: 212
Views: 70,524
|
Forum: Hardware pics
19 February 2022, 12:26
|
Replies: 4
Views: 1,138
|
Forum: request.Modules
07 February 2022, 23:27
|
Replies: 3
Views: 1,129
|
Forum: Coders. General
02 February 2022, 11:54
|
Replies: 212
Views: 70,524
|
Forum: Coders. General
01 February 2022, 18:55
|
Replies: 212
Views: 70,524
|
Forum: Coders. General
01 February 2022, 18:07
|
Replies: 212
Views: 70,524
|
Forum: Coders. General
01 February 2022, 17:52
|
Replies: 212
Views: 70,524
You're right, apparently I'm allowing a mouse...
You're right, apparently I'm allowing a mouse click to happen even if the window is not in focus, I didn't know that. That's very bad UX, and I'm going to fix that and upload a new version.
For...
|
Forum: Coders. General
01 February 2022, 17:08
|
Replies: 212
Views: 70,524
1) It can definitely not be placed there, that...
1) It can definitely not be placed there, that will block the status text (it can be longer than just "ALL RIGHT", try pressing CTRL+B for example). I don't have any better idea on how to fix this...
|
Forum: Coders. General
04 January 2022, 18:39
|
Replies: 212
Views: 70,524
|
Forum: Coders. General
01 January 2022, 22:32
|
Replies: 212
Views: 70,524
|
Forum: Coders. General
01 January 2022, 12:19
|
Replies: 212
Views: 70,524
|
Forum: Coders. General
31 December 2021, 11:49
|
Replies: 212
Views: 70,524
Just released v1.38, now with 128kB sample...
Just released v1.38, now with 128kB sample support again.
To enable the 128kB support, you need to check out the "64K_LIMIT" setting on top of the new protracker.ini file.
Important: Please read...
|
Forum: request.Music
09 November 2021, 17:51
|
Replies: 4
Views: 4,765
|
Forum: request.Music
09 November 2021, 17:35
|
Replies: 13
Views: 2,613
Romeo Knight - Beat to the Pulp:...
Romeo Knight - Beat to the Pulp: https://www.youtube.com/watch?v=StgbDqQ-ZRA
Not the most melancholic style there is, but it definitely has some of it. Very nice composition.
|
Forum: Amiga scene
04 November 2021, 19:40
|
Replies: 2
Views: 675
|
Forum: Amiga scene
04 November 2021, 19:25
|
Replies: 2
Views: 675
Who made the MicroKnight Amiga font?
I'm making an upcoming open-source project that needs this font as a bitmap file, and I want to license it under the permissive BSD 3-clause license. However, before I do that, I need to know if I'm...
|
Forum: support.WinUAE
13 October 2021, 13:54
|
Replies: 1,068
Views: 344,956
|
Forum: Coders. General
11 October 2021, 10:03
|
Replies: 212
Views: 70,524
|
Forum: Coders. General
10 October 2021, 22:42
|
Replies: 212
Views: 70,524
PT2 clone v1.36 released:...
PT2 clone v1.36 released: https://16-bits.org/pt2.php | Changelog: https://github.com/8bitbubsy/pt2-clone/releases/tag/v1.36
no9: Please update again. :)
|
Forum: Coders. General
10 October 2021, 21:56
|
Replies: 212
Views: 70,524
|
Forum: Coders. General
10 October 2021, 20:38
|
Replies: 212
Views: 70,524
no9: Fixed.
v1.35 released:...
no9: Fixed.
v1.35 released: https://16-bits.org/pt2.php | Changelog: https://github.com/8bitbubsy/pt2-clone/releases/tag/v1.35
|
Forum: Coders. General
10 October 2021, 20:03
|
Replies: 212
Views: 70,524
Fair enough, I'll make a config entry for...
Fair enough, I'll make a config entry for disabling it.
Also remember that another reason for implementing the downsampler was so that the user can get more data loaded into the rather small 64K...
|
Forum: Coders. General
10 October 2021, 19:50
|
Replies: 212
Views: 70,524
I disagree.
I think it's very useful even...
I disagree.
I think it's very useful even for samples below 31kHz (B-3). The 2x decimator (for downsampling) is also quite decent, so it's a good way of reaching higher notes for samples in your...
|
Forum: Coders. General
06 October 2021, 20:32
|
Replies: 212
Views: 70,524
|
Forum: Coders. General
06 October 2021, 14:21
|
Replies: 212
Views: 70,524
|
Forum: support.Hardware
29 September 2021, 17:29
|
Replies: 19
Views: 5,171
|
Forum: Coders. Asm / Hardware
18 September 2021, 13:55
|
Replies: 14
Views: 1,296
|
Forum: Coders. Asm / Hardware
18 September 2021, 12:56
|
Replies: 14
Views: 1,296
Ok, I see. I think I'll end up programming a...
Ok, I see. I think I'll end up programming a small GUI for the player instead. However, I need to be able to have a loop that runs WaitTOF twice and then mixes audio samples. Is this possible when...
|
Forum: Coders. Asm / Hardware
18 September 2021, 11:12
|
Replies: 14
Views: 1,296
They are not debug messages, they are the...
They are not debug messages, they are the program's actual output by calling _LVOPutStr. It prints messages and then enters a loop until you press ESC. And no, I don't link anything.
The program is...
|
Forum: Coders. Asm / Hardware
18 September 2021, 10:00
|
Replies: 14
Views: 1,296
EDIT: I see, my program is not spawning a...
EDIT: I see, my program is not spawning a console, but an "output window". I have the same problem there as when running it from the shell:
When I press ESC, the process terminates (music stops),...
|
Forum: Coders. Asm / Hardware
17 September 2021, 20:30
|
Replies: 14
Views: 1,296
|
Forum: Coders. Asm / Hardware
17 September 2021, 19:48
|
Replies: 14
Views: 1,296
Any program that doesn't attempt to open an...
Any program that doesn't attempt to open an Intuition window, will spawn a console when ran in Workbench. That's my understanding of it, at least. I don't spawn a console manually.
Because it's...
|
Forum: Coders. Asm / Hardware
17 September 2021, 17:39
|
Replies: 14
Views: 1,296
Close console after pressing ESC in program?
I have a non-window asm program that in Workbench spawns a console process when you run it, and in its main loop I check $bfec01 for ESC to end the program if it was pressed.
However, this has a...
|
Forum: Coders. General
17 September 2021, 11:32
|
Replies: 212
Views: 70,524
PT2 clone v1.34 released:...
PT2 clone v1.34 released: https://16-bits.org/pt2.php | Changelog (check v1.33 and v1.34): https://16-bits.org/pt2-clone-changelog.txt
Some nice changes in v1.33 and v1.34, in my opinion. :)
|
Forum: request.Music
06 September 2021, 21:03
|
Replies: 4
Views: 7,041
|
Forum: Coders. General
12 August 2021, 19:36
|
Replies: 212
Views: 70,524
PT2 clone v1.32 released:...
PT2 clone v1.32 released: https://16-bits.org/pt2.php | Changelog: https://github.com/8bitbubsy/pt2-clone/releases/tag/v1.32
no9: This didn't fix your issue, but I released a new version today...
|
Forum: Coders. General
12 August 2021, 11:52
|
Replies: 212
Views: 70,524
|
Forum: Nostalgia & memories
22 July 2021, 19:30
|
Replies: 165
Views: 56,177
|
Forum: Amiga scene
20 July 2021, 20:23
|
Replies: 184
Views: 59,670
This is a tracker from the early 90s, it's not...
This is a tracker from the early 90s, it's not really comparable to modern DAWs.
I'd like if you kept this talk in another thread, as this is not a generic tracker thread. It's about PT2.3F in...
|