Changes to the Orinj effect framework with version 3.0.2

Submitted by admin on Wed, 04/04/2018 - 18:12

Forums:

admin: First posted on 2017 01 02

mic, 2017 01 02: There were two changes made to the Orinj effect framework with Orinj version 3.0.2. They are as follows.

  • We removed the class EffectForeground. The purpose of the class was to determine the foreground of fonts for the graphical user interface for the effect. It was optional. The foreground was to be used primarily for labels and was necessary, as some of the old skins in Orinj used both a dark background and a dark font. This class is not necessary with the new Orinj skins.
  • We added an argument to the apply function of EffectInterface. This function takes a buffer of audio data and applies the effect to the data. The added argument was the time of the beginning of the buffer in the playback. Most effects are not concerned with time. An echo, for example, will produce repetitions of the audio signal with the same amounts of delay and decay independently of which part of the signal is contained in the buffer. Some effects, however, should know the playback time. A wah wah, for example, needs to know the playback time to determine the current depth of wah wah modulation. In general, effects that have low frequency oscillation – oscillation in the range of the human tremolo and perception – should know the current playback time.

These changes are not important to users, but are important for developers, who want to create their own DSP effects for Orinj.

mic, 2017 01 03: Because of these changes, we are also replacing some of the downloads related to creating and testing effects – exampledelay.zip, exampedelaytest.zip, oreffect.jar, and oreffect.zip.

Add new comment

Filtered HTML

  • Freelinking helps you easily create HTML links. Links take the form of [[indicator:target|Title]]. By default (no indicator): Click to view a local node.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.