Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey this is actually quite nice. I've been using reasamplomatic for so long, but I guess I should give this one a shot. Even got loops AND autotuning. AND the lo-fi resampling I love. Neat. And it's not DAW - locked, which is epic on its own

Thank you so much! I’m glad you’re enjoying it

Hey, I am curious. How does the "lo-fi mode" work?  Does it just switch to something like point sampling?

Yep, it just rounds down to the nearest sample. That was my first implementation because I didn't yet know proper sampling was necessary :D I decided to keep it around because the gritty sound is surprisingly pleasant. 

Honestly, that's great that you did keep it around. One of my most favorite features in samplers in general. So, great. 

After trying this sampler, it does a lot of stuff just... great. I did have a few issues with glitchy audio in reaper, but I think it was just reaper having a hissy fit this day, so I think this can safely be ignored.

It really is a fully featured sampler, and workflow is mostly great. There were a few issues about the "sample bounds" being out of bounds when I zoomed in too much, I also accidentally recorded in stereo one time, and I do not see a sample trimming option which could be really nice to have.

Only a few other things I'd suggest to consider is supports for formats like ADPCM / mp3 / opus or others, and looking into low-quality linear interpolation (usually softer variant), and uh, maybe a way to save the presets as files? I haven't discovered this feature yet, if there is one. I've heard WAV format has great options for loop points baked in the format itself, though.

Also that reverb is definitely opinionated hahaha.

But yeah, it passed my song test. I'll keep using it in my future music, methinks. Unless I stumble upon a major dealbreaker (which I did not have so far, THANKFULLY). Have my "Best used with 8 bit wav" badge, iunno x3.

Thank you for the detailed feedback! Some thoughts:

  1. If you use the pin button (the bottom right of the waveform editor), you can stick the sample bounds to the visible window as you zoom in and out.
  2. It should be able to support mp3 on Linux, it might be as simple as an additional build flag and if so it'll be updated later today.
  3. I decided to delegate preset files to the host DAWs. The downside is preset compatibility between DAWs ofc.
  4. The format encoding/decoding is done through JUCE right now. More advanced WAV features would require some investigation into open-source options, so probably will not happen here.

1. Nice, thanks for pointing that out

2. Great. If you can, consider enabling others if you have those. The more the merrier, methinks.

3. Also the fact that project files are prone to dying, or the user could switch daws.

4. Fascinating