latest added prods
- intro Commodore 64 Happy rest-of-winter :: Excess
- cracktro Commodore 64 Being Slacky Again! :: Slackers
- cracktro Commodore 64 The Bump Intro :: F4CG
- intro Commodore 64 Sphere of Laziness :: Slackers
- intro Commodore 64 Space Junk :: Singular Crew
latest released prods
- intro Commodore 64 Happy rest-of-winter :: Excess
- cracktro Commodore 64 Being Slacky Again! :: Slackers
- cracktro Commodore 64 The Bump Intro :: F4CG
- intro Commodore 64 Sphere of Laziness :: Slackers
- intro Commodore 64 Space Junk :: Singular Crew
latest added lists
-
M3RL0CKSH0LM3S' favorite prods
-
Oldschool demos on modern platforms
-
stobit's wallpaper
-
No CPU
-
All Time Faves
top of the month
- demo Commodore 64 The Hat :: Fairlight :: Genesis Project
- demo Commodore 64 Aloft :: Genesis Project
- invitation Atari STe Buxton Bytes 2026 - Invitro Disk
- demo JavaScript FORGE :: Gray Marchers :: Byterapers
- intro Commodore 64 Quondam Tunneling :: lft
- demo Commodore 64 Tunnel Vision :: Offence :: Prosonix
- invitation MacOSX Intel You (Colorized) :: Jumalauta
- intro Amiga OCS/ECS Ream's Singularity :: Ream RIC
- demo Windows Divergences :: sYmptom
- intro Commodore 64 Tales from the loop
all-time top
- demo Windows fr-041: debris. :: Farbrausch
- 4k Windows elevated :: Rgba :: TBC
- 64k MS-Dos Windows heaven seven :: Exceed
- demo Windows Lifeforce :: ASD
- demo Windows fr-025: the.popular.demo :: Farbrausch
- demo Windows Stargazer :: Orb :: Andromeda
- 64k Windows fr-08: .the .product :: Farbrausch
- demo Amiga AGA Atari Falcon 030 Starstruck :: The Black Lotus
- 64k invitation Windows "Kings of the Playground" - Evoke 200... :: Equinox
- 256b MS-Dos tube :: 3SC
the so famous pouët.net oneliner
-
MLI: Lucky to have guardians. We can’t be trusted not to shoot ourselves in the foot. -
Don't worry man. Sam Altman will shoot off both our collective feet. ;) -
sim: in this economy? -
Welcome to the malformed box. -
when you learn Epstein was very involved also in Bitcoin it is the friday
the oldskool pouët.net bbs
| music | modizer : iphone/ipad mod player | 183 | ||
| code | Mashi - A compressor for JS/WASM 64k intros | 24 | ||
| general | Revision 2026 - The Power Within - April 3rd to 6th 2026 | 76 | ||
| code | Random line of code thread | 2395 | ||
| general | New Amiga book_ Boot block Rebels (cracking) | 10 | ||
| general | scene visuals stolen | 90 | ||
| music | Demoscener DJ sets | 587 | ||
| code | Furnace tracker + X68000 export + replay | 3 | ||
| gfx | Yo, I heard you guys like to traverse BVHs... | 15 | ||
| general | The Meteoriks Awards 2026 | 7 |
Bacon of Hope technical write-up available
The bacon just got crispier! In the series of technical write-ups, Bacon of Hope, winner Amiga demo at GERP 2026, just got its long tech-tech mini-site written by Platon42 and Gigabates.
Be sure to get a good glass of wine, if you want to dive into it (the text, not the glass). It is... "a bit long", as Antdude would phrase it. Lots of unreleased artwork by Optic and Steffest, too!
[Submitted by platon42]
Crinkler 3.0 released
Highlights of this release:
- Crinkler now supports an arbitrary number of parts, instead of just code and data.
- Revamped reuse system with reuse modes corresponding to reusing vs rerunning the various compression phases.
- Light and dark themes for the compression report.
- Select range of bytes/instructions in the compression report to see their total compressed size.
See the announcement post for more details.
[Submitted by Blueberry]
Pator just does it! Bitphase - a new Atari (not only) tracker
[ Atariscne.org - News ] Pator just does it! Bitphase - a new Atari (not only) tracker
The overly talented AY-musician Pator active on the published am alpha version of a new AY/YM tracker working in the webrowser. Bitphase has a slick interface and comes with full pattern and instrument editor. This looks like a modern and flexible solution for creating AY/YM tracks.
The slick Bitphase frontend
You will find a few demo tracks in the tracker, e.g. Pator's great Kizuna track he did for the related SMFX/Joker demo.
Also, there are good news in Atari matters. Timer effect support is on the plan, and of course those timer based sounds are made exportable as well. While the track has .psg export, just today spkr/SMFX put a cherry on the cake and implemented .sndh support. So we have a new Atari tracker I would say!
SNDH-export - the most important feature, obviously!
All this raised our interest, so with the help of spkr/smfx we were able to conduct a quick interview with the creator himself!
Hello Pator! You are known as a well known musician in the AY-chip, and this tracker coded by you came quite as a surprise. What's your motivation behind it? Are you unhappy with existing tools and what do you think makes this tracker special?
I'm unhappy with vortex tracker not having good code for further expansions. So i had some ideas like virtual channels and in future sid sound but this delphi code isnt too easy to add improvements. I had to ask wbcbz for some additions, but then figured out its easier if I had my own tool that I could expand.
On top of that , its windows only exe, so on my macbook i have to use wine which makes ayumi (ay engine used in vortex tracker, also in bitphase) very slow. When compiled under WASM and running on the web, its always running good no matter the OS.
Another motivation is that whenever we made a tune for chip compos in Otomata Labs group, like TSFM (2xAY + 2xFM) tune or 2xAY 200hz tune, we had to use furnace (some people in our group are more familiar with it) - and modify its sources every time. now we can have an AY pocket knife that will support whatever we want.
And also as a bonus - i was bored and want to code something cool;)
Well, thats an adequate reason and I guess you managed that! Very nice looking tool and attitude! :) Can you elaborate a bit more on any special features? Anything more that you wanted to improve on trackers from a musicians perspective?
When composing tracks, i often had an idea for some command, some workflow improvement, i wanted to add everything i found while doing tracks but never could (example - env arp command while doing Kizuna track, or dynamic table generation needed for Sinclair QL)
And Virtual channels? What's this?
About virtual channels - the most basic example:
You have virtual channel A, virtual channel B.
virtual channel B plays some bass
virtual channel A plays a kick and snare
Whenever kick or snare plays, bass is interrupted with a kick or snare, if kick/snare ends it brings up bass back. This is tick-precise so you don't need to mix everything manually at single channel like in VT2, you dont need to create instruments that mix both kick and bass at the same time ... etc
Sounds interesting and reminds me a bit to full side chaining and yes, I can imagine scenarios where this comes very handy and saves quite some manual work.
Any further commands and functions you longed for, implemented?
About special features: the most important thing I wanted to have is an ability to run every command in tracker not only on tones, but also on envelopes. think of vibrato, portamento, anything. thats how I did envelope arpeggios in Kizuna. So I included a special envelope column with envelope effects that work directly on envelope values in the register, instead of on the tone. in Vortex Tracker 2, I had to do some work around and calculate envelope register values myself, instead of using some dedicated feature.
For future, I would love to bring other chips into the mix. especially ones that often appear in nature alongside AY. TSFM is a perfect example - its a ZX expansion board board that contains 2xYM2203C chips, and their PSGs contain both internal implementation of our beloved YM chip and also OPN FM. There is currently no tracker that supports this. When doing a tune for it single time in my life with Otomata Labs group, we had to hack furnace a lot to make it happen. That leads to "fork hell" where you cant just share your module to your friends without explaining to them how to install a specific version of the tracker 😃
Well, seems this misery led to something good! Atari browser tracking here we come! Thanks for taking the time to answer our questions and all the best for the project! Oh, and keep up the great music, too!
PS: Thanks to spkr/smfx for the hint, help (and the sndh export)!
Meteoriks 2026 - Nominee reveal at MountainBytes on Friday 8PM
[Submitted by dojoe]
ROMA.EXE 2026: MBR, AROTTENBIT and Gom Jabbar Live Acts announced!
[ demoparty.net ] ROMA.EXE 2026: MBR, AROTTENBIT and Gom Jabbar Live Acts announced!
Master Boot Record (MBR), AROTTENBIT and Gom Jabbar will perform live at ROMA.EXE on Saturday, June 20, 2026!
search box
| some stats | -24h |
|---|---|
| 101629 prods | + 4 |
| 14430 groups | + 0 |
| 1318 parties | + 0 |
| 4415 boards | + 0 |
| 27248 users | + 3 |
| 1021778 comments | + 26 |
| 184 users seen in the last 24h | |
| progress to the youtube singularity: 32.13% |
latest comments added
-
64k
Windows
Small matters of the heart
:: Approximate
-
demo
Amiga OCS/ECS
Bacon of Hope
:: Desire
-
demo
Windows
There
:: Still
-
demotool
Windows
Crinkler
:: Loonies
:: TBC
-
demo
MS-Dos
Sincro I
:: Solstice
latest parties
- Assembly Winter 2026 [results] 10
- BCC Party 2026 [results] 6
- R/R Meeting 2026 2
- Fjälldata 2026 10
- JML Färjan 2026 [results] 5
upcoming parties
- Instanssi 2026 feb 26 - mar 1 (now!)
- MountainBytes 2026 feb 27 - mar 1 (now!)
- Fioniadata 2026 mar 6 - 8 (7 days)
- FOReVER 2026 mar 13 - 15 (14 days)
- The Gathering 2026 apr 1 - 5 (33 days)
wanted !
top of the glöps
-
sensenstahl
:: 51320 glöps
-
blkpanther
:: 48633 glöps
-
guardian ٩๏̯͡๏۶
:: 23887 glöps
-
StingRay
:: 22302 glöps
-
havoc
:: 21235 glöps
-
sim
:: 18958 glöps
-
100bit
:: 17315 glöps
-
hitchhikr
:: 14941 glöps
-
ltk_tscc
:: 13719 glöps
-
Optimus
:: 13653 glöps

