NAB622, coder from USA. 2025-09-08, 12:16:31
Hey all! Just a quick shout-out, the website is on a new server, and the message board is fully operational again. Everything should work 100% now, and there should be minimal outages going forward. Happy tracking! Matej, adlib-wizard from Yamaha. 2025-06-03, 15:25:59
Hello friends so Summer is coming. So there will be AT2 SUMMER 2025 COMPO. Rules must be composed on AdlibTracker2 (opl3 or opl2 version), max play time 5 minutes/minimum 1 minute. Also include info.txt (song name, author, some info about song, greetings). Compo will start(upload here) 3.june 2025, deadline will be 31.august 2025. Any music genre style, can be summer inspired like tropical house, reggae but can be any you like! PS: If You will do ESFM / Furnace Tracker / mod GitHub demo for player you can join compo too! https://discord.gg/mbv9TpxAS7 Andy, coder from Russia. 2025-05-30, 07:04:03
Hi! Does anyone know how to make a player of Adlib Tracker II's native module format in C? Let's say I am making a video game with AdLib emulation. Magnus Wootton, another visitor from AUSTRALIA. 2025-05-02, 08:32:26
really good! adlib is the Z3rD of synths. ruffo, coder from chile. 2024-05-31, 11:31:12
hey thanks for your endless support to this software, I love it. Elan, musician from Slovakia. 2023-12-10, 11:15:51
Hello friends. I have made Adlibtracker Discord. Please join also tell friends! Lets connect! https://discord.com/invite/cjsSqmJQh7 sedrosken, opl3-geek from USA. 2023-07-22, 22:03:04
I concur with MSDOS622 on the 16MB issue. On my 486 Blue Lightning build, I can't cache any more than 16MB of RAM, so I'm only running 16MB of RAM. Since the downgrade I can no longer run AT2 versions later than the oldest listed in the downloads, which makes sense as it's a real-mode program and wouldn't care how much RAM I have above 640K. Is this something that's being tracked? Is there a way I can provide debugging information? Usually the program hangs after OPL3 autodetection. MSDOS622, listener from USA. 2022-09-10, 07:55:10
Adlib Tracker II doesn't seem to like 16mb ram, it just gives me a error on startup in Win95 and hard locks in DOS mode pachuco, coder from Rumania. 2022-08-16, 11:57:48
@pete Oh yeah, I almost forgot. Since it's a PCI card, it needs to do an activation of its FM block. Play a midi and pause it(if it uses FM synth) or use something like Freq Monster+driver(which has init routine for your card). pachuco, coder from Rumania. 2022-08-15, 20:31:15
@pete In windows, get dosbox fork that uses portIO driver.
Caveat: driver signing in 64bit windows. Caveat: OPL2/3 is spammed with port reads for timing, which can get ugly fast. 3 things might happen: - dosbox slows to a crawl on heavy songs. - tunes have slower tempo(but consistent). - chip detection fails. The way around this is to write an OPL3 state machine dealing with reads/detection and blocking them. Have a looksie at this hodgepodge https://pastebin.com/dDGb3JwU Either modify dosbox fork, or hook read function of the portIO driver's usermode dll. subz3ro, coder from Slovakia. 2022-07-21, 07:52:45
@Luppi:Quite honestly, I have empiricallly calculated the system requirements for memory last time like maybe 18-20 years ago, so it has just increased with the new features being made (not even mentioning different compiler and PMODE extender being used). Despite some pattern reduction method used in the tracker (if there is not enough memory, maximum number of patterns decreases to spare it and be able to run the program at all), 4MB will be way too less because of all the overhead data. mikuru, another visitor from USA. 2022-07-11, 20:29:04
Help, I get this error when running adtrack2 on Artix Linux An unhandled exception occurred at $F6D5E688: EAccessViolation: Access violation $F6D5E688 Luppi, another visitor from Portugal. 2022-07-03, 18:55:27
AdLibTrII with OPL3LPT on 4mb RAM machine can in work? Or is the 8mb RAM a limit that can never be crossed? pete, musician from czech. 2022-06-21, 00:57:49
Hi, can I use in some way old PCI soundcard Yamaha YMF724E-V (full OPL3) with modern Windows 10 PC, and this beautifull oldschool tracker? My motherboard includes PCI port. With respect to emulation, I rather prefer real hardware.
I have also old PC with Pentium 1 for dos gaming, where it would be easy, but this computer is quite noisy, and it is difficult to add some quiet cooling. PC with W10 is very quiet, I assembled it with an emphasis on music and movies. geomodular, musician from Slovakia. 2021-03-07, 17:36:56
Thank you very much subz3ro! subz3ro, coder from Slovakia. 2021-03-05, 14:13:41
@geomodular: Indeed, recent file format version FFver 14 uses standard LZH compression algo, so besides the official decompression routine you pointed out, you should be also able to decompress it with any standard LZH decompression routine. geomodular, musician from Slovakia. 2021-02-23, 00:29:51
Hi everyone! I'd like to decompress my .a2m file and use pattern information in my project and I'd like to kindly ask for advice. It seems my .a2m file is of version 0E (14 I assume) but I'm not seeing in techinfo what algo is such version using. Is it own implementation of LZH? Should I be good with an algo that can be found in adt2pack.pas on line 450 (it's LZH_decompress())? I have a current version of sources downloaded from this site. Thanks! Juan Salazar, otro visitante from Venezuela. 2020-12-15, 19:44:10
hola inspektah hecc, opl3-geek from jamaica. 2020-10-17, 22:56:33
export to s3m when subz3ro, coder from Slovakia. 2020-06-07, 10:19:56
@agovtman: First off, download and try to run the older version 2.3.52 which is using different type of protected mode extender. If that one will work for you, then you know its a matter of finding proper DOS memory config in order to run newer AT2 version too. If the old one wont work either, it can be (besides many other DOS-related things) hardware issues of different kind.... like lack of memory, intolerant Video BIOS, etc. agovtman, opl3-geek from USA. 2020-06-07, 09:02:14
Have been using AT2 for a few years now to much success, but now I have a Fujitsu Stylistic 486DX100 machine on which AT2 and AT2PLAY both freeze. AT2 does the startup "fade" effect to a black screen and hard locks the machine; AT2PLAY just hard locks the machine. Have tried faffing about with DOS memory managers etc. to no avail. Anyone have any idea where to begin troubleshooting?
Note -- I am using an OPL3LPT on this machine but the problem happens irrespective of whether I run AT2 with/without the OPL3LPT TSR loaded or whether I run the unofficial OPL3LPT-patched release of AT2 or the official one, so I think I have eliminated the OPL3LPT setup as part of the problem. Osaka, opl3-geek from USA. 2020-06-03, 09:48:13
Thanks for the tip on the latency setting for OPL3. I had the awful noise issue as well with an OPTi 82C930. Had to force address 220 too. Thanks!!! RegTheEvil, opl3-geek from Finland. 2020-05-19, 06:29:26
Gman, if you ever finish developing MIDI keyboard record feature into AT2 version 2.3.52, I definitely would like to know about it. . . =) subz3ro, coder from Slovakia. 2020-04-12, 13:00:49
@Ngeek: Try with adapting the latency of OPL writes -> set option opl_latency from default 0 to value 1. It should help. Its however weird to have such problem with AWE32. If this is the case, it must be some problem with ISA bus on your motherboard, or a wrong configuration of it in CMOS. Ngeek, another visitor from FR. 2020-04-06, 15:16:03
Hi, I discovered this and wanted to try it on my Pentium3 with a AWE32 (CT3900) so should be a real OPL3, using Windows98 and DOS and when trying to playback an included module I get horrible noise and sound coming out, I have no idea what's wrong? Autodetect of OPL at 388h looks ok. Thanks! subz3ro, coder from Slovakia. 2019-11-15, 14:26:49
Gman: Send me your email address. Gman, coder from USA. 2019-11-13, 12:22:19
Hi, I'd like to see if I can get the source code for ver 2.3.52; I have been wanting to use a MIDI keyboard to input notes, and like RegTheEvil below discovered that it is not possible to do this. So, I figured I would try to implement this feature. subz3ro, coder from Slovakia. 2019-10-16, 16:19:20
@jj: Run adtrack2_hq1.bat respectively adtrack2_hq2.bat. @Midori: It would be possible to have this partially configurable in config file, but this would need a stand-alone utility to control the consistency of those user-configured key shortcuts, so they don't interfere with some mandatory key shortcuts of the tracker itself. Perhaps in the future, this is not planned now. @Rado: This is not planned. If you need to capture to .raw or .dro, you can do this with DOS version in DosBox. jj, another visitor from j. 2019-10-11, 12:14:41
how to enable full screen mode in windows? window is so tiny Midori, musician from Poland. 2019-09-24, 02:41:27
Great piece of software, but it really calls for the possibility to remap the keys and set the edit step to 0~ Rado, another visitor from Slovakia. 2019-09-14, 20:16:17
What about exporting music to OPL capture formats (.raw or .dro) ? :) GWang, newbie from Los Angeles. 2019-07-30, 00:46:00
thanks. im using sdl version on windows uniprawn, another visitor from spain. 2019-07-19, 18:15:16
thanks, I will check out the mlf folder subz3ro, coder from Slovakia. 2019-07-17, 16:41:19
@G.Wang: Hi. Glad you enjoy the program. I presume you are using DOS version. It's been reported that some keys are not detected correctly with notebook keyboards. If you are using notebook with reduced key set (shared keys), try to use external keyboard with NUMPAD section and this should work without problem then. If you are (perhaps) using SDL version for Unix or DOSBox version for MacOS, these are the compatibility issues which are unfortunately not fixable yet.
@uniprawn: Unfortunately there is no such tutorial written yet. I would suggest to look after modules which do feature Macros (many of them you can find in folder "MLF") and learn from there. The rest is just about getting used to key shortcuts and navigation within the UI, which will surely come as you start using it. uniprawn, newbie from spain. 2019-07-17, 14:33:28
Are there any tutorials around anywhere about how to use adlibtracker2's instrument macro editor as well as the arpeggio+vibrato macro editor, seems like some cool, complex, evolving sounds should be possible but I dont fully understand how to use them G. Wang, musician from Los Angeles. 2019-07-16, 00:39:04
Hello Subz3ro, I'm really enjoying adlibtracker2 and the 4op FM synthesis. This is great software.
I have one small problem, I must press shift+ to change the attack, decay, sustain and release in the instrument editor but I do not need to press shift- to go the other way.
I must press and hold 'shift' before using '+' for some reason RegTheEvil, opl3-geek from Finland. 2019-07-04, 00:02:25
I couln't make my keyboard notes recorded. When I play my MIDI keyboard with AT2, I can hear sound but I can't make notes appear in the tracker. I can only see midi messages ON/OFF. Celill could not help me with this. When in record mode where I can use my ps/2 keyboard to insert notes in the tracker, I can't figure out anything similar with MIDI keyboard, just play for fun. Notes don't get inserted in the song from MIDI keyboard. subz3ro, coder from Slovakia. 2019-07-02, 12:05:28
@RegTheEvil: Well, it's never been full sequencer using MIDI keyboard, this is what a NRECM mode stands for, but as far as I was aware of, it should be possible to input notes with it, so how do you mean "t seems it may not be possible to use midi keyboard for recording at all'? RegTheEvil, opl3-geek from Finland. 2019-06-30, 23:40:03
Hi! I asked Cecil about midi synth mode and it seems it may not be possible to use midi keyboard for recording at all. It seems the midi synth mode is used for making AT2 as synthesizer but there might be midi keyboard capabilities in the futute. Cheers! RegTheEvil, opl3-geek from Finland. 2019-06-24, 18:36:06
Thanks for the info, subz3ro! I can't figure this out at all myself. Hitting alt+space highlights "SYNTH!" text and I can hear the notes but I can also hear them when "SYNTH!" is not highlighted. All I can do is listen to the notes I play mith my MIDI keyboard. I can't make notes to appear in my song. DOC-file was helpfull in setting up MIDI keyboard for this version of AT2 but I definitely need more help. So I will email Cecill for more assistance... subz3ro, coder from Slovakia. 2019-06-23, 19:30:16
@RegTheEvil: Synth! mode was an experimental feature coded by community member Cecill Etheredge (ijsf) for Open Source project, which has been taken over to official version and kept until program version 2.3.52. As it was more a hack than a regular feature, and as it was colliding with (at that time) upcoming features (particularly Note recorder mode) and not supported for SDL version line at all, it's been removed since. Unfortunately I cannot give you much information how to use it, as I never owned a MIDI keyboard to test it out, all I can do is to refer you to chap. VIII in file ADTRACK2.DOC included in the program package, where some brief tutorial is put down by the coder himself. Also be sure to activate the mode with Alt+Spacebar prior to trying make any use of the MIDI controller. If you do not figure out yourself how to use it, try to contact directly Cecill via his contact email: ijsf@gmx.net. I'm sure he will kindly help you with some useful tips and instructions how to use his feature :) RegTheEvil, opl3-geek from Finland. 2019-06-19, 13:26:24
Hi! Since I finally got myself midi-gameport adapter I am now testing AT2 version 2.3.52 with midi support. I couldn't figure out how to add notes in the tracker from my midi keyboard. I can play midi keyboard and I can hear sound inside AT2 but I can't figure out how to make key strokes recorded in the tracker. How is this done exactly? I can only manage to record notes from my ps/2 keyboard. strepsilsman, newbie from spain. 2019-03-13, 00:04:49
Thankyou, my mistake.
I now have perfect 140BPM rendered .wav loops from the test i did with 'televics - cwack'.
Maybe there was just some groove I didnt spot in the first tests i did causing slightly different BPM.
Thanks. Great software. subz3ro, coder from Slovakia. 2019-03-12, 13:57:02
@strepsilsman: There is (by default) 2% slowdown with playback in SDL version, to match the DOS version. But it is counted with that value during calculation of timing frequency for BPM speedup/slowdown. If you have difference in BPM's compared to your DAW, in my opinion, it must have other reasons, like sampling rate frequency deviation or other calculation of BPM rate within your software (... just thinking aloud, I honestly don't know). According to feedback from a user who did the feature tests, it's been accurate for evaluation with his software. If yours is having difference, you can try setting the playback speed fix to 0% (set option "sdl_timer_slowdown=0" in configuration file), or try to adapt the rate of the metronome instead, there is no further adaptation of this BPM calculation in AT2 planned. strepsilsman, newbie from spain. 2019-03-11, 20:10:55
Hi, I downlaoded the latest SDL version for windows to check out the new BPM timing function.
The .wavs that I'm rendering at 140BPM are not perfect 140BPM loops when I load them into my DAW and check them against the metronome.
Is there a way around this? Maybe if I use dosbox or something?
I heard that the SDL plays tracks back slightly faster than the original dos version.
Will there be a way to get perfect BPM loops out from the SDL version in future? encore, musician from Sweden. 2019-01-08, 21:50:06
Sorry for the radio silence. We had some domain issues that are solved now. Scott, newbie from Norway. 2018-12-30, 12:51:06
Yep, that's exactly it! subz3ro, coder from Slovakia. 2018-12-30, 11:33:59
@Scott: Actually it's very hard for me to do it that way, due to how the concept of playback in AT2 is working with pattern data. What would be (eventually) possible is, that within a special mode, already written note inputs would be discarded when the song advances to next pattern order (pattern is rewinded back to row 00 respectively, in case pattern repeat type of playback is chosen). This would allow continuous "jamming" without interference with already recorded data, 'cause I assume that's the main concern. Scott, newbie from Norway. 2018-12-29, 16:18:53
If NRECM without input is possible to somehow implement elegantly, it would certainly improve the experience for me. I might be mistaken, but if it were the default mode, it would resemble the behavior of other trackers, but with the improved possibility of defining the number of tracks which to utilize. teimoso, another visitor from ?. 2018-12-28, 01:36:59
The new versions seem to work fine. Thanks!
|< << Page 1 of 20 >> >|
|