-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: #2375 Sound sync event/start/stop handling (for playback in FF…
…Dec) Fixed: #2375 Added limit of simultaneously played sounds
- Loading branch information
1 parent
c31df61
commit beba0cf
Showing
11 changed files
with
208 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
97 changes: 97 additions & 0 deletions
97
libsrc/ffdec_lib/testdata/sounds/sounds/LIBRARY/Symbol 4.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
<DOMSymbolItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://ns.adobe.com/xfl/2008/" name="Symbol 4" itemID="674b49dd-0000081e" lastModified="1732989887"> | ||
<timeline> | ||
<DOMTimeline name="Symbol 4" currentFrame="41"> | ||
<layers> | ||
<DOMLayer name="Layer 2" color="#9933CC" current="true" isSelected="true"> | ||
<frames> | ||
<DOMFrame index="0" duration="16" keyMode="9728" soundName="19_20.wav"> | ||
<SoundEnvelope> | ||
<SoundEnvelopePoint level0="32768" level1="32768"/> | ||
</SoundEnvelope> | ||
<elements/> | ||
</DOMFrame> | ||
</frames> | ||
</DOMLayer> | ||
<DOMLayer name="Layer 3" color="#FF800A"> | ||
<frames> | ||
<DOMFrame index="0" duration="3" keyMode="9728"> | ||
<elements/> | ||
</DOMFrame> | ||
<DOMFrame index="3" duration="12" keyMode="9728" soundName="19_20.wav"> | ||
<SoundEnvelope> | ||
<SoundEnvelopePoint level0="32768" level1="32768"/> | ||
</SoundEnvelope> | ||
<elements/> | ||
</DOMFrame> | ||
</frames> | ||
</DOMLayer> | ||
<DOMLayer name="Layer 4" color="#FF4FFF"> | ||
<frames> | ||
<DOMFrame index="0" duration="6" keyMode="9728"> | ||
<elements/> | ||
</DOMFrame> | ||
<DOMFrame index="6" duration="8" keyMode="9728" soundName="19_20.wav" soundSync="start"> | ||
<SoundEnvelope> | ||
<SoundEnvelopePoint level0="32768" level1="32768"/> | ||
</SoundEnvelope> | ||
<elements/> | ||
</DOMFrame> | ||
</frames> | ||
</DOMLayer> | ||
<DOMLayer name="Layer 5" color="#4FFFFF"> | ||
<frames> | ||
<DOMFrame index="0" duration="15" keyMode="9728"> | ||
<elements/> | ||
</DOMFrame> | ||
<DOMFrame index="15" duration="27" keyMode="9728" soundName="Yung Raf - Nothing To Lose.mp3" outPoint44="51311" soundZoomLevel="2"> | ||
<SoundEnvelope> | ||
<SoundEnvelopePoint level0="32768" level1="32768"/> | ||
</SoundEnvelope> | ||
<elements/> | ||
</DOMFrame> | ||
</frames> | ||
</DOMLayer> | ||
<DOMLayer name="Layer 6" color="#808080"> | ||
<frames> | ||
<DOMFrame index="0" duration="18" keyMode="9728"> | ||
<elements/> | ||
</DOMFrame> | ||
<DOMFrame index="18" duration="18" keyMode="9728" soundName="Yung Raf - Nothing To Lose.mp3" soundSync="stop"> | ||
<SoundEnvelope> | ||
<SoundEnvelopePoint level0="32768" level1="32768"/> | ||
</SoundEnvelope> | ||
<elements/> | ||
</DOMFrame> | ||
</frames> | ||
</DOMLayer> | ||
<DOMLayer name="Layer 1" color="#4FFF4F"> | ||
<frames> | ||
<DOMFrame index="0" keyMode="9728"> | ||
<elements> | ||
<DOMShape> | ||
<fills> | ||
<FillStyle index="1"> | ||
<SolidColor color="#FF00FF"/> | ||
</FillStyle> | ||
</fills> | ||
<strokes> | ||
<StrokeStyle index="1"> | ||
<SolidStroke scaleMode="normal"> | ||
<fill> | ||
<SolidColor/> | ||
</fill> | ||
</SolidStroke> | ||
</StrokeStyle> | ||
</strokes> | ||
<edges> | ||
<Edge fillStyle1="1" strokeStyle="1" edges="!3960 2640|0 2640!0 2640|0 0!0 0|3960 0!3960 0|3960 2640"/> | ||
</edges> | ||
</DOMShape> | ||
</elements> | ||
</DOMFrame> | ||
</frames> | ||
</DOMLayer> | ||
</layers> | ||
</DOMTimeline> | ||
</timeline> | ||
</DOMSymbolItem> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+148 Bytes
(160%)
libsrc/ffdec_lib/testdata/sounds/sounds/bin/SymDepend.cache
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.