0.1.7 • Published 8 years ago

prong v0.1.7

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

prong

A collection of components to display and play DAW style multi-track sequences of audio

Examples can be seen here http://forkaudio.org/prong/

sample usage

import prong from 'prong'

// draw a 3 track sequence to the element with id 'sequence'

var sequence = prong.sequence() .propertyPanelWidth(95) .width(705) .canSelectLoop(true) .trackHeight(50) .fitTimelineToAudio(false) .zoomable(true) .scrollable(true) .waveformVerticalZoom(1) .editable(true) .tracks([

]) .audioOut(prong.audioContext().destination) .draw('#sequence')

0.1.7

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago