Skip to content

Releases: mrbid/Borg-ER-3

1.0.4

13 Apr 02:17
dc62838
Compare
Choose a tag to compare
Update borg.appdata.xml

1.0.4w [windows only]

30 Jan 06:26
9a75390
Compare
Choose a tag to compare

Changes

  • On windows the mouse needed to be manually re-positioned to the center of the dial on mouse up.

1.0.3

07 Dec 08:19
a0525cc
Compare
Choose a tag to compare

Changes

  • Fixed mouse locking on Wayland

1.0.2

18 Apr 16:56
b6d7cc6
Compare
Choose a tag to compare

Changes

  • Optimised the oscillators for a marginal performance gain.
  • Optimised the doSynth() function so that oscillators with no output configured do not get processed for an output. Although if an output is configured and a subsequent oscillator in the chain is not configured to output to the master oscillator it will be computed even though it doesn't eventually contribute to the output, so be aware of that.
  • Added resolution blending so that there is a smooth transition between harmonic steps. (this is a huge performance loss, 1.0.1 will process changes much faster than this version 1.0.2) To be honest, it's VERY hard to tell the difference anyway and when you can I prefer the harsh stepping of 1.0.1 over the smooth glide of 1.0.2, the harsh stepping feels more magical and poppy than the smooth glide which is actually rather bland and boring. It's like a fizzy drink with cane sugar vs corn syrup.
  • Mouse3/4 clicking a dial will now invert it's sign.

1.0.1

08 Feb 14:37
edc1dfa
Compare
Choose a tag to compare

Changes

  • Mouse input now registers outside the program window when drawing the envelope, anyone who experienced that probably found it a bit annoying that when leaving the window after finishing an envelope caused the envelope to still update when dragging the mouse back into the window messing it all up because the mouse click release didn't register outside the window.
  • Hermite interpolation was added in the source as an interpolation option over linear, but it offers basically no real audible improvement to the audio quality so it's not enabled by default. But anyone who was wondering if a higher order interpolator would improve the envelope, well now you can find-out first hand. The interpolator I used was the hermite4() interpolation function from this benchmark.

1.0

30 Jan 11:31
965df17
Compare
Choose a tag to compare
1.0

Final release.

0.89

29 Jan 08:01
d6d9b89
Compare
Choose a tag to compare

Additions

  • Mouse 3 scroll in Y axis over oscilloscope to zoom in and out, right click to reset the zoom.
  • Bug fix on right clicking the envelope to reset it.

0.88

29 Jan 06:59
9a2b8e0
Compare
Choose a tag to compare

Additions

  • Mouse 3 press to play sample.
  • Right click envelope window to reset it.
  • Impulse fixed, Bipulse replaced with Violin.

0.87

29 Jan 02:34
38d2b48
Compare
Choose a tag to compare

Additions

  • Mouse Wheel/Scroll support on turn dials/knobs.

0.86

17 Jan 05:29
23c5ec7
Compare
Choose a tag to compare

Fixes

  • AM/FM/RM/TM buttons now update as the audio is playing.
  • Fixed clicks when audio ends playing.
  • Updated the 16x16 application title icon.