As of the 2nd of January I have a private group of testers helping me out. I would like to get it stable within the next couple months :)
Direct
Creator of
Recent community posts
You should be able to recover your purchase from here: https://itch.io/docs/buying/already-bought
Let me know if that helps!
I totally understand the use-case. I have thought about adding that for a while and I would likely use it in my own music production workflow just as I used SPAN. However, implementing that system-wide would be quite a large undertaking on both macOS and Windows. I'm sure I could get a minimum viable product on macOS done in a reasonable amount of time since Apple seems to support something like that in macOS 14.2 and later, but tools like eqMac and SoundSource exist and are battle-tested to be low latency and performant. I may dive into that one day, but am avoiding the feature creep as I approach finalizing the v1.0 update. Implementing it with the server plug-in is trivial and already "done" for v1.0.
I did look into it. From what I can tell, WASAPI Loopback can only capture audio after all Audio Processing Objects are finished in the chain. I also looked into implementing my own APO with the intention to capture audio earlier in the chain, but there does not seem to be a mechanism to ensure MiniMeters would be before EQ APO.
For now, I will add a help page clarifying that EQ APO and MM are not generally compatible. I will also sit down and see if I can find any VST3 -> VST2 wrappers that are compatible.
However, do note that the MiniMetersServer Plug-In is open source (at the moment).
Hey! I will do more research but when I was writing the WASAPI backend I did not see a way to choose how far down the chain I was capturing from.
As for VST2 support: Unfortunately, Steinberg only allows newer devs to create VST3 Plug-Ins according to their license agreement. I have no interest in breaking their license agreement.
Hey! MiniMeters includes MiniMetersServer which is a VST3, AU, and CLAP plugin that will send audio to the application. There is more info here regarding the plug-in. Make sure your DAW is looking in the listed folders, and if you could, please double-check the plugin is in those folders. If not, I can definitely provide more support.
Hey! Thanks for picking it up. It is quite minimal of a tool at the moment (Hence the "Mini" in the name), but I do plan to add most of this. Definitely stay tuned.
The first point sounds like a bug to me. MiniMeters should restore the exact position on launch. I will look into that.
Other than the popped out modules v1.0 is going to include a horizontal, vertical, and custom layout which will hopefully meet your needs.
I will probably not create my own Stream Deck plugin, but will likely have a way to toggle features from the Stream Deck as well as other macropads and systems.
Hey! I just downloaded the latest version here, installed on my test PC, and checked and it is the correct version.
For clarity, I did not remove VSync in 0.8.21, only an experimental mode. If you're looking to change the colors for the Peak / LUFS meter please follow the instructions here: https://minimeters.app/help/theming
Let me know if you need additional help!
You do not need to purchase again. If it is not in your purchased products list here on Itch either go to the original email you got when you purchased it, or try to recover that email from here: https://itch.io/docs/buying/already-bought
If you still need help please reach out in the Discord or via support@minimeters.app
-Joe
Hey! Sorry for any inconvenience. I don't see any duplicated payments on my end. If you didn't receive an email it likely did not go through.
Could you check your bank to make sure they did not go through? Also please email me at support@minimeters.app and I can look for a specific email address in my list of purchases. -Joe
Hey! Thank you for picking it up and sorry for the inconvenience. You do not need to sign up, but likely what happened was your email was misspelled so it never got delivered.
Could you please send me an email at support@minimeters.app from the email address you used for the successful purchase and I’ll see if I can find the invalid email in my order list.
I apologize that the change caused an inconvenience. I appreciate you letting me know. Hit me up at support@minimeters.app and I can get you an older version to hold on to for the meantime if you need it.
I'll find a solution. There are some issues that could arise when using multiple copies (particularly corrupt settings files) but I understand the desire. I will find a way to make this work intentionally.
Hey! The link you got in your email when you purchased should also get you the update. Just go back to that email and click the download link.
If you're having trouble finding it go here and recover the download: https://itch.io/docs/buying/already-bought
If you still have issues please let me know.
Hey! Sorry for the inconvenience. I'm not sure what browser you're using, but some like Microsoft Edge can be really picky and make you jump through hoops to get the download to work.
Assuming you are on Edge, you need to click the three dots (...) in the download panel, click "Keep", click "Show more," and click "Keep anyway."
The reason this appears is because, at the moment, I am an individual developer and Microsoft requires an EV (Extended Validation) Code Signing certificate to bypass this screen. As well as the SmartScreen that comes up after the download. I do code sign MiniMeters with an OV certificate that is associated with my personal identity. You can check this once it is downloaded in the properties pane. I also have recently set up my LLC which should allow me to get an EV certificate soon to bypass those annoyances. Sorry again for the annoyance this causes.
Let me know if you need additional assistance.
Hey! I'm not sure why it would be saying it is incompatible. Are you on the latest Windows 10 version? MiniMeters requires Windows 10 version "10.0.19041.0."
Have you tried the steps listed here to reset your settings? Reinstalling doesn't delete the settings. https://minimeters.app/help/behaving/
Let me know if that helps.
Hey! Sorry you're running into this. It seems I am able to replicate the same exact lag you're experiencing by simply making the primary window wider than the screen resolution. I'm not sure the origin of the issue as when I check the CPU usage it drops when it is in this state. It might be something macOS is doing that is causing a delay in the render loop.
I will look into this over the next day or two and see what I can do. Thank you for reporting this.
Hey Breity, could you please elaborate what you mean by "support ASIO?" In almost all cases ASIO is exclusive to a single application, which means I cannot intercept and capture audio.
If you're looking to monitor an ASIO input I can look into supporting that, but then you could only use that audio device with MiniMeters. This is a limitation, but also the primary selling point, of ASIO as it tends to reduce latency.
However, if you want to use MiniMeters with a DAW that is using ASIO you can simply add the MiniMeters Server Plugin to the end of your master channel and then select it in MiniMeters. Let me know if that addresses your concern.
It's totally fine! I understand something not meeting expectations. My goal it to have MiniMeters be as performant and stable as reasonably possible and any help testing is appreciated. I haven't yet received a message from you in the email I listed in the last message, nor a message on Discord, but once I get either of those I'll send you the latest test build to see if that addresses the issue. I also might have some troubleshooting steps. I don't know if it will be a night and day difference, but that level of usage is abnormal.
As a note, you are correct that MiniMeters isn't "sleeping" when audio stops. That is definitely something that could help and is something that should be trivial to implement at least in the audio thread.