DoomTay

Results 16 issues of DoomTay

With a file like this ``` [Script Info] ; Script generated by Aegisub 3.2.2 ; http://www.aegisub.org/ Title: English ScriptType: v4.00+ WrapStyle: 2 PlayResX: 640 PlayResY: 360 Language: English (US) [V4+...

For example ```[Script Info] ; Script generated by Aegisub 3.2.2 ; http://www.aegisub.org/ Title: Test Overlap Thing ScriptType: v4.00+ WrapStyle: 0 ScaledBorderAndShadow: yes YCbCr Matrix: None PlayResX: 640 PlayResY: 360 [V4+...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** It would probably be more intuitive if, instead of a dropdown, you could sort...

### Description See title ### Steps to Reproduce http://jsfiddle.net/1ofrt7g6/7/ #### Expected Results Video starts at the 0:10 mark #### Actual Results Ad starts 10 seconds in while the video starts...

bug

### Description Include a short description of the problem you are seeing here. ### Steps to Reproduce http://jsfiddle.net/uy9680os/1/ #### Expected Results "player.ads" should show a function #### Actual Results `Error:...

bug

If I have a setup like this ```javascript MIDI.USE_XHR = false; MIDI.loadPlugin({ soundfontUrl:"http://gleitz.github.io/midi-js-soundfonts/MusyngKite/", instruments: [0,4], onsuccess: function() { var startingPoint = MIDI.getContext().currentTime; MIDI.noteOn(0, 50, 127, startingPoint); MIDI.noteOn(4, 55, 127, startingPoint...

This will allow the use of the setVolume event, set by a type 7 controller MIDI event. This should fix #209.

If I have a sequence like this ```javascript MIDI.setVolume(0, 120, 0); MIDI.noteOn(0,50,127,0); MIDI.setVolume(0, 50, 1); MIDI.noteOn(0,50,127,1); MIDI.setVolume(0, 25, 2); MIDI.noteOn(0,50,127,2); ``` I expect that each note would be quieter than...

This adds a "ready" event listener to the first renderer made and moves setting up "play" to that listener callback. Otherwise, #26 happens.

[Sample set](https://github.com/SunnyLi/videojs-ass/files/2052491/heisenbug.zip) This happens with a simple implementation of videojs-contrib-ads (heisenbug.html) and with videojs-vast-vpaid (heisenbug2.html), though the latter case is much, much rarer. This happens the most when the video...