Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
Vivy
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Elliu
Vivy
Requêtes de fusion
!14
Draft: improve the audio vizualiser
Code
Examiner les modifications
Extraire la branche
Télécharger
Correctifs
Diff brut
Étendre la barre latérale
Fermé
Draft: improve the audio vizualiser
timingView-improve
vers
master
Vue d'ensemble
18
Validations
11
Pipelines
0
Modifications
15
Fermé
Draft: improve the audio vizualiser
Elliu
requested to merge
timingView-improve
into
master
1 août 2021
Vue d'ensemble
18
Validations
11
Pipelines
0
Modifications
15
TODO:
Add time axis
Add a way to zoom in / zoom out on X axis
Add a way to change "audio sensibility" for spectrum
Add the display of timed lines/syl
Make the timing Bar draggable and reflect the changes in the ASS
Maybe add lots of rainbowish colors to the spectrum because rainbows are great
Modification effectuée
1 août 2021
par
Elliu
0
0
1
Rapports de requête de fusion
Comparer
master
version 12
f2e5fd3d
10 oct. 2021
version 11
e85744c0
1 sept. 2021
version 10
e85744c0
19 août 2021
version 9
52c2519f
2 août 2021
version 8
7934e71b
2 août 2021
version 7
30a0caf2
2 août 2021
version 6
482f9601
2 août 2021
version 5
b58c9f59
1 août 2021
version 4
c56c7fa9
1 août 2021
version 3
114b5aa9
1 août 2021
version 2
a9fdba58
1 août 2021
version 1
d8b775ca
1 août 2021
master (base)
et
dernière version
dernière version
0e4f5de7
11 validations,
10 oct. 2021
version 12
f2e5fd3d
10 validations,
10 oct. 2021
version 11
e85744c0
9 validations,
1 sept. 2021
version 10
e85744c0
9 validations,
19 août 2021
version 9
52c2519f
8 validations,
2 août 2021
version 8
7934e71b
7 validations,
2 août 2021
version 7
30a0caf2
6 validations,
2 août 2021
version 6
482f9601
6 validations,
2 août 2021
version 5
b58c9f59
5 validations,
1 août 2021
version 4
c56c7fa9
4 validations,
1 août 2021
version 3
114b5aa9
3 validations,
1 août 2021
version 2
a9fdba58
3 validations,
1 août 2021
version 1
d8b775ca
2 validations,
1 août 2021
15 files
+
323
−
36
En ligne
Comparer les modifications
Côte à côte
En ligne
Afficher les modifications des espaces
Afficher un fichier à la fois
Fichiers
15
src/Lib/Document/VivyDocument.cc
+
8
−
0
Afficher le fichier @ 0e4f5de7
Afficher le fichier complet
@@ -135,6 +135,14 @@ VivyDocument::getAssSubDocument() const noexcept
return
assDocument
;
}
AudioContext
::
StreamPtr
VivyDocument
::
getAudioStream
()
const
noexcept
{
if
(
auto
p
=
audioDocument
.
get
())
return
audioDocument
->
getDefaultStream
();
return
AudioContext
::
StreamPtr
();
}
bool
VivyDocument
::
checkDocumentCapabilities
(
Capabilities
asType
)
const
noexcept
{
Chargement en cours