[Gambas-Notification] [Git][gambas/gambas][master] 6 commits: [GB.WEB.GUI]
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Thu Jul 28 17:03:34 CEST 2022
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
9b055535 by Bruce Steers at 2022-07-28T13:25:45+01:00
[GB.WEB.GUI]
* NEW: WebAudio.AutoPlay, Autoplay audio on loading.
* NEW: WebAudio.Sources for alternative <source> items.
* NEW: WebAudio_Ready() event fires when audio has loaded.
* NEW: WebAudio_Position() event fires as audio position changes during play.
* NEW: WebAudio_End() event fires when a track finishes
* NEW: WebAudio_Pause() event triggers when audio pauses.
* NEW: Property WebAudio.Duration gets song length.
* NEW: Property WebAudio.Position, get or set song position.
* NEW: Property Paused gets or sets paused state.
* OPT: do not reset play position to 0 on play in lib.js so audio can un-pause.
* OPT: clean up code and add inline wiki help to WebAudio.
- - - - -
d934c356 by Bruce Steers at 2022-07-28T13:33:39+01:00
WebAudio, Add Length as synonym for Duration as in MediaPlayer
[GB.WEB.GUI]
* NEW: Length is a synonym fofr Duration
- - - - -
49027801 by Bruce Steers at 2022-07-28T13:44:52+01:00
Merge branch 'master' of https://gitlab.com/gambas/gambas into WebAudio-upgrade
- - - - -
eb77982b by Bruce Steers at 2022-07-28T14:12:24+01:00
WebAudio, make Play only play from 0 if not in paused state.
[GB.WEB.GUI]
* OPT: backward compatibility, Play will play from 0 if not in paused state.
- - - - -
4876c626 by Bruce Steers at 2022-07-28T14:32:04+01:00
WebAudio, undo removing Width from properties from previous edit.
[GB.WEB.GUI]
* BUG: had added Width to the control in a previous edit, now reverted
- - - - -
43f9773c by Benoît Minisini at 2022-07-28T15:03:26+00:00
Merge branch 'WebAudio-upgrade' into 'master'
WebAudio upgrade, enhance the WebAudio control of gb.web.gui
See merge request gambas/gambas!271
- - - - -
5 changed files:
- comp/src/gb.web.gui/.project
- + comp/src/gb.web.gui/.src/Test/TestWebAudio.class
- + comp/src/gb.web.gui/.src/Test/TestWebAudio.webform
- comp/src/gb.web.gui/.src/WebAudio.class
- comp/src/gb.web.gui/lib.js
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/361148a42c1347bc3f0a7b0b255a9303abd038c3...43f9773c8344b91278c6fe4bed17968909b55631
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/361148a42c1347bc3f0a7b0b255a9303abd038c3...43f9773c8344b91278c6fe4bed17968909b55631
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20220728/77de507a/attachment.htm>
More information about the Notification
mailing list