Benben v0.3.1 is now released!

  • Linux x86-64 AppImage: download (SHA1: 382f38e3d88bea33efd997d0ff387d29e96afbae)
  • For source code, clone this Fossil repository and checkout v0.3.1
    fossil clone https://chiselapp.com/user/MistressRemilia/repository/benben/ && cd benben && fossil checkout v0.3.1
  • Want to build from source? Check out the Building page for instructions.

Note

This AppImage was accidentally built for x86-64-v2, and will need a CPU newer than an Intel Nehalem or AMD Bulldozer.

Changes and Features

  • Updated RemiAudio to a newer commit. This should fix a very subtle EQ bug (probably inaudible to most people).
  • Enhancement: The post-gain option in the equalizer section of the config file can be used to set a post-EQ adjustment gain. This value is in decibels.
  • Fixed: the default EQ bands were being processed even when they did were supposed to be overridden.
  • Fixed: The 'rounded' banner can now be correctly selected with the BENBEN_BANNER environment variable.
  • Enhancement: Removed a few unused class fields to save a few bytes of memory.
  • Fixed: Fix a potential bug in the UI regarding the loops. This would only have been visible for one frame.
  • Small internal cleanups.