Fri, 27 Mar 2020 14:36:11 +0000 |
Chris Cannam |
Add context menus to property box controls
|
Fri, 27 Mar 2020 11:04:56 +0000 |
Chris Cannam |
Add context menu to Thumbwheel
|
Fri, 27 Mar 2020 11:04:48 +0000 |
Chris Cannam |
Add test for whether presentation name is at default or not
|
Thu, 26 Mar 2020 12:10:55 +0000 |
Chris Cannam |
Add optional context menu to AudioDial
|
Thu, 26 Mar 2020 11:16:47 +0000 |
Chris Cannam |
Factor out the menu titling code formerly in MainWindow
|
Wed, 25 Mar 2020 12:08:34 +0000 |
Chris Cannam |
Add a tab-bar context menu signal to the property stack
|
Fri, 20 Mar 2020 16:31:23 +0000 |
Chris Cannam |
Use shared_ptr for plugin instances throughout; also descriptors are copyable
audio-source-refactor
|
Fri, 24 Jan 2020 15:11:08 +0000 |
Chris Cannam |
Merge from branch background-mode
|
Fri, 24 Jan 2020 12:40:27 +0000 |
Chris Cannam |
Add optional unset entry to colour combo
background-mode
|
Fri, 24 Jan 2020 12:40:07 +0000 |
Chris Cannam |
Make nearby-colour matching a bit more sophisticated, with slightly better algorithm (we think?) and ability to insist on dark/light background
background-mode
|
Thu, 23 Jan 2020 15:43:51 +0000 |
Chris Cannam |
Pick accent colour from OS theme if appropriate
background-mode
|
Thu, 23 Jan 2020 15:14:07 +0000 |
Chris Cannam |
Apply sensible highlight/link colours
background-mode
|
Mon, 20 Jan 2020 17:18:42 +0000 |
Chris Cannam |
More sensible approach to colour setting on Windows
background-mode
|
Fri, 17 Jan 2020 21:36:54 +0000 |
Chris Cannam |
Windows stylesheet
background-mode
|
Fri, 17 Jan 2020 13:45:57 +0000 |
Chris Cannam |
Comments and palette adjustments
|
Wed, 15 Jan 2020 13:58:33 +0000 |
Chris Cannam |
Cut this down, we don't need the things we were calculating (also avoid possible null pointer dereference of v)
|
Wed, 15 Jan 2020 13:58:11 +0000 |
Chris Cannam |
Model -> layer, + word wrap
|
Wed, 15 Jan 2020 13:57:52 +0000 |
Chris Cannam |
Clarify comment
|
Tue, 14 Jan 2020 15:48:44 +0000 |
Chris Cannam |
Merge from branch csv-export-dialog
|
Tue, 14 Jan 2020 15:41:17 +0000 |
Chris Cannam |
Add CSV export dialog, + associated supporting changes
csv-export-dialog
|
Tue, 14 Jan 2020 13:19:18 +0000 |
Chris Cannam |
Don't write empty lines
|
Fri, 10 Jan 2020 14:54:27 +0000 |
Chris Cannam |
Merge from branch spectrogram-export
|
Fri, 10 Jan 2020 14:30:26 +0000 |
Chris Cannam |
Add support for a header line on delimited data output
spectrogram-export
|
Fri, 10 Jan 2020 11:12:33 +0000 |
Chris Cannam |
Add option to export timestamp column
spectrogram-export
|
Thu, 09 Jan 2020 14:35:55 +0000 |
Chris Cannam |
Use Colour3DPlotExporter in line with SpectrogramLayer
spectrogram-export
|
Thu, 09 Jan 2020 14:35:41 +0000 |
Chris Cannam |
Provide parameters needed for scale and thresholding
spectrogram-export
|
Thu, 09 Jan 2020 14:34:51 +0000 |
Chris Cannam |
Handle scale factor, needed for all spectrogram export; handle thresholding (using gain/normalisation for threshold calculation) in peak frequency export
spectrogram-export
|
Thu, 09 Jan 2020 14:29:21 +0000 |
Chris Cannam |
Give timer a parent so as not to leak it
spectrogram-export
|
Wed, 08 Jan 2020 15:29:02 +0000 |
Chris Cannam |
Update in-progress comments only
spectrogram-export
|
Tue, 07 Jan 2020 14:57:40 +0000 |
Chris Cannam |
Fix typo in range
spectrogram-export
|
Tue, 07 Jan 2020 11:19:02 +0000 |
Chris Cannam |
Comment only
spectrogram-export
|
Tue, 07 Jan 2020 11:18:57 +0000 |
Chris Cannam |
Handle peaks
spectrogram-export
|
Tue, 07 Jan 2020 11:18:43 +0000 |
Chris Cannam |
Provide export model
spectrogram-export
|
Mon, 06 Jan 2020 14:46:25 +0000 |
Chris Cannam |
Start work on spectrogram export code
spectrogram-export
|
Fri, 22 Nov 2019 14:12:50 +0000 |
Chris Cannam |
Fix note numbering - ensure stable across whole track (as it used to be, but without scanning all notes in paint in order to do that)
|
Thu, 21 Nov 2019 14:03:19 +0000 |
Chris Cannam |
Merge
|
Thu, 21 Nov 2019 14:02:57 +0000 |
Chris Cannam |
Fixes to NoteLayer, particularly to calculation of vertical scale when model unit is not Hz. To avoid inconsistency we now behave as if the unit is always Hz from the point of view of the external API and display, converting at the point where we obtain values from the events themselves. Also various fixes to editing.
|
Thu, 31 Oct 2019 15:32:13 +0000 |
Chris Cannam |
Further replacements of QRect::right() with the right (arf) calculation
|
Thu, 31 Oct 2019 15:32:01 +0000 |
Chris Cannam |
Use x + width() instead of QRect::right(), which doesn't return what we need and leaves us a pixel short; also subtract the resolution from the start frame to avoid scrolling scraggy single-pixel lines when we should be drawing nice fat ones
|
Thu, 17 Oct 2019 14:44:22 +0100 |
Chris Cannam |
Permit getScaleProvidingLayerForUnit to return a dormant layer if there is no visible alternative. This is necessary to avoid the scale disappearing in Tony when the spectrogram is toggled off.
|
Thu, 17 Oct 2019 11:12:54 +0100 |
Chris Cannam |
Pass a y-coord, optionally, to Layer::snapToFeatureFrame. This is necessary for BoxLayer which needs to coordinate its snaps with the box it is highlighting for editing. Then in BoxLayer, merge getPointToDrag and getLocalPoints into a single getLocalPoint and use this throughout.
|
Thu, 17 Oct 2019 10:26:21 +0100 |
Chris Cannam |
Update getPointToDrag to prefer boxes that are containing the mouse position in height as well as width
|
Wed, 16 Oct 2019 16:20:12 +0100 |
Chris Cannam |
Make audio dial more visible in Mac dark mode
|
Wed, 16 Oct 2019 13:02:52 +0100 |
Chris Cannam |
Return true from getValueExtents always, just with no unit in the case where we don't have a nice neat scale. This should preserve the property of preventing other layers auto-aligning to us, while also ensuring we don't get overlooked for the purposes of drawing our own scale in a situation where a scale-less layer is on top of us
|
Wed, 16 Oct 2019 13:01:23 +0100 |
Chris Cannam |
Debug output
|
Wed, 16 Oct 2019 12:23:36 +0100 |
Chris Cannam |
Overhaul the way WaveformLayer reports value and display extents. The previous logic has been nonsense for a very long time, excused only by the fact that it was very seldom relevant (only really if another layer with unit V came along that wanted to auto-align with it). Partial fix for #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode
|
Wed, 16 Oct 2019 12:19:04 +0100 |
Chris Cannam |
Fix getScaleProvidingLayerForUnit to make it only return a layer that actually has display extents. Modify getVisibleExtentsForUnit to make it more like the behaviour in 3.x: where no layer with display extents is found, use the union of the value extents of layers with the right unit. Partial fix for #1954 Peculiar alignment for Amplitude Follower y-scale in Auto-Align mode.
|
Wed, 16 Oct 2019 12:13:28 +0100 |
Chris Cannam |
Debug output tweaks
|
Tue, 15 Oct 2019 14:53:25 +0100 |
Chris Cannam |
Overhaul choice of layer to show scale, in Pane::drawVerticalScale, making it call out to the same logic used by View::getVisibleExtentsForUnit when appropriate. Also refuse to accept scale from dormant top layer.
|
Tue, 15 Oct 2019 14:51:58 +0100 |
Chris Cannam |
Avoid compiler warning
|
Tue, 15 Oct 2019 11:40:56 +0100 |
Chris Cannam |
Clarify naming of some view-related methods. Rename LayerGeometryProvider::getValueExtents to getVisibleExtentsForUnit, and View::getTextLabelHeight to getTextLabelYCoord. Add View::getVisibleExtentsForAnyUnit to be used to determine which unit to adopt in a new e.g. box layer.
|
Tue, 15 Oct 2019 09:32:24 +0100 |
Chris Cannam |
Fix #1951 Selecting row in data editor with multiple items having same frame always selects the first
|
Mon, 14 Oct 2019 14:20:02 +0100 |
Chris Cannam |
Tidy / debug
|
Wed, 09 Oct 2019 13:45:17 +0100 |
Chris Cannam |
Fix #1904 Scrolling colour 3d plot does not always work when in View normalisation mode. We shouldn't imagine we've just invalidated the cache if the truth is that we've only just created the renderer
|
Wed, 09 Oct 2019 11:51:19 +0100 |
Chris Cannam |
Fix failure to apply new frame when pasting events
|
Wed, 09 Oct 2019 11:33:33 +0100 |
Chris Cannam |
Further light streamlining
|
Wed, 09 Oct 2019 11:17:26 +0100 |
Chris Cannam |
Slightly streamline image scaling
|
Mon, 07 Oct 2019 14:30:13 +0100 |
Chris Cannam |
Don't create alignment views at all if not requested (now that the request is made only at construction time)
|
Mon, 07 Oct 2019 14:08:23 +0100 |
Chris Cannam |
Fix alignment of property box when switching back on after having been hidden
|
Mon, 07 Oct 2019 09:43:31 +0100 |
Chris Cannam |
Fix compiler warning
|
Fri, 04 Oct 2019 16:35:22 +0100 |
Chris Cannam |
Fix goof
|
Fri, 04 Oct 2019 13:51:24 +0100 |
Chris Cannam |
Rework PaneStack so that the options that generally aren't (or can't be) changed after construction are supplied to the constructor instead of being set through setter methods.
|
Fri, 04 Oct 2019 13:37:39 +0100 |
Chris Cannam |
Debug bits
|
Wed, 25 Sep 2019 14:11:42 +0100 |
Chris Cannam |
Merge
|
Wed, 25 Sep 2019 13:42:17 +0100 |
Chris Cannam |
Make the waveform layer do the expected thing when MergeChannels mode (i.e. butterfly mode) is enabled even if there is only 1 channel. This combination isn't actually available in the UI for SV, but it's useful for Sonic Lineup.
|
Wed, 25 Sep 2019 13:48:04 +0100 |
Chris Cannam |
Merge from branch time-frequency-boxes
|
Wed, 25 Sep 2019 11:09:06 +0100 |
Chris Cannam |
With duration and two values, propose a box model (value and extent)
time-frequency-boxes
|
Wed, 25 Sep 2019 09:46:27 +0100 |
Chris Cannam |
Tidying
time-frequency-boxes
|
Wed, 25 Sep 2019 09:46:20 +0100 |
Chris Cannam |
Make getTopLayerDisplayExtents public (ugh) for use when setting up a new empty layer with auto-align over the top of another one
time-frequency-boxes
|
Wed, 25 Sep 2019 09:45:42 +0100 |
Chris Cannam |
Rename TimeFrequencyBoxLayer to just BoxLayer, supporting vertical scales other than Hz
time-frequency-boxes
|
Sat, 21 Sep 2019 19:13:14 +0100 |
Chris Cannam |
Fix confusion about capture scope with MSVC
time-frequency-boxes
|
Fri, 20 Sep 2019 14:48:55 +0100 |
Chris Cannam |
This is what the icon is actually called
time-frequency-boxes
|
Fri, 20 Sep 2019 14:19:17 +0100 |
Chris Cannam |
Item-editing updates needed for time-frequency box layer
time-frequency-boxes
|
Fri, 20 Sep 2019 11:25:47 +0100 |
Chris Cannam |
Fixes to drag and paint in time-freq box layer
time-frequency-boxes
|
Fri, 20 Sep 2019 11:25:22 +0100 |
Chris Cannam |
Shorten name (Boxes -> Box)
time-frequency-boxes
|
Thu, 19 Sep 2019 17:15:36 +0100 |
Chris Cannam |
Add TimeFrequencyBoxes to layer factory
time-frequency-boxes
|
Thu, 19 Sep 2019 15:18:28 +0100 |
Chris Cannam |
Introduce time-frequency box layer
time-frequency-boxes
|
Tue, 17 Sep 2019 12:50:58 +0100 |
Chris Cannam |
Merge
|
Tue, 17 Sep 2019 12:50:34 +0100 |
Chris Cannam |
The default key frame map is not working well at the moment, because its extents are not being properly updated as the models they depend on are loaded. Leave it empty for now.
|
Mon, 16 Sep 2019 13:34:56 +0100 |
Chris Cannam |
Comment
|
Fri, 13 Sep 2019 17:40:59 +0100 |
Chris Cannam |
Fix, I think, #1914 Mounting rounding error when dragging aligned view left/right - and therefore the associated #1874 Pointer position becomes increasingly erroneous when rewinding with alignment active
|
Fri, 13 Sep 2019 17:27:14 +0100 |
Chris Cannam |
Debug updates
|
Fri, 13 Sep 2019 17:26:11 +0100 |
Chris Cannam |
Debug changes
|
Thu, 12 Sep 2019 13:50:24 +0100 |
Chris Cannam |
Only set maximum frequency on FFT model when in a special verticallyFixed mode
|
Thu, 12 Sep 2019 11:53:40 +0100 |
Chris Cannam |
Set maximum frequency on FFT model to reduce cache size (experimental)
|
Thu, 12 Sep 2019 11:53:17 +0100 |
Chris Cannam |
Pass the cache pointer through rather than looking it up afresh from the model id for each column
|
Wed, 11 Sep 2019 20:36:04 +0100 |
Chris Cannam |
Generate peak cache directly from model, not from whole-model cache (which turns out to be very slow for large models)
|
Wed, 11 Sep 2019 11:21:00 +0100 |
Chris Cannam |
More debug bits
|
Tue, 10 Sep 2019 16:35:28 +0100 |
Chris Cannam |
Debug concerns
|
Wed, 04 Sep 2019 17:31:21 +0100 |
Chris Cannam |
Indentation
|
Thu, 15 Aug 2019 18:18:22 +0100 |
Chris Cannam |
Show relative pitch if recorded
|
Wed, 14 Aug 2019 10:58:24 +0100 |
Chris Cannam |
Separate out handling of alignment progress bar from the layer progress bars and fix tendency to have them hanging around even when alignment has completed
|
Tue, 13 Aug 2019 15:10:32 +0100 |
Chris Cannam |
Toward trying to figure out a progress-bar problem
|
Tue, 13 Aug 2019 14:35:29 +0100 |
Chris Cannam |
Ensure rightCropFrame doesn't end up rounded to the left of the desired end pixel
|
Fri, 09 Aug 2019 19:02:51 +0100 |
Chris Cannam |
Improve drawn alignment of lines in AlignmentView against the view below; also cache the mapping locations
|
Thu, 08 Aug 2019 13:33:38 +0100 |
Chris Cannam |
Debug
|
Thu, 08 Aug 2019 13:33:30 +0100 |
Chris Cannam |
Fix overlooked alignment
|
Fri, 02 Aug 2019 16:44:32 +0100 |
Chris Cannam |
Attempt a mechanism for the View to time-align a layer on display using an aligning version of the ViewProxy
|
Fri, 02 Aug 2019 16:42:32 +0100 |
Chris Cannam |
Add direct method to get source model
|
Fri, 19 Jul 2019 16:10:19 +0100 |
Chris Cannam |
Correct erroneous signal signature
|
Thu, 18 Jul 2019 13:18:19 +0100 |
Chris Cannam |
Fix failure to show alignment progress bar
|
Wed, 17 Jul 2019 14:25:16 +0100 |
Chris Cannam |
Merge from branch by-id
|
Wed, 17 Jul 2019 13:12:56 +0100 |
Chris Cannam |
Tidy; also don't show cancel buttons for alignments
by-id
|
Wed, 17 Jul 2019 11:20:08 +0100 |
Chris Cannam |
Fix inability to set layer's model to None
by-id
|
Mon, 15 Jul 2019 13:49:57 +0100 |
Chris Cannam |
Emit a signal when a cancel is pressed
by-id
|
Fri, 12 Jul 2019 16:29:59 +0100 |
Chris Cannam |
Comment
by-id
|
Fri, 05 Jul 2019 15:34:50 +0100 |
Chris Cannam |
Update for removal of (public) getId from Model
by-id
|
Thu, 04 Jul 2019 18:04:44 +0100 |
Chris Cannam |
Update for changes to PlayParameters
by-id
|
Wed, 03 Jul 2019 14:20:42 +0100 |
Chris Cannam |
Further ModelId updates
by-id
|
Wed, 03 Jul 2019 08:55:02 +0100 |
Chris Cannam |
Fix a number of Qt deprecation warnings
by-id
|
Tue, 02 Jul 2019 19:05:45 +0100 |
Chris Cannam |
Further ModelId updates
by-id
|
Tue, 02 Jul 2019 15:38:37 +0100 |
Chris Cannam |
Couple more updates
by-id
|
Tue, 02 Jul 2019 15:29:17 +0100 |
Chris Cannam |
Further layer updates
by-id
|
Tue, 02 Jul 2019 14:08:44 +0100 |
Chris Cannam |
Further layer updates for ModelById
by-id
|
Tue, 02 Jul 2019 11:49:52 +0100 |
Chris Cannam |
Further layer updates for ModelById
by-id
|
Mon, 01 Jul 2019 14:25:53 +0100 |
Chris Cannam |
Further layer updates
by-id
|
Mon, 01 Jul 2019 14:17:13 +0100 |
Chris Cannam |
More layer updates
by-id
|
Fri, 28 Jun 2019 17:37:22 +0100 |
Chris Cannam |
Further layer updates for ById
by-id
|
Thu, 27 Jun 2019 13:16:25 +0100 |
Chris Cannam |
Some work on updating layers for ModelId bits
by-id
|
Thu, 13 Jun 2019 15:35:01 +0100 |
Chris Cannam |
Add opportunistic-editing toggle
|
Thu, 13 Jun 2019 15:05:25 +0100 |
Chris Cannam |
Don't try to draw scale from a dormant layer!
|
Fri, 24 May 2019 15:14:09 +0100 |
Chris Cannam |
Merge
|
Fri, 24 May 2019 15:13:57 +0100 |
Chris Cannam |
Don't attempt performance alignment when not in align mode
|
Fri, 24 May 2019 14:29:19 +0100 |
Chris Cannam |
Fix incorrect frequency display in peak-freq mode
|
Wed, 22 May 2019 15:40:19 +0100 |
Chris Cannam |
Branch
3.3-stable
|
Mon, 20 May 2019 15:04:32 +0100 |
Chris Cannam |
Fix incorrect visibility of alignment view when not requested; fix current indicator size when x-button is disabled
|
Mon, 20 May 2019 15:04:07 +0100 |
Chris Cannam |
Fix incorrect repaint at left edge in segmentation mode
|
Fri, 17 May 2019 14:37:02 +0100 |
Chris Cannam |
Add option to suppress close button on first pane
|
Fri, 17 May 2019 10:02:52 +0100 |
Chris Cannam |
Merge from branch single-point
|
Thu, 16 May 2019 15:50:11 +0100 |
Chris Cannam |
Make it possible to disable cancel buttons
single-point
|
Thu, 16 May 2019 15:50:02 +0100 |
Chris Cannam |
Avoid showing progress bars for dormant layers. They'll typically be duplicates, e.g. in the vect app you can get many dormant layers all reporting the alignment completion at the same time. (Maybe it would be better just to reject progress bars for alignment in dormant layers? Hm)
single-point
|
Fri, 10 May 2019 15:50:51 +0100 |
Chris Cannam |
Comment
single-point
|
Fri, 10 May 2019 09:22:20 +0100 |
Chris Cannam |
Add setLayerProperties (from XML string)
single-point
|
Fri, 10 May 2019 08:44:32 +0100 |
Chris Cannam |
Remove margin from inner frame
single-point
|
Thu, 09 May 2019 13:42:18 +0100 |
Chris Cannam |
Smoother cache & colour management in colour 3d plots
single-point
|
Fri, 03 May 2019 17:45:39 +0100 |
Chris Cannam |
Make inversion configurable in settings
single-point
|
Wed, 01 May 2019 15:15:26 +0100 |
Chris Cannam |
When invalidating cache in a time-constrained context, don't start rendering in the same cycle as well - leave it for a further update. Slightly experimental effort to make the UI feel more responsive.
single-point
|
Wed, 01 May 2019 14:41:28 +0100 |
Chris Cannam |
Tweak peak-cache allocations etc in the hope of making long spectrograms a little faster to re-render
single-point
|
Wed, 01 May 2019 14:40:51 +0100 |
Chris Cannam |
Don't discard large wheel deltas; just clamp them
single-point
|
Wed, 01 May 2019 11:46:09 +0100 |
Chris Cannam |
Some debug bits
single-point
|
Tue, 30 Apr 2019 15:53:21 +0100 |
Chris Cannam |
Add option to make pane sizes auto-resize-only (i.e. remove user control via a splitter); also place alignment views above panes instead of below, meaning the extra bit of space that we currently have for the pane without one at least goes to the primary pane
single-point
|
Tue, 30 Apr 2019 14:02:32 +0100 |
Chris Cannam |
Shrink alignment panes to sensible size on non-hi-dpi screens
single-point
|
Tue, 30 Apr 2019 14:02:03 +0100 |
Chris Cannam |
Add getNearbyColourIndex to ColourDatabase; tweak getContrastingColour for bright colours; add comments
single-point
|
Thu, 25 Apr 2019 17:07:04 +0100 |
Chris Cannam |
Avoid showing final (useless) alignment view
single-point
|
Wed, 24 Apr 2019 15:42:35 +0100 |
Chris Cannam |
Make AudioDial a bit more visible with a dark background
single-point
|
Wed, 24 Apr 2019 11:45:02 +0100 |
Chris Cannam |
Merge from default branch
single-point
|
Wed, 24 Apr 2019 11:29:53 +0100 |
Chris Cannam |
Comment
|
Tue, 23 Apr 2019 16:17:33 +0100 |
Chris Cannam |
Add function to request multiple filenames
|
Thu, 28 Mar 2019 11:55:31 +0000 |
Chris Cannam |
Update to using export IDs stored in XmlExportables
single-point
|
Fri, 22 Mar 2019 17:49:15 +0000 |
Chris Cannam |
Use updated ImageModel
single-point
|
Fri, 22 Mar 2019 11:05:11 +0000 |
Chris Cannam |
Use updated TextModel
single-point
|
Thu, 21 Mar 2019 15:22:19 +0000 |
Chris Cannam |
Fix tendency of start position of measure rect to wander as you drag out the rect (at certain zoom resolutions)
single-point
|
Thu, 21 Mar 2019 15:25:05 +0000 |
Chris Cannam |
Merge
|
Thu, 21 Mar 2019 15:22:20 +0000 |
Chris Cannam |
Fix tendency of start position of measure rect to wander as you drag out the rec
|
Thu, 21 Mar 2019 13:34:08 +0000 |
Chris Cannam |
Updates for SparseOneDimensionalModel in new API
single-point
|
Wed, 20 Mar 2019 15:46:17 +0000 |
Chris Cannam |
Further snap fixes
single-point
|
Wed, 20 Mar 2019 14:59:34 +0000 |
Chris Cannam |
Begin fixing the various snap operations. Also remove SnapNearest, which is never used and seems to consume more lines of code than the rest!
single-point
|
Wed, 20 Mar 2019 11:18:45 +0000 |
Chris Cannam |
Use overspill to render time-value point line properly at edges
single-point
|
Tue, 19 Mar 2019 13:06:35 +0000 |
Chris Cannam |
Update TimeValueLayer etc
single-point
|
Fri, 15 Mar 2019 14:24:22 +0000 |
Chris Cannam |
Update RegionLayer to updated RegionModel
single-point
|
Fri, 15 Mar 2019 11:09:17 +0000 |
Chris Cannam |
Update to use external set of commands
single-point
|
Thu, 14 Mar 2019 15:32:58 +0000 |
Chris Cannam |
Update following FlexiNoteModel removal, using new NoteModel API where flexi was previously used
single-point
|
Thu, 14 Mar 2019 13:12:25 +0000 |
Chris Cannam |
Finish updating NoteLayer to single-point API
single-point
|
Wed, 13 Mar 2019 16:00:55 +0000 |
Chris Cannam |
Toward getting NoteLayer to work with single-point APIs
single-point
|
Fri, 08 Mar 2019 13:37:30 +0000 |
Chris Cannam |
Update to Event api in place of Clipboard points
single-point
|
Tue, 05 Mar 2019 10:02:48 +0000 |
Chris Cannam |
Keep the point being edited highlighted while the edit dialog is open
|
Mon, 18 Feb 2019 14:33:35 +0000 |
Chris Cannam |
Fix inadvertent hardcoding of SV file extension
|
Thu, 14 Feb 2019 13:12:44 +0000 |
Chris Cannam |
Merge
|
Thu, 14 Feb 2019 13:12:36 +0000 |
Chris Cannam |
Comments
|
Thu, 14 Feb 2019 13:04:57 +0000 |
Chris Cannam |
Use zero-width pen when zoomed out - this seems to make a huge difference to speed when rendering on top of another layer, for some reason
|
Wed, 23 Jan 2019 14:44:16 +0000 |
Chris Cannam |
Merge
|
Mon, 21 Jan 2019 10:08:26 +0000 |
Chris Cannam |
Fix potential divide-by-zero
|
Mon, 21 Jan 2019 10:07:36 +0000 |
Chris Cannam |
Avoid compiler warning
|
Wed, 09 Jan 2019 15:24:51 +0000 |
Chris Cannam |
Merge from branch fix-static-analysis
|
Wed, 09 Jan 2019 14:41:52 +0000 |
Chris Cannam |
Support changing the separator (if more than one plausible one is found) and repopulating the dialog
|
Wed, 19 Dec 2018 10:40:17 +0000 |
Chris Cannam |
Debug tweaks
|
Wed, 19 Dec 2018 10:40:09 +0000 |
Chris Cannam |
Sample a column only if it is set (avoids flash of mis-ranged material when scrolling with view normalisation on)
|
Tue, 04 Dec 2018 13:49:09 +0000 |
Chris Cannam |
Merge from default branch
fix-static-analysis
|
Thu, 29 Nov 2018 11:57:30 +0000 |
Chris Cannam |
Fix erasing of Region layer labels as the playhead moves over them
|
Mon, 26 Nov 2018 14:33:54 +0000 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
Mon, 26 Nov 2018 13:52:57 +0000 |
Chris Cannam |
Header guards
fix-static-analysis
|
Mon, 26 Nov 2018 13:52:27 +0000 |
Chris Cannam |
Use override throughout
fix-static-analysis
|
Thu, 22 Nov 2018 14:55:38 +0000 |
Chris Cannam |
Fixes from clang modernize-use-override
fix-static-analysis
|
Fri, 16 Nov 2018 09:01:38 +0000 |
Chris Cannam |
Make horizontal wheeling a bit less crazily fast in the absence of fine delta information
|
Thu, 15 Nov 2018 15:08:08 +0000 |
Chris Cannam |
Retain consistent min freq (rather than min bin no) when changing fft parameters in spectrum; scale ffts by window size rather than fft size in case of oversampling, to avoid fading out because of scale factor including zero padding
|
Thu, 15 Nov 2018 14:18:26 +0000 |
Chris Cannam |
Handle integer pixel scaling as well
|
Thu, 15 Nov 2018 14:04:32 +0000 |
Chris Cannam |
Scale pen for retina display on macOS as well as for hidpi display elsewhere
|
Thu, 15 Nov 2018 13:06:38 +0000 |
Chris Cannam |
Different approach to x-coord calculation in slice layer - let's acknowledge that we really do have two different types of model, those whose "bins" are actually at a single value (frequency in the case of the spectrum) and those whose bins are just labels.
|
Wed, 14 Nov 2018 15:47:21 +0000 |
Chris Cannam |
Fixes to spectrum axis calculations, + default to starting at bin 1
|
Wed, 14 Nov 2018 15:14:21 +0000 |
Chris Cannam |
We need to draw illumination label *after* the spectrum...
|
Wed, 14 Nov 2018 15:04:04 +0000 |
Chris Cannam |
Fix some incorrect pixel scaling
|
Wed, 14 Nov 2018 14:29:08 +0000 |
Chris Cannam |
Fix compiler warning
|
Wed, 14 Nov 2018 14:23:17 +0000 |
Chris Cannam |
Merge from branch spectrogramparam
|
Wed, 14 Nov 2018 14:17:06 +0000 |
Chris Cannam |
Various tweaks & fixes to log-scale handling in spectrum. We can't easily preserve the nice behaviour where peaks stay in place as fft size changes, without potentially losing a bit of low-frequency information
spectrogramparam
|
Wed, 14 Nov 2018 14:16:06 +0000 |
Chris Cannam |
Correct positioning for centre line when antialiasing with non-0-width pen
spectrogramparam
|
Wed, 14 Nov 2018 11:01:18 +0000 |
Chris Cannam |
Highlight the current peak line in the spectrum (when shown); also a fix to the crosshair labelling
spectrogramparam
|
Tue, 13 Nov 2018 15:16:48 +0000 |
Chris Cannam |
Toward highlighting peaks on spectrum
spectrogramparam
|
Tue, 13 Nov 2018 14:48:42 +0000 |
Chris Cannam |
Move layer name text up a bit when rendering on a layer with a horizontal scale (i.e. spectrum)
spectrogramparam
|
Tue, 13 Nov 2018 14:06:48 +0000 |
Chris Cannam |
Make "zoom to region" work sensibly for slice/spectrum layers; ensure that min/max bin are remapped properly when changing fft size
spectrogramparam
|
Tue, 13 Nov 2018 13:39:01 +0000 |
Chris Cannam |
Make mention of the shift-drag feature and zooming in the status text
spectrogramparam
|
Mon, 12 Nov 2018 14:48:42 +0000 |
Chris Cannam |
Small speedups
spectrogramparam
|
Mon, 12 Nov 2018 11:34:34 +0000 |
Chris Cannam |
Use log-frequency rather than log-bin for calculating x coord in spectrum. This has the advantage that frequency positions don't move when we change the window size or oversampling ratio, but it does give us an unhelpfully large amount of space for very low frequencies - to be considered
spectrogramparam
|
Thu, 08 Nov 2018 12:55:36 +0000 |
Chris Cannam |
Retrieve only the values already determined to be peaks
spectrogramparam
|
Thu, 08 Nov 2018 11:12:04 +0000 |
Chris Cannam |
Fix "colour" rendering for spectrum (now resembles a filled "line" mode rather than a filled "block" mode)
spectrogramparam
|
Wed, 07 Nov 2018 15:59:10 +0000 |
Chris Cannam |
Switch spectrum to antialiased drawing with considerable speedup for the dense areas; take horizontal scale height into account when rendering slice layer height
spectrogramparam
|
Wed, 07 Nov 2018 11:37:51 +0000 |
Chris Cannam |
Add oversampling option to spectrum as well
spectrogramparam
|
Tue, 06 Nov 2018 15:42:35 +0000 |
Chris Cannam |
Merge from default branch
spectrogramparam
|
Tue, 06 Nov 2018 15:42:06 +0000 |
Chris Cannam |
Make the context help for custom controls explain how to reset them
|
Tue, 06 Nov 2018 13:36:04 +0000 |
Chris Cannam |
Experimental oversampling param
spectrogramparam
|
Tue, 06 Nov 2018 13:35:47 +0000 |
Chris Cannam |
Avoid nan/inf values (and consequent crash) in colour scale range
|
Tue, 06 Nov 2018 13:34:56 +0000 |
Chris Cannam |
Use label of property for tooltip, not just id of it
|
Tue, 06 Nov 2018 11:13:13 +0000 |
Chris Cannam |
Merge from branch zoom
|
Tue, 06 Nov 2018 10:51:46 +0000 |
Chris Cannam |
Fix incorrect start/end overlay drawing when zoomed far in
zoom
|
Tue, 06 Nov 2018 08:59:03 +0000 |
Chris Cannam |
Merge from default branch
zoom
|
Mon, 05 Nov 2018 13:30:21 +0000 |
Chris Cannam |
Scaling tweaks
|
Fri, 02 Nov 2018 15:23:53 +0000 |
Chris Cannam |
Short-circuit drawing a little bit for contiguous ranges
|
Fri, 02 Nov 2018 15:23:42 +0000 |
Chris Cannam |
Progressively increase sample-box size slightly
|
Thu, 01 Nov 2018 15:11:39 +0000 |
Chris Cannam |
Initialise level and pan from current state of layer's parameters (e.g. when reloading session)
waverevision
|
Thu, 01 Nov 2018 15:11:21 +0000 |
Chris Cannam |
Use a distinguishable text for this state
waverevision
|
Thu, 01 Nov 2018 10:12:12 +0000 |
Chris Cannam |
Merge branch waverevision
|
Wed, 31 Oct 2018 15:06:32 +0000 |
Chris Cannam |
Rework waveform renderer to use smooth paths, aiming to get near-pixel-identical results when zoomed out far enough for a single path not to be relevant
waverevision
|
Tue, 30 Oct 2018 16:23:03 +0000 |
Chris Cannam |
Fix the mix/merge channels behaviour in pixels-per-frame zone
|
Tue, 30 Oct 2018 15:32:05 +0000 |
Chris Cannam |
Minor tidying
|
Tue, 30 Oct 2018 15:32:01 +0000 |
Chris Cannam |
Add show-derivative option but, like inverting the colour scale, I don't think it's as useful as I'd hoped
|
Tue, 30 Oct 2018 14:00:20 +0000 |
Chris Cannam |
Fix inconsistency between centre frame actually set and centre frame notified as set, which caused the start frame location to creep out of place gradually as you page through
|
Thu, 18 Oct 2018 13:21:56 +0100 |
Chris Cannam |
Add mechanism for saving/loading colour maps by name/id rather than by numerical index, for future compatibility when adding to or changing the supported colour maps. Add two new colour maps (and one old one). Write out backward-compatible numerical indices for use when reloading in older versions. Also add a mechanism to invert the colour map, though I don't think it turns out useful enough to include in the UI.
|
Fri, 12 Oct 2018 11:17:29 +0100 |
Chris Cannam |
Merge
|
Fri, 05 Oct 2018 10:25:52 +0100 |
Chris Cannam |
Merge from default branch
zoom
|
Thu, 11 Oct 2018 18:26:45 +0100 |
Chris Cannam |
Merge
|
Thu, 11 Oct 2018 18:26:30 +0100 |
Chris Cannam |
Oops, typeof is not standard
|
Thu, 11 Oct 2018 14:59:34 +0100 |
Chris Cannam |
Rework cacheing logic to reduce the number of reallocations and be more correct about the repaint areas. I don't expect the difference to be really noticeable but in theory performance should be a little better...
|
Thu, 11 Oct 2018 10:15:45 +0100 |
Chris Cannam |
Fix ugly text positioning/drawing on osx
|
Wed, 10 Oct 2018 14:50:47 +0100 |
Chris Cannam |
Remove some debug bits
|
Wed, 10 Oct 2018 14:33:10 +0100 |
Chris Cannam |
Use zoom constraints more consistently, including the new RelativelyFine one
|
Wed, 10 Oct 2018 08:44:27 +0100 |
Chris Cannam |
Merge from branch zoom
|
Fri, 05 Oct 2018 09:59:41 +0100 |
Chris Cannam |
Debug tweaks
zoom
|
Wed, 03 Oct 2018 12:59:55 +0100 |
Chris Cannam |
Scale positioning
|
Wed, 03 Oct 2018 12:59:47 +0100 |
Chris Cannam |
Use newly-introduced cancel icon instead of fileclose. The deceptive name of fileclose had me thinking nobody was using it, so I removed it and the cancel buttons disappeared
|
Mon, 01 Oct 2018 15:48:20 +0100 |
Chris Cannam |
Merge from default branch
zoom
|
Mon, 01 Oct 2018 14:46:36 +0100 |
Chris Cannam |
Avoid blowing up when faced with min==max in parameter range
|