summaryrefslogtreecommitdiffstats
path: root/assets
AgeCommit message (Collapse)Author
2013-11-10Merge branch 'add-time-to-drag-handles'Teddy Wing
Conflicts: assets/js/models/sample.js
2013-11-10Add time values to the drag handlesTeddy Wing
Time in mm:ss appears on the drag handles. Drag them around and the time changes accordingly. NOTE: this version is kind of borked because for some reason in my testing the start of the video displayed as 24 seconds.
2013-11-10added mousetrapKawandeep Virdee
2013-11-10keybindingKawandeep Virdee
2013-11-10added playKawandeep Virdee
2013-11-10Merge branch 'master' of github.com:whichlight/clip-playKawandeep Virdee
2013-11-10just revealing the latest modelKawandeep Virdee
2013-11-10Save start-stop seconds values in the modelTeddy Wing
Save values on drag-stop of the clip handles.
2013-11-09moved libs for player demoKawandeep Virdee
2013-11-09mergeKawandeep Virdee
2013-11-09fixed for soundcloudKawandeep Virdee
2013-11-09Trying to get video duration but it's not workingTeddy Wing
Tested the player.html file and apparently the buttons don't seem to work any more either. Will continue getting the clip positions to save in the model once we get it working again.
2013-11-09Create a new view for clip linesTeddy Wing
Move code related to clip line initialisation etc. into the new view.
2013-11-09Backbone-ify code from Kawan's sample.jsTeddy Wing
* Add attributes to the model * Add player initialisation code to the Sample item view
2013-11-09Initialise drag handles on sample addTeddy Wing
When a new sample is added, initialise the drag handles so they are draggable. Also remove initial sample from markup.
2013-11-09Sample add: fix some bugs with addingTeddy Wing
* Don't add to collection if the input field is empty * Clear input field after adding
2013-11-09Make the add button semi-workTeddy Wing
Paste a URL, click the '+' button, and a new sample progress bar appears on the page (woo!). TODO: initialise drag handles on add of a new sample progress bar
2013-11-09Backbone-ify old SampleEditor class codeTeddy Wing
2013-11-09Add Backbone + structureTeddy Wing
Create basic app structure using Backbone & Marionette.
2013-11-09mergeKawandeep Virdee
2013-11-09url to media frameKawandeep Virdee
2013-11-09Start adding video and player functionsTeddy Wing
Create functions to convert between progress bar position and seek point in seconds. Add a test video to the index.html page.
2013-11-09added sample classKawandeep Virdee
2013-11-09Set up progress bar and clip chooserTeddy Wing
Initial setup for a progress bar and basic interface for choosing a sample clip. Includes a bar with two draggable lines to set a range within the bar.