]> git.parisson.com Git - telemeta-doc.git/commitdiff
update todo list
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 8 Jul 2014 08:12:38 +0000 (10:12 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 8 Jul 2014 08:12:38 +0000 (10:12 +0200)
Workshops/SoundSoftware_2014/TimeSide_SoundSoftware_2014_07.pdf
Workshops/SoundSoftware_2014/TimeSide_SoundSoftware_2014_07.tex

index 1324ba46275853fc9d6ae0204f9fdfc2a601fb21..36252ba5b547a3f5215617431bc8ace0bbaa7393 100644 (file)
Binary files a/Workshops/SoundSoftware_2014/TimeSide_SoundSoftware_2014_07.pdf and b/Workshops/SoundSoftware_2014/TimeSide_SoundSoftware_2014_07.pdf differ
index fbeff891496ed42b5d04c7040a5ac7a3ab4c842b..9a60e937c42aec15299e2c3c1d8cbfce30a932d0 100644 (file)
         \item Analyze and annotate large music audio datasets with a robust and flexible framework (plugin style architecture)
         \item Export audio data and metadata with experts to make them collaborate for processing and annotating
         \item Build large statistical campaigns and vizualizations from metadata and sounds
-        \item Scale the audio data through the web
-        \item Give a smart audio engine to your application
+        \item Scale audio data through the web
+        \item Give a smart audio engine to your python application
        \end{itemize}
     \end{block}
     
 }
 
 
-
 \subsection{The DIADEMS project}
 \frame{\frametitle{The DIADEMS project}
 \begin{itemize}
     \item Upgrade against the web framework (Django 1.7) and geolocation services
         %\item Smart breadcrumbs 
     %\item Better interactions with TimeSide
-    \item Enhance user interface (full HTML 5 + web audio API)
-        \begin{itemize}\footnotesize
-            \item For annotations and segmentations in a collaborative manner
-            \item Provide import capabilities and feedback loop between manual and automatic annotations
-            \item Fancy displays of automatic analysis results (zoomable + synchronized with audio)
-            \item Add a User interface to control and tune the analysis parameters
-            \item Add public and enhanced user playlists
-        \end{itemize}
+    \item Easier resource right access management and playlists sharing
     \item More documentation!
     \end{itemize}
 \end{block}
     %\item Add automatic similarity analysis tools (inside a song or between sound items)
     %\item Enhance analysis result displays to send to Telemeta
     %\item \dchref{https://github.com/yomguy/TimeSide/issues}
+    \item Enhanced UI
+        \begin{itemize}\footnotesize
+            \item Better Web Audio API support (now using SoundManager2)
+            \item Provide import capabilities and feedback loop between manual and automatic annotations
+            \item Fancy displays of automatic analysis results (zoomable + synchronized with audio)
+            \item Add a UI to control and tune the analysis parameters
+        \end{itemize}
     \end{itemize}
 \end{block}
 }
 \frame{\frametitle{Lessons}
 \begin{block}{Lessons learned from a 7 years old project}
 \begin{itemize}
-\item Simplicity is better than complexity (\alert{KISS})
+\item \alert{Simplicity} is better than complexity (\alert{KISS} principle)
 \item \alert{Modularity} is only accessible with a flexible language (thanks Python!)
-\item \alert{Models} and \alert{Objects} are more important than Technologies
-\item A good \alert{workflow} is defined by the users themselves through \alert{feedback} and constant revisions
-\item \alert{Prototyping} is a crucial part of the development process
+\item \alert{Models} and \alert{objects} are more important than technologies
+\item A good \alert{workflow} is defined by the users themselves through \alert{feedback} and constant \alert{revisions}
+\item \alert{Prototyping} and \alert{unit testing} are some crucial parts of the development process
 \item A good platform relies on \alert{standards}, not on formats
-\item The \alert{Open Source} ecosystem provides some \alert{tremendous} possibilities to develop, deploy and scale a platform project
+\item The \alert{Open Source} ecosystem provides some tremendous possibilities to develop, deploy and scale a platform project
 \end{itemize}
 \end{block}
 }