Changes between Version 4 and Version 5 of BOOK_BACKGROUND_AUDIO_R1
- Timestamp:
- 12/16/09 12:37:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_BACKGROUND_AUDIO_R1
v4 v5 59 59 * Refactor the BookPropertiesDialog when there is time, it's too ugly and messy now... 60 60 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 61 72 * [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: 62 73 * Modify the method gotoPage to update the bookTime of the new state that is returned. 63 74 * Update the bookTime as the sum of the times of the pages to the one becoming current. 64 75 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. 65 79 = Implementation = 66 80 ^(Describe and link the implementation results here (from the wiki or the repository).)^