Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ports from es5: Part two #1193

Merged
merged 9 commits into from
Aug 20, 2017
Merged

Ports from es5: Part two #1193

merged 9 commits into from
Aug 20, 2017

Commits on Aug 19, 2017

  1. Fixed playback reset on resizing

    I removed the call to `.empty()`when handling the resize of the container when `responsive`is set to `true`.
    This allow the playback to keep going while the container is resizing.
    quentinhayot authored and mspae committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    6782444 View commit details
    Browse the repository at this point in the history
  2. Check AC State (katspaugh#1033)

    Should not close audiocontext when it's already closed. Chrome throws a warning if done so.
    Stoyvo authored and mspae committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    36cf26b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b61f04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc981dc View commit details
    Browse the repository at this point in the history
  5. add bar height parameter (katspaugh#1020)

    * add barHeight parameter
    
    * Update drawer.multicanvas.js
    
    * Update drawer.canvas.js
    entonbiba authored and mspae committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    6425b6c View commit details
    Browse the repository at this point in the history
  6. add getFilters method (katspaugh#982)

    * add getFilters method
    
    * add getFilters() method
    
    add 'Filters must be set with setFilters method first' note.
    
    * return empty array if no filters are set
    
    * change to `return this.backend.filters || [];`
    entonbiba authored and mspae committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    4a59a8a View commit details
    Browse the repository at this point in the history
  7. timeline: re-render on zoom; resolve katspaugh#825

    katspaugh authored and mspae committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    a761edf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ee7aab View commit details
    Browse the repository at this point in the history
  9. doc update (katspaugh#873)

    thijstriemstra authored and mspae committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    1aa73a0 View commit details
    Browse the repository at this point in the history