Skip to main content

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

Binyamin Friedman

19
Posts
94
Followers
A member registered Dec 25, 2024 · View creator page →

Creator of

Recent community posts

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.

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. 

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

Appreciated!

To the extent that Audacity supports MIDI tracks (not much), I don't see why not!

This should be patched on Windows. You'll need to uninstall and redownload the builds.

(1 edit)

I'm use the term wavetable a bit loosely. You can move start and end simultaneously by pinning and moving the viewport around. For now, automating the loop is not a feature. I will consider making that a feature in a future release, it's just a bit tricky because that requires setting the bounds in terms of an inexact percentage.

(1 edit)

Are you using Windows? Was this with the 7/29/25 patch or with the initial v1.02 build? I’m working on patching the issue there (someone is having a similar problem for FL), see https://github.com/BOBONA/Just-a-Sample/issues/40

If you’re using Mac, I’m unable to patch the builds for another week or so.

Hey, I appreciate you checking out the project! Thanks for letting me know about mts-esp, I had not heard about it before. It looks pretty easy to implement, but I have limited time to work on this project for the time being. Could you add a feature request here? https://github.com/BOBONA/Just-a-Sample/issues/33

These are all great ideas but outside the scope of JAS. I'll keep it in mind if I make another project :)

FYI, these have since been fixed.

(2 edits)

Thanks for the suggestions! I will implement the navigation idea. Could you elaborate on your first request on GitHub so I can think about it more?

Hey, that definitely is weird. Does it appear in Logic? Please report the issue on https://github.com/BOBONA/Just-a-Sample/issues and we can continue the discussion there.

It's all C++. Take a look at the GitHub.

(1 edit)

Choppers are awesome, but I think that's outside the scope of the plugin. For now, I'm sticking to a single audio source with a single region. Thanks for checking it out!

I believe it has always worked with sequoia. It is built on a new MacBook Air for ARM and x84_64 architectures.

(1 edit)

Hey, thanks for reaching out! Itch.io forwarded your email to me, but I guess my response didn't get through. 

First, try to delete the version you downloaded, and use the provided Mac installer. Here's a direct link. It will place the VST3 and AU files in the correct locations. Sometimes the AU version loads when the VST3 won't. If you have any more problems, please open up an issue on GitHub (where I am guaranteed to respond). 

(1 edit)

Is it just key A5 and nothing else? Make a new issue on Issues · BOBONA/Just-a-Sample

(1 edit)

You're right, that's the standard way of doing it. I must've swapped directions by accident at some point. There will probably be a patch within the next few weeks to tweak a few things.