Changes between Version 4 and Version 5 of BOOK_BACKGROUND_AUDIO_R1


Ignore:
Timestamp:
12/16/09 12:37:09 (15 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_BACKGROUND_AUDIO_R1

    v4 v5  
    5959  * Refactor the BookPropertiesDialog when there is time, it's too ugly and messy now... 
    6060 
     61 * BookR4 and BookH changes: 
     62  * Add a new key in the BookR4: 
     63{{{ 
     64        public static final TemplatedKey<Boolean> KEY_BIND_AUDIO_TO_PAGES =  
     65                new TemplatedKey<Boolean>("key-bind-audio-to-pages", 
     66                                Boolean.class, false); 
     67}}} 
     68  * BookH has to have a method that retrieves the value of this key. 
     69  
     70 * All the logic that modifies the book with the BookPropertiesDialog have to take in mind the new sync property. 
     71 
    6172 * [browser:branches/private/meddle/BOOK_BACKGROUND_AUDIO_R1/modules/org.sophie2.main.app.commons/src/main/java/org/sophie2/main/app/commons/book/BookTimeState.java BookTimeState] changes: 
    6273  * Modify the method gotoPage to update the bookTime of the new state that is returned. 
    6374  * Update the bookTime as the sum of the times of the pages to the one becoming current. 
    6475 
     76 * [browser:branches/private/meddle/BOOK_BACKGROUND_AUDIO_R1/modules/org.sophie2.main.app.commons/src/main/java/org/sophie2/main/app/commons/book/BookView.java BookView] changes: 
     77  * Modify the {{{AudioChunk getBgAudioChunk(TimePos time)}}} method to use the sync key of the BookR4. If the sync is turned on, use the bookTime of the current state to get chunk... 
     78  * When the synchronization is on use TimelineOptions for the pages with turned of looping... For that purpose add a modifier method setLooped in the TimelineOptions. 
    6579= Implementation = 
    6680^(Describe and link the implementation results here (from the wiki or the repository).)^