2016-12-09 |
Chris Cannam |
Merge from branch bqresample
3.0-integration
|
2016-12-09 |
Chris Cannam |
Fixes to sample rate and latency handling
bqresample
|
2016-12-06 |
Chris Cannam |
Some work on play parameters and level controls in property box
levelpanwidget
|
2016-12-06 |
Chris Cannam |
Switch to level-pan tool button in property box
levelpanwidget
|
2016-12-05 |
Chris Cannam |
Introduce level-pan widget to property box
levelpanwidget
|
2016-12-05 |
Chris Cannam |
Add monitoring to level-pan widget (though not well, yet)
levelpanwidget
|
2016-12-05 |
Chris Cannam |
Another use of WidgetScale
more-hidpi
|
2016-12-05 |
Chris Cannam |
Some icon updates
more-hidpi
|
2016-12-05 |
Chris Cannam |
Scale the sizes of a few more UI elements
more-hidpi
|
2016-11-30 |
Chris Cannam |
Bigger colour swatches for bigger fonts
3.0-integration
|
2016-11-30 |
Chris Cannam |
Always accept wheel events
3.0-integration
|
2016-11-28 |
Chris Cannam |
More debug
3.0-integration
|
2016-11-23 |
Chris Cannam |
Avoid rounding error giving too few bins in column request
3.0-integration
|
2016-11-21 |
Chris Cannam |
Merge from branch bqfft
3.0-integration
|
2016-11-21 |
Chris Cannam |
Branch to use bqfft code and remove FFTapi
bqfft
|
2016-11-17 |
Chris Cannam |
Backed out changeset d89e04b0eff3, thus un-backing-out changeset c036560a7205!
3.0-integration
|
2016-11-17 |
Chris Cannam |
Backed out changeset c036560a7205
3.0-integration
|
2016-11-17 |
Chris Cannam |
Introduce our own scaleDrawBufferImage (though I think we probably won't actually want to use this, so I expect to back it out again)
3.0-integration
|
2016-11-10 |
Chris Cannam |
More timings and cache hit counts
3.0-integration
|
2016-11-08 |
Chris Cannam |
Use peak cache at one zoom level lower (since it exists at that level already -- this is a >= vs > question) + make naming more uniform
3.0-integration
|
2016-11-04 |
Chris Cannam |
Fix omitted topmost bin
3.0-integration
|
2016-11-04 |
Chris Cannam |
Fix forehead-slapping failure to use the right model when rendering 3d plot in peaks cache mode (i.e. when zoomed quite far out)
3.0-integration
|
2016-11-03 |
Chris Cannam |
Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious.
3.0-integration
|
2016-10-28 |
Chris Cannam |
Merge from branch piper
3.0-integration
|
2016-10-25 |
Chris Cannam |
Tidying
project-file-rework
|
2016-10-25 |
Chris Cannam |
Minor build updates
project-file-rework
|
2016-10-25 |
Chris Cannam |
Merge from branch 3.0-integration
project-file-rework
|
2016-10-24 |
Chris Cannam |
Cut down vastly on the number of config.pri files and places where their contents has to be effectively duplicated without them
project-file-rework
|
2016-10-21 |
Chris Cannam |
Add out-of-process execution to prefs dialog
3.0-integration
|
2016-10-20 |
Chris Cannam |
Fix completely bogus allocation that was only shown up because of a compiler warning for int->float conversion possibly restricting value range!
3.0-integration
|
2016-10-20 |
Chris Cannam |
Merge from branch "msvc2015_64"
3.0-integration
|
2016-10-19 |
Chris Cannam |
Tidy and re-fix for Linux
msvc2015_64
|
2016-10-18 |
Chris Cannam |
MSVC build fixes
msvc2015_64
|
2016-09-20 |
Chris Cannam |
Merge from branch tony-2.0-integration
3.0-integration
|
2016-08-19 |
Chris Cannam |
Merge latest SV 3.0 branch code
tony-2.0-integration
|
2016-08-05 |
Chris Cannam |
Introduce labels in RangeMapper and use them in AudioDial, though only for tooltip at present. Make use of this for spectrogram magic -81dB/-Inf threshold. Also introduce static strings for inf/pi and use where appropriate.
3.0-integration
|
2016-08-05 |
Chris Cannam |
Merge work on unified spectrogram and colour 3d plot caching renderer
3.0-integration
|
2016-08-05 |
Chris Cannam |
Since 1d317e717fe4 we no longer want to fft scale in hybrid mode. (This might also restore compatibility with Tony and prior SV save sessions -- test this.)
spectrogram-minor-refactor
|
2016-08-05 |
Chris Cannam |
Make text labels on vertical scale ticks visible
spectrogram-minor-refactor
|
2016-08-05 |
Chris Cannam |
Fixes to phase display and colour scale for it; tidy up some debug output
spectrogram-minor-refactor
|
2016-08-05 |
Chris Cannam |
Pull out paintDetailedScale
spectrogram-minor-refactor
|
2016-08-05 |
Chris Cannam |
Minor tidy, + go back to opaque-only spectrogram as intended
spectrogram-minor-refactor
|
2016-08-05 |
Chris Cannam |
Restore illuminateLocalFeatures in spectrogram
spectrogram-minor-refactor
|
2016-08-04 |
Chris Cannam |
Reconnect double-click region select in spectrogram
spectrogram-minor-refactor
|
2016-08-04 |
Chris Cannam |
Restore phase display
spectrogram-minor-refactor
|
2016-08-04 |
Chris Cannam |
Re-implement dB^2 (log-power) spectrogram setting
spectrogram-minor-refactor
|
2016-08-03 |
Chris Cannam |
Re-enable (little-used) normalise-visible-range option in spectrogram layer
spectrogram-minor-refactor
|
2016-08-03 |
Chris Cannam |
Use a count of bins rather than min and max bins (because the name maxbin tells us nothing about whether the range is inclusive or not)
spectrogram-minor-refactor
|
2016-08-02 |
Chris Cannam |
Another small tidy
spectrogram-minor-refactor
|
2016-08-02 |
Chris Cannam |
Fix vertical zoom/scroll in colour 3d plot layer
spectrogram-minor-refactor
|
2016-08-02 |
Chris Cannam |
Minor tidy
spectrogram-minor-refactor
|
2016-08-02 |
Chris Cannam |
Sensible vertical scale and hybrid normalisation range in colour 3d plot
spectrogram-minor-refactor
|
2016-08-02 |
Chris Cannam |
Minor tidy
spectrogram-minor-refactor
|
2016-08-02 |
Chris Cannam |
A threshold fix
spectrogram-minor-refactor
|
2016-08-01 |
Chris Cannam |
Float/double conversion fixes
spectrogram-minor-refactor
|
2016-08-01 |
Chris Cannam |
Fix threshold in spectrogram -- it wasn't working in the last release.
spectrogram-minor-refactor
|
2016-08-01 |
Chris Cannam |
Must set range mappers before default values -- the presence of a range mapper alters the way the default is set up
spectrogram-minor-refactor
|
2016-08-01 |
Chris Cannam |
Scale range matching
spectrogram-minor-refactor
|
2016-08-01 |
Chris Cannam |
Some notes on gain
spectrogram-minor-refactor
|
2016-07-22 |
Chris Cannam |
Some tidying
spectrogram-minor-refactor
|
2016-07-22 |
Chris Cannam |
Fixes and debug output for mag range calculations
spectrogram-minor-refactor
|
2016-07-22 |
Chris Cannam |
Wiring through the magnitude range updates
spectrogram-minor-refactor
|
2016-07-20 |
Chris Cannam |
Toward updating mag cache
spectrogram-minor-refactor
|
2016-07-20 |
Chris Cannam |
Inch toward using the mag cache (currently will crash with debug exception)
spectrogram-minor-refactor
|
2016-07-20 |
Chris Cannam |
Introduce ScrollableMagRangeCache, plus some tidying etc
spectrogram-minor-refactor
|
2016-07-19 |
Chris Cannam |
Fix translucent mode for spectrogram
spectrogram-minor-refactor
|
2016-07-19 |
Chris Cannam |
Wire up invertVertical
spectrogram-minor-refactor
|
2016-07-19 |
Chris Cannam |
Re-enable a couple more features
spectrogram-minor-refactor
|
2016-07-19 |
Chris Cannam |
Tidy
spectrogram-minor-refactor
|
2016-07-19 |
Chris Cannam |
Consts and willRenderOpaque
spectrogram-minor-refactor
|
2016-07-19 |
Chris Cannam |
Colourmap rotation (inelegantly)
spectrogram-minor-refactor
|
2016-07-19 |
Chris Cannam |
Comment only
spectrogram-minor-refactor
|
2016-07-19 |
Chris Cannam |
Make VerticalBinLayer an actual Layer (via SliceableLayer)
spectrogram-minor-refactor
|
2016-07-18 |
Chris Cannam |
Start introducing translucent renderer
spectrogram-minor-refactor
|
2016-07-14 |
Chris Cannam |
Fix failure to reinitialise m_peakCache
spectrogram-minor-refactor
|
2016-07-14 |
Chris Cannam |
Remove almost all of the "old" paint logic from Colour3DPlotLayer
spectrogram-minor-refactor
|
2016-07-14 |
Chris Cannam |
Remove all of the "old" paint logic from SpectrogramLayer, even where it hasn't been completely replaced yet
spectrogram-minor-refactor
|
2016-07-14 |
Chris Cannam |
Convert ColourScaleType into an enum class
spectrogram-minor-refactor
|
2016-07-14 |
Chris Cannam |
Convert ColumnNormalization to an enum class, and separate out normalize-visible
spectrogram-minor-refactor
|
2016-07-14 |
Chris Cannam |
Turn BinDisplay and BinScale into enum classes
spectrogram-minor-refactor
|
2016-07-13 |
Chris Cannam |
Delete renderers
spectrogram-minor-refactor
|
2016-07-13 |
Chris Cannam |
Begin using renderer in colour 3d plot layer
spectrogram-minor-refactor
|
2016-07-13 |
Chris Cannam |
Create, but don't yet use, a renderer in the colour 3d plot layer
spectrogram-minor-refactor
|
2016-07-13 |
Chris Cannam |
Switch in "standard" colour scale, bin scale, normalisation -- not quite handled elegantly or correctly yet
spectrogram-minor-refactor
|
2016-07-11 |
Chris Cannam |
Minor build fix
spectrogram-minor-refactor
|
2016-07-11 |
Chris Cannam |
Introduce peak frequency rendering (basics of)
spectrogram-minor-refactor
|
2016-07-11 |
Chris Cannam |
Far more pragmatic update strategy
spectrogram-minor-refactor
|
2016-07-11 |
Chris Cannam |
Fix draw buffer sizing problem in scaled rendering
spectrogram-minor-refactor
|
2016-07-07 |
Chris Cannam |
Split out cache rendering functions and some fixes to calculations
spectrogram-minor-refactor
|
2016-07-07 |
Chris Cannam |
Use enums from origin classes
spectrogram-minor-refactor
|
2016-07-07 |
Chris Cannam |
Colour scales (partly)
spectrogram-minor-refactor
|
2016-07-07 |
Chris Cannam |
Time-constrained rendering
spectrogram-minor-refactor
|
2016-07-05 |
Chris Cannam |
Cut over to using the renderer (though it's very incomplete) and fix some cache problems and pointer lifetime misunderstandings
spectrogram-minor-refactor
|
2016-07-05 |
Chris Cannam |
Start to introduce renderer objects
spectrogram-minor-refactor
|
2016-07-05 |
Chris Cannam |
One FFT model per spectrogram (again!) - but we do still need a magnitude range per view, as views could be showing different regions
spectrogram-minor-refactor
|
2016-07-02 |
Chris Cannam |
One FFT size method, no member for it
spectrogram-minor-refactor
|
2016-07-01 |
Chris Cannam |
Simplify the oversampling/zero-padding logic. FFT model selection no longer depends on the view.
spectrogram-minor-refactor
|
2016-07-01 |
Chris Cannam |
Add VerticalBinLayer to SpectrogramLayer
spectrogram-minor-refactor
|
2016-07-01 |
Chris Cannam |
Scale and copy
spectrogram-minor-refactor
|
2016-07-01 |
Chris Cannam |
Start introducing render code
spectrogram-minor-refactor
|
2016-07-01 |
Chris Cannam |
VerticalBinLayer for vertical mapping abstraction. Not totally sure about this
spectrogram-minor-refactor
|
2016-06-30 |
Chris Cannam |
Comments
spectrogram-minor-refactor
|
2016-06-30 |
Chris Cannam |
Minor adjustments
spectrogram-minor-refactor
|
2016-06-30 |
Chris Cannam |
More filling in render & cache code
spectrogram-minor-refactor
|
2016-06-30 |
Chris Cannam |
Move drawVisibleText to PaintAssistant
spectrogram-minor-refactor
|
2016-06-30 |
Chris Cannam |
Move LayerGeometryProvider from view to layer
spectrogram-minor-refactor
|
2016-06-30 |
Chris Cannam |
Two functions, rather than one with a boolean arg
spectrogram-minor-refactor
|
2016-06-29 |
Chris Cannam |
Another tiny bit
spectrogram-minor-refactor
|
2016-06-29 |
Chris Cannam |
Pull out render timer
spectrogram-minor-refactor
|
2016-06-29 |
Chris Cannam |
More renderer stubbing
spectrogram-minor-refactor
|
2016-06-27 |
Chris Cannam |
Comments
spectrogram-minor-refactor
|
2016-06-23 |
Chris Cannam |
Start stubbing Colour3DPlotRenderer
spectrogram-minor-refactor
|
2016-06-23 |
Chris Cannam |
Use a params structure
spectrogram-minor-refactor
|
2016-06-23 |
Chris Cannam |
Add ColourScale
spectrogram-minor-refactor
|
2016-06-23 |
Chris Cannam |
Introduce ColourScale to handle colour mapping for both spectrogram and colour 3d plot layers
spectrogram-minor-refactor
|
2016-06-23 |
Chris Cannam |
Comment
spectrogram-minor-refactor
|
2016-06-23 |
Chris Cannam |
Comments
spectrogram-minor-refactor
|
2016-06-23 |
Chris Cannam |
Fix possible crash when scrolling to end
spectrogram-minor-refactor
|
2016-06-20 |
Chris Cannam |
Extend column logic to peak frequency display as well, and correct some scopes according to whether values are per source column or per target pixel
spectrogram-minor-refactor
|
2016-06-20 |
Chris Cannam |
Pull out column ops into ColumnOp
spectrogram-minor-refactor
|
2016-06-17 |
Chris Cannam |
A more sensible order for column operations
spectrogram-minor-refactor
|
2016-06-15 |
Chris Cannam |
Don't need these
spectrogram-minor-refactor
|
2016-06-15 |
Chris Cannam |
Replace old logic with calls to new functions; basic refactor part A done, the code now compiles again
spectrogram-minor-refactor
|
2016-06-15 |
Chris Cannam |
A couple more helper functions
spectrogram-minor-refactor
|
2016-06-13 |
Chris Cannam |
Mid-refactor to pull out the bulk of paintDrawBuffer into chunks
spectrogram-minor-refactor
|
2016-06-13 |
Chris Cannam |
Merge from default branch
spectrogram-minor-refactor
|
2016-06-13 |
Chris Cannam |
Comments and minor tidy
3.0-integration
|
2016-06-13 |
Chris Cannam |
Make normalise-hybrid logic the same in both draw methods
3.0-integration
|
2016-06-13 |
Chris Cannam |
Make peak cache divisor a member
3.0-integration
|
2016-05-26 |
Chris Cannam |
Don't paint if model has zero width
3.0-integration
|
2016-04-21 |
Chris Cannam |
Merge from branch "alignment-simple"
3.0-integration
|
2016-04-20 |
Chris Cannam |
Merge branches 3.0-integration and imaf_enc to 3.0-plus-imaf
3.0-plus-imaf
|
2016-03-18 |
Chris Cannam |
Start including Vamp SDK into main build, as we do with Sonic Annotator
3.0-integration
|
2016-03-04 |
Chris Cannam |
Merge from default branch
3.0-integration
|
2016-03-04 |
Chris Cannam |
Use drawVisibleText for box labels
|
2016-03-04 |
Chris Cannam |
Fix incorrect handling of model start frame
|
2016-03-04 |
Chris Cannam |
Fix confusion between model columns and painted columns, and document the difference
|
2016-03-02 |
Chris Cannam |
Merge in from SV 3.0-integration branches
alignment-simple
|
2016-02-09 |
Chris Cannam |
Make ViewProxy objects share the ids of their Views; fixes incorrect colour scale drawing
3.0-integration
|
2016-02-04 |
Chris Cannam |
Merge from branch "spectrogram-minor-refactor"
3.0-integration
|
2016-02-04 |
Chris Cannam |
Merge from the default branch
3.0-integration
|
2016-02-04 |
Chris Cannam |
Merge from branch "tony-2.0-integration"
3.0-integration
|
2016-02-03 |
Chris Cannam |
Truncate edges when about to paint beyond limits of cache
spectrogram-minor-refactor
|
2016-02-02 |
Chris Cannam |
Don't use partial paints when zoomed in far enough to have boundary alignment concerns. (But boundary calculations are still wrong, leading to a logic error exception.)
spectrogram-minor-refactor
|
2016-02-02 |
Chris Cannam |
Comment
spectrogram-minor-refactor
|
2016-02-02 |
Chris Cannam |
Timing tweaks to reduce the number of repaints
spectrogram-minor-refactor
|
2016-02-02 |
Chris Cannam |
Fix cache validity boundary condition
spectrogram-minor-refactor
|
2016-02-02 |
Chris Cannam |
*Really* add overlooked file!
spectrogram-minor-refactor
|
2016-02-02 |
Chris Cannam |
Revert last commit (wrong branch)
|
2016-02-02 |
Chris Cannam |
Add overlooked file!
|
2016-01-30 |
Chris Cannam |
Update acinclude files to look for qt5-qmake as well as qmake-qt5
|
2016-01-29 |
Chris Cannam |
Further fixes to the scrollable cache logic
spectrogram-minor-refactor
|
2016-01-29 |
Chris Cannam |
Start refactoring out the spectrogram image cache
spectrogram-minor-refactor
|
2016-01-27 |
Chris Cannam |
Fix calculation of repaint area when we haven't scrolled but cache is not complete
spectrogram-minor-refactor
|
2016-01-26 |
Chris Cannam |
Start repainting from the middle -- but this is quite unreliable
spectrogram-minor-refactor
|
2016-01-26 |
Chris Cannam |
Fix return value from paintDrawBuffer in rightToLeft case; propagate timing change to PeakFrequencies version as well
spectrogram-minor-refactor
|
2016-01-26 |
Chris Cannam |
Draw right-to-left when adjoining an existing cache valid area on the right
spectrogram-minor-refactor
|
2016-01-25 |
Chris Cannam |
Make paint method do its own timing and abandon if it's taking too long (still needs some work on queueing correct repaints of the remainder)
spectrogram-minor-refactor
|
2016-01-25 |
Chris Cannam |
Rearrange cache update calculations so as to use the actual painted width returned by paint functions (though they only ever return the same width as requested, at this point)
spectrogram-minor-refactor
|
2016-01-22 |
Chris Cannam |
Avoid reusing a large paint width if the zoom level has changed (in case it has changed dramatically, as for example when the user hits the F key). Also some tidying and adjustment to timing stuff
colourschemes
|
2016-01-22 |
Chris Cannam |
Tidy a bit
colourschemes
|
2016-01-22 |
Chris Cannam |
Some debug
colourschemes
|
2016-01-22 |
Chris Cannam |
Fix integer overflow in getFrameForX
colourschemes
|
2016-01-22 |
Chris Cannam |
Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset
colourschemes
|
2016-01-21 |
Chris Cannam |
Make colour 3d plot layer colour a preference as well
colourschemes
|
2016-01-20 |
Chris Cannam |
Add default spectrogram colours to prefs
colourschemes
|
2016-01-19 |
Chris Cannam |
Tidy
colourschemes
|
2016-01-19 |
Chris Cannam |
Rearrange colours, make some of them more attractive, give some of them nicer names
colourschemes
|
2016-01-19 |
Chris Cannam |
Remove debug out
colourschemes
|
2016-01-19 |
Chris Cannam |
Provide a sensible name for this colour scheme
colourschemes
|
2015-12-02 |
Chris Cannam |
Experimentation with colour schemes and mappings
colourschemes
|
2015-11-18 |
Chris Cannam |
Merge from default branch
3.0-integration
|
2015-10-22 |
Chris Cannam |
Back out 1c37aa13bfd8 (which added half-wave rectification to colour 3d plot). Too specific.
|
2015-10-20 |
Chris Cannam |
Fix incorrect reload of old Tony v1.0 files
tony-2.0-integration
|
2015-10-20 |
Chris Cannam |
Use max value returned directly from api call
tony-2.0-integration
|
2015-10-20 |
Chris Cannam |
Minor adjustment for higher-res screens
tony-2.0-integration
|
2015-10-20 |
Chris Cannam |
Merge from default branch
3.0-integration
|
2015-10-20 |
Chris Cannam |
Fix embarrassing failure to reload Note layers
|
2015-10-14 |
Chris Cannam |
Merge from branch "3.0-integration"
tony-2.0-integration
|
2015-10-14 |
Chris Cannam |
Remove some debug
3.0-integration
|
2015-10-14 |
Chris Cannam |
Merge from branch "tony-2.0-integration"
3.0-integration
|
2015-10-13 |
Chris Cannam |
Repaint fix
tony-2.0-integration
|
2015-10-12 |
Chris Cannam |
Remove some debug out
tony-2.0-integration
|
2015-08-20 |
Chris Cannam |
At least avoid crashing if scaled zoom level reaches 0!
tony-2.0-integration
|
2015-08-20 |
Chris Cannam |
Some minor tweaks to make behaviour more like prior Tony
tony-2.0-integration
|
2015-08-20 |
Chris Cannam |
Merge through to branch for Tony 2.0
tony-2.0-integration
|
2015-08-04 |
Chris Cannam |
Merge from branch bqaudioio
3.0-integration
|
2015-08-04 |
Chris Cannam |
Initial work toward switching to bqaudioio library (so as to get I/O, not just O)
bqaudioio
|
2015-07-14 |
alo |
removed imaf sliders
imaf_enc
|
2015-07-07 |
Chris Cannam |
Merge from default branch
3.0-integration
|
2015-07-07 |
Chris Cannam |
Major fix to bug in handling of fuzzy column in CSV import (introduced since the last release) which meant that col 6 of a wide CSV would go missing completely!
|
2015-07-01 |
Chris Cannam |
Merge from branch simple-fft-model
3.0-integration
|
2015-01-07 |
Chris Cannam |
Merge from default branch
simple-fft-model
|
2015-07-01 |
Chris Cannam |
Fix a number of warnings in the 32-bit build
|
2015-07-01 |
Chris Cannam |
Merge from branch simple-fft-model
3.0-integration
|
2015-07-01 |
Chris Cannam |
Merge from branch osx-retina
3.0-integration
|
2015-07-01 |
Chris Cannam |
Switch off debug again
simple-fft-model
|
2015-07-01 |
Chris Cannam |
Fill extent is not relevant in simple-fft-model code, as it's always the full extent
simple-fft-model
|
2015-06-30 |
Chris Cannam |
Fix dark point at highlight of LED button
osx-retina
|
2015-06-30 |
Chris Cannam |
Render LED button direct to widget, making it look OK on retina screen
osx-retina
|
2015-06-30 |
Chris Cannam |
Use a more sensible min height for OS/X
osx-retina
|
2015-06-30 |
Chris Cannam |
Merge
osx-retina
|
2015-06-30 |
Chris Cannam |
Tighten spacing around sides of property box on OS/X
osx-retina
|
2015-06-26 |
Chris Cannam |
Merge from branch normalize_hybrid_option
3.0-integration
|
2015-06-26 |
Chris Cannam |
Merge from branch osx-retina
3.0-integration
|
2015-06-26 |
Chris Cannam |
Merge from branch simple-fft-model
3.0-integration
|
2015-06-15 |
Chris Cannam |
Branch to test simple FFT model code
alignment-simple
|
2015-06-12 |
Chris Cannam |
Gut the old code, but don't replace it yet (so nothing will link yet)
simple-fft-model
|
2015-06-12 |
Chris Cannam |
Fix failure to show window shape when Analysis tab in preferences is first opened
|
2015-06-10 |
Chris Cannam |
Rounding
osx-retina
|
2015-06-10 |
Chris Cannam |
Merge from default branch
osx-retina
|
2015-05-22 |
Chris Cannam |
Fix crash when importing wide CSV file
|
2015-05-22 |
Chris Cannam |
Add half-wave rectification option to Colour 3D Plot layer
|
2015-05-21 |
Chris Cannam |
Fixes to font sizing in colour 3d plot layer (for #1221)
osx-retina
|
2015-05-21 |
Chris Cannam |
Avoid going pop when setting play head to before time 0
|
2015-05-21 |
Chris Cannam |
Fix arithmetic precedence misreading goof which led to scrolling the wrong way when dragging past the right edge
|
2015-05-21 |
Chris Cannam |
Prevent selection being dragged beyond start/end of content
|
2015-05-21 |
Chris Cannam |
Box colour a darker grey by default (but also changeable now)
|
2015-05-14 |
Chris Cannam |
Merge from branch scalable-icons
osx-retina
|
2015-05-14 |
Chris Cannam |
Merge from default branch
osx-retina
|
2015-05-14 |
Chris Cannam |
Fix #1220 Flexi-note layer appears in Layers menu
|
2015-05-13 |
Chris Cannam |
Icon update
scalable-icons
|
2015-05-12 |
Chris Cannam |
Display note name derived from value, when hovering over time-value feature if the scale unit is Hz
|
2015-05-12 |
Chris Cannam |
Address #1214, layer import produces wrong layer type. We needed a more principled approach to making sure the format gets updated properly and the dialog elements are consistent (basically separating making the dialog elements consistent from subsequently updating the format). This change should provide that, though there may be gotchas still.
|