summaryrefslogtreecommitdiff
path: root/scripts/_vamp_audio_to_midi.lua
AgeCommit message (Collapse)Author
2017-02-18Bundle Audio to MIDI Lua scriptRobin Gareus
2016-11-11update lua script to follow Region API change.nick_m
2016-11-10Revert "update lua script to follow API change (bb459a2e7d)"Robin Gareus
This reverts commit f09e9347e140d8b0151dd1bf1b5f91e473674699. because the new-midi branch wasn't merged, yet
2016-10-31update lua script to follow API change (bb459a2e7d)Robin Gareus
2016-10-21vamp_audio_to_midi script now operates on a list of regions, calling ↵Nathan Stewart
qm-transcription for each region. The MIDI region holding the output is resized to the extents of the audio region list. This is because qm-transcription is a memory hog and barfs if you try to process too big a region.
2016-10-10Interpret start & length_beats properties as double rather than Evoral::Beats.nick_m
- Evoral::Beats operator!= would prevent an increment of start_beats by intervals of less than a tick, so its possible that other subtle problems existed due to this kind of thing.
2016-10-09Audio->MIDI script: properly handle MIDI-region start-offsetRobin Gareus
2016-10-07add BBT offsets to Audio->MIDI scriptRobin Gareus
2016-10-07Arrrgh Ardour starts counting at 1 :(Robin Gareus
2016-10-07fix script now that block + step size are set correctlyRobin Gareus
2016-10-07prototype polyphonic audio to midi scriptRobin Gareus