Ideas for version 3 » History » Version 13

Chris Cannam, 2015-06-22 03:33 PM

1 1 Chris Cannam
h1. Ideas for version 3
2 1 Chris Cannam
3 13 Chris Cannam
h2. Implemented
4 7 Chris Cannam
5 13 Chris Cannam
These are already included in some branch or in some capacity, though the implementation is not necessarily complete.
6 1 Chris Cannam
7 13 Chris Cannam
h3. Unit conversion utility
8 13 Chris Cannam
9 13 Chris Cannam
See #905.
10 13 Chris Cannam
11 13 Chris Cannam
h3. Handle very long audio files
12 13 Chris Cannam
13 13 Chris Cannam
As requested e.g. "here":http://vamp-plugins.org/forum/index.php/topic,276.0.html. Around 30 hours at 44100Hz is a good starting point (exceeding 2^32 frames).
14 13 Chris Cannam
15 13 Chris Cannam
h3. Icon and widget overhaul
16 13 Chris Cannam
17 13 Chris Cannam
Scalable icons for high-resolution displays, etc
18 13 Chris Cannam
19 13 Chris Cannam
h2. Accepted
20 13 Chris Cannam
21 13 Chris Cannam
These are features I am hoping to get into the release, but haven't implemented yet.
22 13 Chris Cannam
23 1 Chris Cannam
h3. Audio recording
24 1 Chris Cannam
25 1 Chris Cannam
Live analysis may have to remain out of scope. But recording a clip (using a popup window to start/stop recording) and then analysing that should be quite feasible. Would be useful for apps such as Tony as well.
26 1 Chris Cannam
27 13 Chris Cannam
h3. Run plugins in a separate process
28 1 Chris Cannam
29 13 Chris Cannam
For reliability, and to allow e.g. Win64 build to run Win32 plugins
30 1 Chris Cannam
31 13 Chris Cannam
h2. Other
32 2 Chris Cannam
33 13 Chris Cannam
These are currently not planned for inclusion...
34 1 Chris Cannam
35 13 Chris Cannam
h3. Sub-sample zoom
36 1 Chris Cannam
37 13 Chris Cannam
Currently SV limits the max zoom level to 1 pixel per sample: you can't zoom in to sub-sample resolutions. Might be nice if you could. (Of course the sub-sample display would need to be accurate, i.e. oversampled.) There are rather a lot of assumptions about integer zoom levels in the code so this would take a bit of care.
38 2 Chris Cannam
39 13 Chris Cannam
h3. Score display
40 4 Chris Cannam
41 13 Chris Cannam
Either or both of: page-by-page PDF rendering along the lines of the Image layer; proper score rendering from a symbolic format.
42 4 Chris Cannam
43 13 Chris Cannam
h3. Collapsible quick-view strips
44 13 Chris Cannam
45 13 Chris Cannam
See #25. Tony's selection strip might give some idea of how this could look.
46 13 Chris Cannam
47 4 Chris Cannam
h3. SV Mini Edition (and Tablet Editions?)
48 5 Chris Cannam
49 5 Chris Cannam
See "SV Mini project":/projects/sv-mini.
50 5 Chris Cannam
51 6 Chris Cannam
h3. Bundle some plugins
52 9 Chris Cannam
53 11 Chris Cannam
See "SF feature request 151":http://sourceforge.net/p/sv1/feature-requests/151/. Bundling at least MATCH, VamPy, and the QM plugins would be a great help.
54 11 Chris Cannam
55 12 Chris Cannam
h3. SVG export
56 12 Chris Cannam
57 12 Chris Cannam
Has been requested several times, but see e.g. "SF feature request 146":http://sourceforge.net/p/sv1/feature-requests/146/.
58 11 Chris Cannam
59 9 Chris Cannam
h3. Integrate IMAF support
60 9 Chris Cannam
61 10 Chris Cannam
The "IMAF build":/projects/sv-imaf-enc is still a separate project and branch; what's the best way to merge it?