DB/AreaMIDIAmbiences: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "==0.5.3.3368== struct AreaMIDIAmbiencesRec { uint32_t m_ID; {{Template:Type|stringref}} m_DaySequence; {{Template:Type|stringref}} m_NightSequence; {{Template:Typ...")
 
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==0.5.3.3368==
{{Template:Sandbox/VersionRange|min_expansionlevel=0|max_expansionlevel=0|min_build=0.5.3.3368|max_build=0.6.0.3592}}
 
The [https://en.wikipedia.org/wiki/DLS_format DLS] files are custom soundbanks used in conjunction with MIDI files. These were removed from the client around version 1.0.0.3980.
 
====Struct====
  struct AreaMIDIAmbiencesRec {
  struct AreaMIDIAmbiencesRec {
   uint32_t m_ID;
   uint32_t m_ID;
Line 8: Line 12:
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_Alpha]]

Latest revision as of 23:19, 1 October 2017

PreVanilla (0.5.3.3368) … PreVanilla (0.6.0.3592)

The DLS files are custom soundbanks used in conjunction with MIDI files. These were removed from the client around version 1.0.0.3980.

Struct

struct AreaMIDIAmbiencesRec {
  uint32_t m_ID;
  stringref m_DaySequence;
  stringref m_NightSequence;
  stringref m_DLSFile;
  float m_volume;
};