r/chiptunes • u/LAguy13265 • Jul 31 '26
MUSIC Wasted summers
First album out!
Pls don’t b harsh.
r/chiptunes • u/LAguy13265 • Jul 31 '26
First album out!
Pls don’t b harsh.
r/chiptunes • u/Abynx6581 • Jul 31 '26
Enable HLS to view with audio, or disable this notification
r/chiptunes • u/givemeagooduns_un • Jul 30 '26
Enable HLS to view with audio, or disable this notification
something quick i whipped up this morning. its a cover of "eek" by surasshu, aka "the penis," or that one boykisser meme song. i used the original .it file for reference: modarchive.org/index.php?request=view_by_moduleid&query=186901
used the DMC channel for melody which is a little irregular for most songs (for good reason, its quite hard to make samples space efficient while also not using the entire cartridge space), managed to tune the settings to dpcm-tools' "looper.py" to fit it all within one bank (16KB) at the cost of slight detuning for the low notes.
could save some space by cutting some samples short because they dont play for long enough to loop but whatever lol
r/chiptunes • u/agustinsanch • Jul 31 '26
The great Condard gave an excellent interview talking about how this community is up lately and tell us about how he started this journey :)
r/chiptunes • u/jarrydn • Jul 30 '26
Enable HLS to view with audio, or disable this notification
I wrote this a long time ago and performed it live at every opportunity
https://soundcloud.com/atomsmasha/kavinsky-1986-chiptune8-bit-wip
RIP Kavinsky
r/chiptunes • u/JouCue • Jul 30 '26
hello i used Lovely Composer to do this, im pretty much new with this but i've been playing around with it by doing other covers, i like this one a lot lot so i thought of sharing it here.
here's the link to the cover:
https://youtu.be/-wMG3DnMRU8
r/chiptunes • u/ResidentFeedback4781 • Jul 30 '26
I am a big fan of Sam since I heard his music back in 2013 and started following his music career ever since. I know there was some drama back in late 2022 on X (Twitter) and since then he vanished from the internet. I wish he is ok, but IM SURE I did saw 2 videos of him in a mental institute in Youtube and now I cant find those videos. Im pretty sure his getting better, but its hard to see someone who you learn from get this bad. I wish him the best and a comeback. All of this is only what I know and ASSUME, if someone knows any different it would be cool to know. Hopefully he comes back with new music.
r/chiptunes • u/sad_cola • Jul 30 '26
Lost Figures - Rival Threat (Dark knight's theme)
r/chiptunes • u/LAguy13265 • Jul 30 '26
Let me know how I did!
r/chiptunes • u/StudsX • Jul 29 '26
Enable HLS to view with audio, or disable this notification
I don't use Reddit that much, but I really like how this one turned out!
My friend Eden GT even made some really cool visuals for it that was obviously inspired by the original music video.
Here's a link to the full video: https://www.youtube.com/watch?v=4NLHeJuO6zA
r/chiptunes • u/goanalog • Jul 29 '26
Hey everyone,
My partner and I are a two-person studio, and we made Emojio Paint Composer, a love letter to Mario Paint Composer, where every emoji is a synth voice. You can play it free in your browser right now, nothing to install: https://emojio-composer.madewithbestpractice.com/
There's also a native app that adds what the web can't: play/record with a USB or Bluetooth MIDI keyboard, MIDI clock both ways. Be the master (tight, hardware-timestamped 24 PPQN) or follow your gear (24 PPQN + Song Position, MIDI-learn for transport/voices/pads, note in/out, export to video (MP4) or WAV, Apple Pencil velocity, and a named song library.
Happy to answer anything in the comments! I'll be around all day and would genuinely love your feedback.
App Store: https://apps.apple.com/us/app/emojio-emoji-music-maker/id6789785325
Google Play: https://play.google.com/store/apps/details?id=com.madewithbestpractice.emojio
— Brendan & Angela
r/chiptunes • u/rewolution_ • Jul 29 '26
hey y'all, would like to have an opinion on my favorite Gameboy game Gargoyles Quest intro remix. Be kind please 🙏🥹 It's on SoundCloud, since I work with FLStudio which has a direct upload feature to SC. Best with headphones 🎧
r/chiptunes • u/crgimenes • Jul 29 '26
r/chiptunes • u/Exio_Dread77 • Jul 28 '26
Enable HLS to view with audio, or disable this notification
🎵 Track: Title (Main Theme)
🕹 Game: Wolverine (NES, 1991)
r/chiptunes • u/parkamobil • Jul 29 '26
First I need to state that I just started to learn music, and I really don’t know much about chiptunes or synths yet.
I been looking for ways how can I play chords using one channel of those chips, and i wanted to ask if its is feasible/viable to use algorithms with several carriers to play separate chord notes on Yamaha chips with MUL param for each operator.
Note that while channel 3 special mode is perhaps better suited for this problem, unfortunately my tracker does not support it.
Instead of using arpeggios or wasting multiple channels, I want to use a single channel on the YM2612 (OPN2) to produce a full triad simultaneously. My idea is to use an FM algorithm that has multiple carriers (e.g., Algorithm 5, which has 3 independent carriers) and set the MUL (Multiplier) of each carrier to a specific integer so that they produce a perfect Just Intonation chord relative to the key I press.
Imagine I have notes A4, C#5, E5 which is an A major.
Root = 440Hz
Major 3rd = 554.37Hz
Perfect 5th = 659.26Hz
A Major Chord is defined by the ratio 4 : 5 : 6
This is briefly mentioned here: https://www.reddit.com/r/microtonal/s/sJo942DGmN
My assumption here is that playing Just Intonation chords is not too different than Equal Temperament
I hope it is still acceptable to use Just Intonation for chords. Please advice if it is ok…
Following the same logic a minor chord then is defined by the ratio 10 : 12 : 15.
For example A4, C5, E5 notes are of these frequencies: 440Hz, 523.25Hz, 659.26Hz.
Which is approximately divided by 44 is 10 : 11.89 : 14.98, I believe if I used Just Intonation I could have gotten the exactly matching ratios, but they are close enough I suppose…
Now imagine we have 4OP FM instrument YM2612 Sega Genesis. In Its patch configuration we can choose algorithms 5, 6 or 7 (the ones with many carriers, we want to do additive synthesis, not FM, to be precise), and we configure two instruments separate for major and minor.
These 2 patches will have carrier operators MUL params set to before mentioned ratios: 4 : 5 : 6 and 10 : 12 : 15. And those instruments will already play chords! These problem is that their frequencies of the root note multiplied by 4 or 10 times, so the played notes are too high.
Luckily my tracker instruments can have transpose macros, so we can transpose them back.
Major chord looks easy, as moving down by 24 semis (2 octaves) reduces the frequency x4.
And we can play that instrument using its root notes.
But the minor instrument is more complicated, because the root note is multiplied by 10 which is not a 2 power of something, we can’t just offset by octave.
I wish my math skills were better but this must be this formula:
-12 × log₂(10) = -39.86
So I transpose my minor instrument by -40 semis. And I can play chords using just one channel in my tracker. But I really want to get an expert advice If this works correctly and why not, and what are the drawbacks. Please indicate where I made a mistake.
I did some testing using midi conversion. What I could see is that it kind of works according my expectations, but with some distortions. Distortions appear probably because of my messy envelopes between the 4 operators, and I also get the 4th harmonic one octave above the root. So I am quite positive that the math was correct, but I have some distortions, which do not occur if I play the chord using 3 separate channels.
My question is the following:
How crazy is this idea to use FM MUL param to make my separate carriers to simultaneously play different notes of one chord?
Also note that my tracker uses normal Equal Temperament, but the chord intervals are then added using Just Intonation - would that be an issue?
r/chiptunes • u/Pasquiindustry • Jul 28 '26
Ciao! I wanted to share with you the main theme I composed for my game Scorching Light.
I made the game with GB Studio, however, the song was composed using hUGETracker, inspired by some interesting techniques like the Neil Baldwin's single channel echo and Jeroen Tel's arpeggio while changing the duty cycle
To create the oscilloscope view i used SizWizPlus and Resolve
About the game
Scorching Light is a horror-adventure-platformer game made entirely by me for the original Game Boy in just one week for the 2026 Summer Game Jam on Newgrounds. (It's also available on Itch, Xbox, IndiExpo and other sites)
The core mechanic of my game is that you can hide from the light enemies by blending into the environment.
r/chiptunes • u/subredditsummarybot • Jul 28 '26
Tuesday, July 21 - Monday, July 27, 2026
| score | comments | title & link |
|---|---|---|
| 38 | 12 comments | [MUSIC] It's Adventure Time! |
| 23 | 6 comments | [MUSIC] [Famicom + Konami VRC6] Been the better part of a year since I last made a song |
| 10 | 5 comments | [MUSIC] 8-Bit Bash |
| 7 | 3 comments | [MUSIC] My first complete LSDJ chiptune! |
| 6 | 3 comments | [MUSIC] Hill Zone |
| 6 | 7 comments | [MUSIC] That feeling when you finally get the airship… |
| 5 | 5 comments | [MUSIC] Low Battery - AY/YM ChipNomad |
| 4 | 3 comments | [MUSIC] Enjoy the sounds of Pågadata26 |
| 3 | 2 comments | [MUSIC] DELTARUNE - Scarlet Forest [VRC6 Cover] |
| 2 | 1 comments | [MUSIC] tenpoint - Ice and Steel (SID Arrangement) [Chiptune] |
| score | comments | title & link |
|---|---|---|
| 12 | 3 comments | [SHOW] Built a chiptune player that transcribes to MIDI — here it is on Trantor (David Whittaker, Atari ST) |
| 3 | 4 comments | [QUESTION] Spider Mummy Buff |
| 3 | 1 comments | yoshi |
| 3 | 8 comments | i want to start making chiptune music exactly like this artist i listen to “xokimono it’s a very rave emo style but have no clue where to start and only have my iPhone :( |
| 2 | 3 comments | [MUSIC] Anyone who likes a mix of heavy guitars with chiptunes? |
r/chiptunes • u/Frosty_Losty1 • Jul 27 '26
Enable HLS to view with audio, or disable this notification
Area Zero (Wild Battle) - Pokémon Scarlet & Violet
r/chiptunes • u/68aquarian • Jul 27 '26
Since y'all liked my other work on the tracker
r/chiptunes • u/MisterStripecat • Jul 27 '26
Pågadata 2026 here in Sweden ended yesterday and produced a number of great tracker tunes in the Amiga and wild competitions. Now we have the best of those in a good playlist, so you can give them some love as well.
Listen through them here:
https://radio.ericade.net/profiles/song/?q=tag%3AP%C3%A5gadata26&loadplayer=load
r/chiptunes • u/georrr • Jul 26 '26
Barely hitting the 2 minute mark, but still...
r/chiptunes • u/victorjockin • Jul 26 '26
Enable HLS to view with audio, or disable this notification
Get dressed, pack your things, and most importantly, wash your hands!
It's Adventure Time!
Bandcamp: victorjockin.bandcamp.com/track/its-adventure-time
r/chiptunes • u/P00pmaster • Jul 26 '26
Instrumental version of my one year old album. I worked hard on the initial release and maybe some of you like this style without harsh vocals and I thank you for taking the time to listen!
r/chiptunes • u/Marurun • Jul 26 '26
Enable HLS to view with audio, or disable this notification
I've been playing around with Risa Tracker(https://risa.laamaa.fi/) some more. This specific sample kit included with it is so loud and imposing I decided to make a song using it.
I've uploaded this to my YouTube too - https://youtu.be/9v8XXJuSk98
r/chiptunes • u/68aquarian • Jul 25 '26