Page 6 of 6

Re: DreamTracker Dev Log

Posted: Tue Jun 04, 2024 7:34 pm
by m00dawg
Just a quick note I'll be going on vacation for the next few weeks. Between prepping for that and the actual vacay, there aren't any visible updates to share to DreamTracker yet. I am working on the macro feature and folks can see a (very early) preview in the gitlab project. I thought about cutting a release based off my effects reorg changes but will hold off on that as I'll need to update the conversion tool to fix up the chunk of the misc RAM bank I'm not using for the macros.

I might work on it while on our (long) plane rides but expect to see updates and features starting in July.

Re: DreamTracker Dev Log

Posted: Sat Jul 13, 2024 1:24 am
by m00dawg
The vacation was incredible of note! But I am back now with a really really fun feature I am excited about! I'll let the video explain it:



MIDI sync! A *massive* thanks to Kevin for allowing me to get my hands on one of the new MIDI cards. MIDI sync had always been a hopeful goal for me personally so that I can add the X16 (and DreamTracker) to our growing list of chip-synths for the band. It also is the first way to get arbitrary BPM other than by way of vsync skipping.

I still have quite a bit of work to do before it's fully ready to go but it's a huge leap forward and I'm very excited about it! Now that I am back from vacay I'll be working on the other beta features as well.

All the fancy stuff is currently in a feature branch am I'm not quite sure when I'll be merging that in and cutting an official release. There's still some incompatibility with the current stable release I'd like to have a fix for and work on the macros/tables features and lots of things under the covers. I had hoped 0.70 would be the first beta, but I might have a few more releases until I slap the big Beta banner on it but we'll see.

For now, yay4MIDIsync!

Re: DreamTracker Dev Log

Posted: Sat Aug 10, 2024 11:24 pm
by m00dawg
It's macro time!


Re: DreamTracker Dev Log

Posted: Sun Aug 11, 2024 6:22 pm
by m00dawg
It's not yet beta but went ahead and cut 0.70 which includes the macros, effect changes (and additions), experimental MIDI IN clock support, and a song-file converter for previous versions (which is ~90% good).

Now available on https://www.dreamtracker.org/

Changes from 0.69 include:
  • Effects re-org
  • Reworked PSG Vibrato/Tremolo/Pulsolo (see effects)
  • Added Home/End to pattern editor shortcuts
  • PSG Vibrato is now influenced by Pitch Speed Multiplier
  • PSG Finetune pattern effect (48xx)
  • PSG Note Delay pattern effect (10xx)
  • PSG Legato
  • Note delay for FM
  • Channel attenuation effect column for PSG and FM
  • Envelope Speed Pattern and Instrument Effects for PSG
  • Block pat/chan/row info in pattern editor
  • Macros Feature
  • PSG Effect Pan (0E-x)
  • Song file version converter


Beta hurdles include the tables feature and I think I'm going to rework the envelopes a bit. Not sure yet. Pondering just having uni/bipolar full 8-bits. If the thing using the envelope (such as, say, wave width) is <8-bits, it'll just cut the top. Kinda for future purposes where FM might benefit from envelopes.

Teaser of what to expect on 0.70:


Re: DreamTracker Dev Log

Posted: Mon Aug 12, 2024 1:08 pm
by Yazwho
I don't know enough to comment on the composing side, but it looks and sounds awesome!

Re: DreamTracker Dev Log

Posted: Mon Aug 12, 2024 7:23 pm
by m00dawg
Yazwho wrote: Mon Aug 12, 2024 1:08 pm I don't know enough to comment on the composing side, but it looks and sounds awesome!
Thanks! Yeah happy with how it's turning out. The macros feature has proven to be hugely useful. It's not immediately apparently by looking at the video as much but it's a pretty big feature, at least for me. I kinda knew it would be.

Semi-related, now that I found out the XOR stuff ended up in VERA, I've been using it quite a bit too! That'll be in the next version I send out. Working on the song helped me track down some bugs. I think I got those sorted but means there will be a 0.71 coming fairly soon I suspect.

Re: DreamTracker Dev Log

Posted: Mon Aug 12, 2024 10:38 pm
by m00dawg
Update to Dr. Wiley showing off even more of macros and XOR:



I am finding there are some sonic differences between the real X16 and x16emu. Ended up having to tweak some volumes though I don't think the issue is the volume lin/log changes in VERA as those should be on both the VERA firmware and x16emu. I'll have to look further into that maybe.

Importantly, 0.70 has an, eep!, save bug which I'm tracking down. Part of the reason I've been working on the song as it takes some time to manifest.

Re: DreamTracker Dev Log

Posted: Wed Aug 14, 2024 2:42 am
by m00dawg
Another teaser showing off 0.71, which will be mostly a bugfix release. I'll release it soon as I'm confident I fixed the ugly save bug issue :/


Re: DreamTracker Dev Log

Posted: Sun Aug 18, 2024 2:33 am
by m00dawg
DreamTracker 0.71 released!

This is mostly a bugfix release, though does add 2 new effects.

I also finished my cover of Dr. Wily - Stage 1 (from MegaMan 2) which showcases the new features pretty well. You can give it a listen here:



It's also included with 0.71, though you will need >512k RAM to play it properly and should use a recent (source) version of x16emu or the latest VERA is using real hardware. It makes use of the newer XOR wave features of the triangle and saw.

Download it from dreamtracker.org or check the initial post.