2020-01-08 |
Chris Cannam |
Update in-progress comments only
spectrogram-export
|
2020-01-07 |
Chris Cannam |
Fix typo in range
spectrogram-export
|
2020-01-07 |
Chris Cannam |
Comment only
spectrogram-export
|
2020-01-07 |
Chris Cannam |
Handle peaks
spectrogram-export
|
2020-01-07 |
Chris Cannam |
Provide export model
spectrogram-export
|
2020-01-06 |
Chris Cannam |
Start work on spectrogram export code
spectrogram-export
|
2019-11-22 |
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)
|
2019-11-21 |
Chris Cannam |
Merge
|
2019-11-21 |
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.
|
2019-10-31 |
Chris Cannam |
Further replacements of QRect::right() with the right (arf) calculation
|
2019-10-31 |
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
|
2019-10-17 |
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.
|
2019-10-17 |
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.
|
2019-10-17 |
Chris Cannam |
Update getPointToDrag to prefer boxes that are containing the mouse position in height as well as width
|
2019-10-16 |
Chris Cannam |
Make audio dial more visible in Mac dark mode
|
2019-10-16 |
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
|
2019-10-16 |
Chris Cannam |
Debug output
|
2019-10-16 |
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
|
2019-10-16 |
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.
|
2019-10-16 |
Chris Cannam |
Debug output tweaks
|
2019-10-15 |
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.
|
2019-10-15 |
Chris Cannam |
Avoid compiler warning
|
2019-10-15 |
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.
|
2019-10-15 |
Chris Cannam |
Fix #1951 Selecting row in data editor with multiple items having same frame always selects the first
|
2019-10-14 |
Chris Cannam |
Tidy / debug
|
2019-10-09 |
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
|
2019-10-09 |
Chris Cannam |
Fix failure to apply new frame when pasting events
|
2019-10-09 |
Chris Cannam |
Further light streamlining
|
2019-10-09 |
Chris Cannam |
Slightly streamline image scaling
|
2019-10-07 |
Chris Cannam |
Don't create alignment views at all if not requested (now that the request is made only at construction time)
|
2019-10-07 |
Chris Cannam |
Fix alignment of property box when switching back on after having been hidden
|
2019-10-07 |
Chris Cannam |
Fix compiler warning
|
2019-10-04 |
Chris Cannam |
Fix goof
|
2019-10-04 |
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.
|
2019-10-04 |
Chris Cannam |
Debug bits
|
2019-09-25 |
Chris Cannam |
Merge
|
2019-09-25 |
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.
|
2019-09-25 |
Chris Cannam |
Merge from branch time-frequency-boxes
|
2019-09-25 |
Chris Cannam |
With duration and two values, propose a box model (value and extent)
time-frequency-boxes
|
2019-09-25 |
Chris Cannam |
Tidying
time-frequency-boxes
|
2019-09-25 |
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
|
2019-09-25 |
Chris Cannam |
Rename TimeFrequencyBoxLayer to just BoxLayer, supporting vertical scales other than Hz
time-frequency-boxes
|
2019-09-21 |
Chris Cannam |
Fix confusion about capture scope with MSVC
time-frequency-boxes
|
2019-09-20 |
Chris Cannam |
This is what the icon is actually called
time-frequency-boxes
|
2019-09-20 |
Chris Cannam |
Item-editing updates needed for time-frequency box layer
time-frequency-boxes
|
2019-09-20 |
Chris Cannam |
Fixes to drag and paint in time-freq box layer
time-frequency-boxes
|
2019-09-20 |
Chris Cannam |
Shorten name (Boxes -> Box)
time-frequency-boxes
|
2019-09-19 |
Chris Cannam |
Add TimeFrequencyBoxes to layer factory
time-frequency-boxes
|
2019-09-19 |
Chris Cannam |
Introduce time-frequency box layer
time-frequency-boxes
|
2019-09-17 |
Chris Cannam |
Merge
|
2019-09-17 |
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.
|
2019-09-16 |
Chris Cannam |
Comment
|
2019-09-13 |
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
|
2019-09-13 |
Chris Cannam |
Debug updates
|
2019-09-13 |
Chris Cannam |
Debug changes
|
2019-09-12 |
Chris Cannam |
Only set maximum frequency on FFT model when in a special verticallyFixed mode
|
2019-09-12 |
Chris Cannam |
Set maximum frequency on FFT model to reduce cache size (experimental)
|
2019-09-12 |
Chris Cannam |
Pass the cache pointer through rather than looking it up afresh from the model id for each column
|
2019-09-11 |
Chris Cannam |
Generate peak cache directly from model, not from whole-model cache (which turns out to be very slow for large models)
|
2019-09-11 |
Chris Cannam |
More debug bits
|
2019-09-10 |
Chris Cannam |
Debug concerns
|
2019-09-04 |
Chris Cannam |
Indentation
|
2019-08-15 |
Chris Cannam |
Show relative pitch if recorded
|
2019-08-14 |
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
|
2019-08-13 |
Chris Cannam |
Toward trying to figure out a progress-bar problem
|
2019-08-13 |
Chris Cannam |
Ensure rightCropFrame doesn't end up rounded to the left of the desired end pixel
|
2019-08-09 |
Chris Cannam |
Improve drawn alignment of lines in AlignmentView against the view below; also cache the mapping locations
|
2019-08-08 |
Chris Cannam |
Debug
|
2019-08-08 |
Chris Cannam |
Fix overlooked alignment
|
2019-08-02 |
Chris Cannam |
Attempt a mechanism for the View to time-align a layer on display using an aligning version of the ViewProxy
|
2019-08-02 |
Chris Cannam |
Add direct method to get source model
|
2019-07-19 |
Chris Cannam |
Correct erroneous signal signature
|
2019-07-18 |
Chris Cannam |
Fix failure to show alignment progress bar
|
2019-07-17 |
Chris Cannam |
Merge from branch by-id
|
2019-07-17 |
Chris Cannam |
Tidy; also don't show cancel buttons for alignments
by-id
|
2019-07-17 |
Chris Cannam |
Fix inability to set layer's model to None
by-id
|
2019-07-15 |
Chris Cannam |
Emit a signal when a cancel is pressed
by-id
|
2019-07-12 |
Chris Cannam |
Comment
by-id
|
2019-07-05 |
Chris Cannam |
Update for removal of (public) getId from Model
by-id
|
2019-07-04 |
Chris Cannam |
Update for changes to PlayParameters
by-id
|
2019-07-03 |
Chris Cannam |
Further ModelId updates
by-id
|
2019-07-03 |
Chris Cannam |
Fix a number of Qt deprecation warnings
by-id
|
2019-07-02 |
Chris Cannam |
Further ModelId updates
by-id
|
2019-07-02 |
Chris Cannam |
Couple more updates
by-id
|
2019-07-02 |
Chris Cannam |
Further layer updates
by-id
|
2019-07-02 |
Chris Cannam |
Further layer updates for ModelById
by-id
|
2019-07-02 |
Chris Cannam |
Further layer updates for ModelById
by-id
|
2019-07-01 |
Chris Cannam |
Further layer updates
by-id
|
2019-07-01 |
Chris Cannam |
More layer updates
by-id
|
2019-06-28 |
Chris Cannam |
Further layer updates for ById
by-id
|
2019-06-27 |
Chris Cannam |
Some work on updating layers for ModelId bits
by-id
|
2019-06-13 |
Chris Cannam |
Add opportunistic-editing toggle
|
2019-06-13 |
Chris Cannam |
Don't try to draw scale from a dormant layer!
|
2019-05-24 |
Chris Cannam |
Merge
|
2019-05-24 |
Chris Cannam |
Don't attempt performance alignment when not in align mode
|
2019-05-24 |
Chris Cannam |
Fix incorrect frequency display in peak-freq mode
|