Iridescence wrote: Fri Nov 26, 2021 9:39 pmkerkersklave wrote: Tue May 04, 2021 11:51 am
Hi, I would just like to request a new feature for the next update as I have seen others suggest.. I am new to this program and thrilled to be learning it finally.. I just wish there was an option to have presets saved for your beatmeter settings. so that they don't have to be reconfigured every time
not like its a huge setback but would be a nice touch!
[Announcement] Beatmeter Generator 0.3.0
Moderator: andyp
- flyingcactus
- Explorer

- Posts: 70
- Joined: Sun Feb 21, 2021 3:43 pm
Re: [Announcement] Beatmeter Generator 0.3.0
A simple workaround I use for this is to store a template file and copy it over and over. Basically, I go into beatmeter generator, set it up once as I want it and then keep the file somewhere as the base template. Every time I need a new chapter created, I just copy it over. It's not exactly the same as a proper preset, but it's good enough for my use case at least.
- Iridescence
- Explorer At Heart

- Posts: 125
- Joined: Sun Aug 30, 2020 9:52 pm
Re: [Announcement] Beatmeter Generator 0.3.0
flyingcactus wrote: Fri Nov 26, 2021 10:09 pm A simple workaround I use for this is to store a template file and copy it over and over. Basically, I go into beatmeter generator, set it up once as I want it and then keep the file somewhere as the base template. Every time I need a new chapter created, I just copy it over. It's not exactly the same as a proper preset, but it's good enough for my use case at least.
Oh wow! Thanks for the tip. Just to clarify, would I just open the program, adjust the settings and leave the page blank but make a save file of it and load into that each time I start?Iridescence wrote: Fri Nov 26, 2021 9:39 pmkerkersklave wrote: Tue May 04, 2021 11:51 am
Hi, I would just like to request a new feature for the next update as I have seen others suggest.. I am new to this program and thrilled to be learning it finally.. I just wish there was an option to have presets saved for your beatmeter settings. so that they don't have to be reconfigured every time
not like its a huge setback but would be a nice touch!
- flyingcactus
- Explorer

- Posts: 70
- Joined: Sun Feb 21, 2021 3:43 pm
Re: [Announcement] Beatmeter Generator 0.3.0
Yeah, exactly. The saved file will contain the settings and you can use it as a template :)
Iridescence wrote: Sat Nov 27, 2021 1:25 amflyingcactus wrote: Fri Nov 26, 2021 10:09 pm A simple workaround I use for this is to store a template file and copy it over and over. Basically, I go into beatmeter generator, set it up once as I want it and then keep the file somewhere as the base template. Every time I need a new chapter created, I just copy it over. It's not exactly the same as a proper preset, but it's good enough for my use case at least.
Oh wow! Thanks for the tip. Just to clarify, would I just open the program, adjust the settings and leave the page blank but make a save file of it and load into that each time I start?
- masperturbator
- Explorer At Heart

- Posts: 206
- Joined: Sat Jun 22, 2019 5:01 pm
- Gender: Male
Re: [Announcement] Beatmeter Generator 0.3.0
Template files are explained here and here as well.flyingcactus wrote: Sat Nov 27, 2021 2:49 pm Yeah, exactly. The saved file will contain the settings and you can use it as a template :)
Iridescence wrote: Sat Nov 27, 2021 1:25 amflyingcactus wrote: Fri Nov 26, 2021 10:09 pm A simple workaround I use for this is to store a template file and copy it over and over. Basically, I go into beatmeter generator, set it up once as I want it and then keep the file somewhere as the base template. Every time I need a new chapter created, I just copy it over. It's not exactly the same as a proper preset, but it's good enough for my use case at least.
Oh wow! Thanks for the tip. Just to clarify, would I just open the program, adjust the settings and leave the page blank but make a save file of it and load into that each time I start?
Also notice that I have a silent wav file and a custom beat wav file that go with my templates.
- Iridescence
- Explorer At Heart

- Posts: 125
- Joined: Sun Aug 30, 2020 9:52 pm
Re: [Announcement] Beatmeter Generator 0.3.0
Thank you both !
Does anyone have a workaround for having tharts e beat bar show up for a few seconds before the first beat abruptly starts ?
I've realized the beat can't be right at the edge of the pink or it sometimes doesn't read/show but also causes that abrupt kind of start at the beginning of the song where there's not much time before the first beat slides across the screen
Does anyone have a workaround for having tharts e beat bar show up for a few seconds before the first beat abruptly starts ?
I've realized the beat can't be right at the edge of the pink or it sometimes doesn't read/show but also causes that abrupt kind of start at the beginning of the song where there's not much time before the first beat slides across the screen
-
3xTripleXXX
- Explorer At Heart

- Posts: 664
- Joined: Wed Jun 14, 2017 8:35 pm
- Gender: Male
- Sexual Orientation: Straight
Re: [Announcement] Beatmeter Generator 0.3.0
I make a single beat bar for the entire video since I mix all the music together into one file, but the only easy solution if you have beats starting right at the beginning of the song, to use a sound editor to resave the audio file with some empty space ahead of it. If nothing else, you could do that with your video editing software.Iridescence wrote: Sun Nov 28, 2021 11:45 pm Thank you both !
Does anyone have a workaround for having tharts e beat bar show up for a few seconds before the first beat abruptly starts ?
I've realized the beat can't be right at the edge of the pink or it sometimes doesn't read/show but also causes that abrupt kind of start at the beginning of the song where there's not much time before the first beat slides across the screen
My latest Cock Hero is Sweet Mammaries, a Cock Hero Quickie.
I've also made 4-play, 4-play 2, Getting Down With The Thiccness, Fuck Hard Cum Harder, Filthy Cute and Kittens & Cream. You can stream them all on SpankBang or search up their announce threads here for other options. :)
I've also made 4-play, 4-play 2, Getting Down With The Thiccness, Fuck Hard Cum Harder, Filthy Cute and Kittens & Cream. You can stream them all on SpankBang or search up their announce threads here for other options. :)
- flyingcactus
- Explorer

- Posts: 70
- Joined: Sun Feb 21, 2021 3:43 pm
Re: [Announcement] Beatmeter Generator 0.3.0
A very easy one using ffmpeg would be to do something like this:
ffmpeg -i yourinputfile -af "adelay=5s:all=true" output.wav
That will take your input audio and add 5 seconds of padding at the beginning of the file, you can control the amount by changing the 5s to whatever you need like 2s or 10s. Use the output file as your main wav file in beatmeter generator and you are good to go.
ffmpeg -i yourinputfile -af "adelay=5s:all=true" output.wav
That will take your input audio and add 5 seconds of padding at the beginning of the file, you can control the amount by changing the 5s to whatever you need like 2s or 10s. Use the output file as your main wav file in beatmeter generator and you are good to go.
3xTripleXXX wrote: Mon Nov 29, 2021 12:04 amI make a single beat bar for the entire video since I mix all the music together into one file, but the only easy solution if you have beats starting right at the beginning of the song, to use a sound editor to resave the audio file with some empty space ahead of it. If nothing else, you could do that with your video editing software.Iridescence wrote: Sun Nov 28, 2021 11:45 pm Thank you both !
Does anyone have a workaround for having tharts e beat bar show up for a few seconds before the first beat abruptly starts ?
I've realized the beat can't be right at the edge of the pink or it sometimes doesn't read/show but also causes that abrupt kind of start at the beginning of the song where there's not much time before the first beat slides across the screen
- Frantzo
- Explorer At Heart

- Posts: 139
- Joined: Sat Aug 03, 2019 6:51 pm
- Gender: Male
- Sexual Orientation: Straight
Re: [Announcement] Beatmeter Generator 0.3.0
Hello everyone.kerkersklave wrote: Tue May 04, 2021 11:51 amI don't konw whether someone ever did that. My problem is, that there is really nothing in there that should it stop from runnig on a Mac. It runs on Windows and Linux. There has to be something really odd happenig on OSX and without a Mac I just cannot debug the issue. I would need someone with basic coding skills that would be willing to setup the basic developmenet environment on OSX and debug it.CH_Fan_85 wrote: Tue May 04, 2021 9:29 am Did anyone ever achieved to make this tool working on a Mac? Would love to try it out, but it always gets stuck on the opening screen and then doesn't react anymoreTried to start it via Terminal as well, but that doesn't make any difference, still gets stuck. If anyone has a workaround to make this tool usable on Mac, I would appreciate it very much!
![]()
Sorry to restart the subject on the mac question, but has anyone ever been able to make a beatmeter on a mac with this wonderful tool? It's the only thing that keeps me from making a cock hero every 3 months.
EDIT : I could find someone in Fiverr.com to solve this issue
French Riviera Cock Hero : viewtopic.php?f=25&t=22297
Lust Dream Cock Hero : viewtopic.php?f=25&t=22564
French Touch Cock Hero : viewtopic.php?f=25&t=22732
Lust Nightmare Cock Hero : viewtopic.php?f=25&t=24392
Lust Nightmare 2 Cock Hero : viewtopic.php?t=25622
Lust Dream Cock Hero : viewtopic.php?f=25&t=22564
French Touch Cock Hero : viewtopic.php?f=25&t=22732
Lust Nightmare Cock Hero : viewtopic.php?f=25&t=24392
Lust Nightmare 2 Cock Hero : viewtopic.php?t=25622
- Frantzo
- Explorer At Heart

- Posts: 139
- Joined: Sat Aug 03, 2019 6:51 pm
- Gender: Male
- Sexual Orientation: Straight
Re: [Announcement] Beatmeter Generator 0.3.0
CH_Fan_85 wrote: Tue Jan 11, 2022 2:31 pm Wait, do you mean you got it running on Mac? If yes, would you mind sharing the solution on how to make it work?
French Riviera Cock Hero : viewtopic.php?f=25&t=22297
Lust Dream Cock Hero : viewtopic.php?f=25&t=22564
French Touch Cock Hero : viewtopic.php?f=25&t=22732
Lust Nightmare Cock Hero : viewtopic.php?f=25&t=24392
Lust Nightmare 2 Cock Hero : viewtopic.php?t=25622
Lust Dream Cock Hero : viewtopic.php?f=25&t=22564
French Touch Cock Hero : viewtopic.php?f=25&t=22732
Lust Nightmare Cock Hero : viewtopic.php?f=25&t=24392
Lust Nightmare 2 Cock Hero : viewtopic.php?t=25622
- masperturbator
- Explorer At Heart

- Posts: 206
- Joined: Sat Jun 22, 2019 5:01 pm
- Gender: Male
Re: [Announcement] Beatmeter Generator 0.3.0
You have two options for using the Windows version of BMG on MacOS.Frantzo wrote: Tue Jan 11, 2022 5:46 pmCH_Fan_85 wrote: Tue Jan 11, 2022 2:31 pm Wait, do you mean you got it running on Mac? If yes, would you mind sharing the solution on how to make it work?I was never able to make it work. But maybe i can find someone with a mac and with basic coding skills to solve the issue. I just need someone to explain me the "issue". I have no expertise in this area, so to begin with i don't know if this tool is writing with python script...
1. Try running the Windows JAR file through Wine for MacOS.
It can probably work out something like this: https://github.com/Rash-in/StarParseLinux / https://forum.winehq.org/viewtopic.php?t=14774#p72551
2. Run a copy of Windows in VirtualBox.
You won't need to activate the copy of Windows with a product key.
The problem with BMG on MacOS is probably that there was some difference between Mac and Windows JVM (Java Virtual Machine) that never got coded for by Kerkerslave. The easiest way around that problem is to run the Windows code through Windows or Wine. The VirtualBox option is likely the best/easiest. It's possible that the Wine option would run faster, but that shouldn't matter for BMG.
-
kerkersklave
- Explorer At Heart

- Posts: 709
- Joined: Sun Jul 06, 2014 2:11 pm
- Gender: Male
- Sexual Orientation: Open to new ideas!
- I am a: Slave
Re: [Announcement] Beatmeter Generator 0.3.0
Just to comment on this: there is nothing in the code that should not work on MacOSX. It works on Linux and Windows without any platform specific adaptations, so it must be somthing very odd. Maybe some difference in how the audio API behaves or whatever. I do not own a Mac however and running MacOS in a Virtual Machine turned out to have a lot of its own issues. I would still be very happy if someone could figure out, what the problem is.
- masperturbator
- Explorer At Heart

- Posts: 206
- Joined: Sat Jun 22, 2019 5:01 pm
- Gender: Male
Re: [Announcement] Beatmeter Generator 0.3.0
Maybe.kerkersklave wrote: Tue Jan 11, 2022 9:03 pm Maybe some difference in how the audio API behaves or whatever.
We would know by now, if someone had shown console output.kerkersklave wrote: Fri Feb 14, 2020 2:49 pmThis is a known issue. As I do not own a Mac and up to now nobody volunteered to help me debug this, I am currently not able to say anything about it.nostradamus wrote: Thu Feb 13, 2020 7:28 pm I use a Mac OS X (10.13.6). App freezes with logo of the heart beats.
If you want to try, try running it from the command line with "java -jar beatmetergenerator.jar".
If this produces some helpful error message, I can try to do something. I however fear that the problem is something more subtle that really needs some deeper investigation.
Thank you for popping in to note it again.
PS, console output like:
https://pastebin.com/BsnJGWqR
It didn't crash. It's just something I see rather frequently since I always run the jar from a batch.
- Iridescence
- Explorer At Heart

- Posts: 125
- Joined: Sun Aug 30, 2020 9:52 pm
Re: [Announcement] Beatmeter Generator 0.3.0
May I make a couple requests... If there is any updates coming out soon.. I wonder if it would be possible to have a dark mode option? the white backdrop can be quite bright and harsh on the eyes, I used the dark mode in most of my browsers and apps. if it would be compatible that would be great.
Also the issue where near the end of the track when you zoom in and it doesn't center on the play head. usually shoots your further back to the left. if there's also any way to fix that, would be amazing.
Also the issue where near the end of the track when you zoom in and it doesn't center on the play head. usually shoots your further back to the left. if there's also any way to fix that, would be amazing.
- masperturbator
- Explorer At Heart

- Posts: 206
- Joined: Sat Jun 22, 2019 5:01 pm
- Gender: Male
Re: [Announcement] Beatmeter Generator 0.3.0
A thing you can do to reduce that is to put a single beat far past the end of the loaded audio, on a track that won't render.Iridescence wrote: Wed Jan 12, 2022 8:56 pm Also the issue where near the end of the track when you zoom in and it doesn't center on the play head. usually shoots your further back to the left. if there's also any way to fix that, would be amazing.
Edit: Another thing you can do is use the play head to move the timeline. Rapidly unpause with spacebar. Another is zoom with CTRL + mouse wheel while the play head is moving.
-
princeofswing
- Curious Newbie

- Posts: 2
- Joined: Thu Jan 13, 2022 11:29 pm
Re: [Announcement] Beatmeter Generator 0.3.0
Sorry to jump in here at noob level but...hey! I tried back in like 2014 to get involved making CH videos, and it's taken this long to finally figure out my best workflow - and, right at the last, I've discovered I can actually have BMG involved (tried a couple of years ago, couldn't get my head round it).
So, quick question for the pros on here: I have always used Corel (brilliant, inexpensive, has covered all my needs so far) and would like to continue, but importing the beatmeter video using Corel's stop motion feature needs to be done in pieces as 6000+ frames seems too many at a time. Does DVR not have this issue? I'd probably take a look at switching (though moving over projects will be a pain) if that part was a seamless one-click thing.
(Also, is the free version all that's needed?)
Thanks! Excited to finally get releasing some editions.
So, quick question for the pros on here: I have always used Corel (brilliant, inexpensive, has covered all my needs so far) and would like to continue, but importing the beatmeter video using Corel's stop motion feature needs to be done in pieces as 6000+ frames seems too many at a time. Does DVR not have this issue? I'd probably take a look at switching (though moving over projects will be a pain) if that part was a seamless one-click thing.
(Also, is the free version all that's needed?)
Thanks! Excited to finally get releasing some editions.

