2
0
Fork 0
Public archive of github.com/reales/OPL
 
 
Go to file
George Reales e365b6d26a Fixed standalone and AAX GUI issues 2022-04-11 11:45:04 +02:00
Documents/discoDSP/OPL Added categorized presets 2020-05-22 20:32:10 +02:00
Media Update icon.png 2020-12-14 11:51:31 +01:00
Source Fixed standalone and AAX GUI issues 2022-04-11 11:45:04 +02:00
img Custom jucer project and app icon 2020-04-29 20:04:37 +02:00
.gitignore Increment version number and ignore release directory. 2014-08-31 19:36:45 +09:00
COPYING Add GPL v2 license from DOSBox. 2013-10-27 16:47:01 +08:00
OPL.jucer JUCE 6.1.6 update and fixes 2022-04-05 14:04:58 +02:00
readme.md Update readme.md 2020-12-09 10:14:04 +01:00

readme.md

discoDSP OPL FM synth plugin

This instrument provides an emulated OPL sound chip. It provides all features of the OPL2, and some features of the OPL3. The original coder and author is Bruce Sutherland.

Binaries

Latest Release

Windows https://www.discodsp.com/download/?id=27

macOS https://www.discodsp.com/download/?id=23

Linux https://www.discodsp.com/download/?id=28

iOS https://apps.apple.com/us/app/opl-auv3-fm-synth/id1516617949?ls=1

  • AU / VST / VST3 / Standalone.
  • Built with JUCE 6.0.5.
  • Notarized and code signed.

What's an OPL?

The OPL is a digital sound synthesis chip developed by Yamaha in the mid 1980s. Among other products, it was used in sound cards for PC, including the Ad Lib card and early Sound Blaster series.

At a technical level: the emulator has channels comprised of 2 oscillators each. Each pair of oscillators is usually combined via phase modulation (basically frequency modulation). Each oscillator can produce one of eight waveforms (sine, half sine, absolute sine, quarter sine, alternating sine, camel sine, square, logarithmic sawtooth), and has an ADSR envelope controlling its amplitude. The unusual waveforms give it a characteristic sound.

How do I use it?

Each instance of the plugin emulates an entire OPL chip, but with this plugin, essentially you are just working with two operators: the carrier and modulator.

Some documentation which may be useful:

What can it do?

Here are some examples:

SBI Files

SBI files are an instrument file format developed by Creative Labs back in the day for the Sound Blaster. Essentially they work as presets for this plugin. Just drag and drop them into the plugin window!

Percussion

Percussion mode is now supported! This mode is not very well documented, even in the original Yamaha documentation. Here are some tips on using it based on experimentation and looking at the DOSBox source code. Also, some much more detailed notes on percussion mode based on experimentation with real hardware!

  • Bass drum: Uses both operators. Essentially just doubles output amplitude?
  • Snare: Uses carrier settings. Abs-sine waveform recommended.
  • Tom: Uses modulator settings. Sine waveform recommended.
  • Cymbal: Uses carrier settings. Half-sine recommended.
  • Hi-hat: Uses modulator settings. Half-sine recommended.