=== 0.9.4 / 2018/07/12 * Removed some temporary code from fmod.gemspec === 0.9.3 / 2018/07/12 * Removed external libraries from gem file * Removed FMOD compiled help file from gem file === 0.9.2 / 2018/07/11 * Added ReverbIndex class * Added .from_index class function to Reverb class * Implemented skeleton DspDescription structure * Deprecated constants in DspType: * LOW_PASS * LOW_PASS_SIMPLE * HIGH_PASS * HIGH_PASS_SIMPLE * LADSPA_PLUGIN * Deprecated constants in Effects: * LowPass * LowPassSimple * HighPass * HighPassSimple * LadspaPlugin === 0.9.1 / 2018-07-10 * Added Features * Expanded methods to FMOD::Core::Structure * names - Gets array of field name symbols * values - Gets all the structure fields as an array * Bug Fixes * Fixed getting Reverb from System object would cause segmentation fault * Documentation * Completed for Channel, ChannelGroup, and ChannelControl * Various enum classes * Current documentation completion is 71% * Misc. * Updated gem description (poor formatting) * Added templates for pull-requests, bugs, etc. === 0.9.0 / 2018-07-09 * Initial public release