2016-11-25 |
Chris Cannam |
Add Winnow as well
subdivide-instants
|
2016-11-25 |
Chris Cannam |
Implement "Subdivide Selected Instants". Also add the relabel command to the history, which I previously forgot to do!
subdivide-instants
|
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.
piper
|
2016-10-21 |
Chris Cannam |
Error reporting for Piper server startup
piper
|
2016-10-18 |
Chris Cannam |
MSVC build fixes, and show 32/64-bit in About
msvc2015_64
|
2016-08-15 |
Chris Cannam |
Patch from Fab Nicol to fix a problem with Recent Files menu:
3.0-integration
|
2016-04-27 |
Chris Cannam |
Update Qt copyright note
3.0-integration
|
2016-04-22 |
Chris Cannam |
Update subrepos
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-04-15 |
Chris Cannam |
Check for plugin scan helper checker helper program in suitable directory, & tidy up warning messages somewhat
pluginscan
|
2016-04-14 |
Chris Cannam |
Make use of, and warn for, the plugin checker for all types of plugin. Haven't yet resolved the question of how to install and find it.
pluginscan
|
2016-01-19 |
Chris Cannam |
Show warning to the user when plugin population has problems
plugin-startup-test
|
2015-09-17 |
Chris Cannam |
Merge from branch "recording"
3.0-integration
|
2015-09-15 |
Chris Cannam |
Add audio record mode (option to replace session) and support for browsing to record directory
recording
|
2015-08-20 |
Chris Cannam |
Check for audioIO as well as play target; + deployment bits
3.0-integration
|
2015-08-20 |
Chris Cannam |
Merge from branch recording
3.0-integration
|
2015-08-18 |
Chris Cannam |
OK, we can record -- sort of
recording
|
2015-08-18 |
Chris Cannam |
Start stubbing in audio record
recording
|
2015-08-04 |
Chris Cannam |
Merge from branch bqaudioio
3.0-integration
|
2015-07-24 |
Chris Cannam |
Merge from default branch
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-13 |
Chris Cannam |
Make the play-speed dial settings much easier to understand and use (fixes #1328)
|
2015-06-26 |
Chris Cannam |
Merge from branch osx-retina
3.0-integration
|
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-10 |
Chris Cannam |
Merge from default branch
osx-retina
|
2015-06-10 |
Chris Cannam |
Report error if transform fails (during operation, rather than at start as was already reported)
|
2015-05-22 |
Chris Cannam |
Add half-wave rectification option to Colour 3D Plot layer
|
2015-05-14 |
Chris Cannam |
Merge from branch scalable-icons
osx-retina
|
2015-05-12 |
Chris Cannam |
Copyright date
|
2015-05-06 |
Chris Cannam |
Experiment with loading SVGs
scalable-icons
|
2015-03-10 |
Chris Cannam |
More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least.
cxx11
|
2015-03-10 |
Chris Cannam |
Further dedicated-types fixes
cxx11
|
2015-03-04 |
Chris Cannam |
Now builds with current svcore; next, try it again with -Wconversion in svgui, svapp, and sonic-visualiser
cxx11
|
2015-03-02 |
Chris Cannam |
Specify UTF-8 encoding when writing XML formats -- the XML header always indicated UTF-8 but the QTextStream defaulted to local encoding which is generally not UTF-8 on Windows
|
2015-01-16 |
Chris Cannam |
Fix arg in string
|
2014-12-04 |
Chris Cannam |
Quick hack at a multiplex option for transform input (see #1108)
|
2014-12-01 |
Chris Cannam |
Start work on unit converter
|
2014-09-10 |
Chris Cannam |
Pull across beta bits from prior beta branch
2.4beta2 sv_v2.4beta2
|
2014-09-09 |
Chris Cannam |
Use openPath instead of open() when opening local file or URL (for progress indicator). I think I didn't realise this distinction between the two functions, which formerly were both named open().
|
2014-09-03 |
Chris Cannam |
Fix dead code; fix previous fix to midi insertion logic
|
2014-09-03 |
Chris Cannam |
Return seems to work better than Enter here
|
2014-09-03 |
Chris Cannam |
Fix incoherent logic for what happens if MIDI arrives while no suitable layer is current (from coverity scan)
|
2014-09-03 |
Chris Cannam |
Fix local declaration hiding outer scope, which caused export-multiple to export a single file as well as the multiple one (from coverity scan)
|
2014-09-02 |
Chris Cannam |
Restore the old prev/next layer commands (that were never enabled because they didn't work) using the new fixed order layer list (so they now do work)
|
2014-09-01 |
Chris Cannam |
Fix #1039 (Menu bar missing, under Ubuntu with Gnome 3)
|
2014-08-14 |
Chris Cannam |
Show beta version
2.4beta1
|
2014-08-13 |
Chris Cannam |
Beta release dialog
2.4beta1
|
2014-08-13 |
Chris Cannam |
Give some dialogs their proper parents
|
2014-08-13 |
Chris Cannam |
If current pane has the main model in it as a waveform, use that for the pan layer even if it isn't the top layer in the pane
|
2014-08-13 |
Chris Cannam |
Remove model from pan layer when it's about to be deleted, fixing #1035
|
2014-08-13 |
Chris Cannam |
Tidy
|
2014-08-13 |
Chris Cannam |
Debug out
|
2014-08-13 |
Chris Cannam |
Call finaliseMenus again each time the pane/layer menus are reworked
|
2014-08-13 |
Chris Cannam |
Some temporary action debug output
|
2014-07-02 |
Chris Cannam |
Fix #1024 - avoid status bar repainting all its siblings when its message changes (and it resizes) by using a widget in the status bar for the label instead of the bar itself.
|
2014-07-01 |
Chris Cannam |
Only update message if it has actually changed
|
2014-06-17 |
Chris Cannam |
Various size_t etc removals, and compiler warning fixes
warnfix_no_size_t
|
2014-06-03 |
Chris Cannam |
Call out to finaliseMenus() to fix up single-key shortcuts on OS/X with Qt5
|
2014-05-09 |
Chris Cannam |
Merge from default branch
tony_integration
|
2014-04-02 |
Chris Cannam |
Remove tool-specific keyboard shortcut reference registration from Pane and put it in MainWindow (as it depends on which tools are in use)
tony_integration
|
2014-03-28 |
Chris Cannam |
Start up with the correct values of toggleable menu entries
|
2014-01-28 |
Chris Cannam |
Merge subrepos from tonioni
tony_integration
|
2013-12-12 |
Chris Cannam |
Add network permission to prefs; make OSC support one of the things that depends on it
|
2013-12-11 |
Chris Cannam |
Merge from default branch
imaf_enc sv-v2.3-imaf
|
2013-12-05 |
Chris Cannam |
Merge from default branch, fix build
imaf_enc
|
2013-12-05 |
Chris Cannam |
Remove duplicate shortcut
|
2013-11-26 |
Chris Cannam |
Drop std:: from cerr, cout, endl; drop toStdString etc; build fix
|
2013-11-26 |
Chris Cannam |
Add network permission question box on first startup
|
2013-11-26 |
Chris Cannam |
Restore and update old Surveyer class (survey itself is not there yet)
|
2013-11-04 |
Chris Cannam |
Merge from default branch
imaf_enc
|
2013-11-04 |
Chris Cannam |
Fix from Jesus Corral Garcia (for crashes etc)
imaf_enc
|
2013-11-04 |
Chris Cannam |
IMAF load code from Jesus Corral Garcia
imaf_enc
|
2013-10-09 |
Chris Cannam |
Add "Export Audio Data" to export audio waveform data into CSV or similar
|
2013-09-20 |
Chris Cannam |
If maximised on exit, don't save (maximised) geometry but instead mark as maximised and maximise on restart
|
2013-07-24 |
Chris Cannam |
Reset cyclical counters when document is replaced (#182)
|
2013-07-24 |
Chris Cannam |
Switch back to navigate mode when document is replaced (#182)
|
2013-07-19 |
Chris Cannam |
Full-screen fixes
|
2013-05-16 |
Chris Cannam |
Clean up more tidily on exit
|
2013-03-11 |
Chris Cannam |
Update for Qt5 compatibility; use subrepo for dataquay
qt5
|
2013-03-07 |
Chris Cannam |
Copyright notes and dates, CHANGELOG
|
2012-12-11 |
Chris Cannam |
Fix failure to either export a file or explain why, when exporting an unsupported layer type to rdf
|
2012-11-16 |
Chris Cannam |
Remove obsolete comment
|
2012-11-16 |
Chris Cannam |
Pull out app name into arg, pull down description label from superclass
|
2012-07-16 |
Chris Cannam |
Add signing, update copyright date
|
2012-07-02 |
Chris Cannam |
Add means to replace the main audio model
|
2012-01-30 |
Chris Cannam |
Small changes to management of dialogs
|
2012-01-30 |
Chris Cannam |
Merge
|
2012-01-30 |
Chris Cannam |
Connect quit function directly to closeAllWindows rather than try to closeAllWindows from close() (which strangely hangs on Windows)
|
2012-01-30 |
Chris Cannam |
Fix possibly uninitialised variable
|
2012-01-30 |
Chris Cannam |
Merge from branch "fullscreen"
|
2012-01-30 |
Chris Cannam |
Give a dedicated key to toggling the centre line, and move it out of the overlay level setting -- reducing number of overlay levels to 3. Introduce two distinct vertical scale types (so that we can hide the spectrogram colour scale part easily)
|
2012-01-23 |
Chris Cannam |
Connect up various keyboard actions in full-screen mode
fullscreen
|
2012-01-20 |
Chris Cannam |
Make it possible to toggle full-screen through the menu
fullscreen
|
2012-01-20 |
Chris Cannam |
Make the full-screen mode come up correctly (though not on demand!) and slot back in to the window when Esc is pressed
fullscreen
|
2012-01-19 |
Chris Cannam |
Minor non-working change...
fullscreen
|
2012-01-19 |
Chris Cannam |
Ensure all windows are closed when the main one is (thus exiting the application even if some other windows were still open)
|
2012-01-19 |
Chris Cannam |
Start hacking in some fullscreen stuff (so far, this is just a mess)
fullscreen
|
2011-10-18 |
Chris Cannam |
Do not start transform factory's uninstalled transforms population thread in library edition -- don't want network access
integration_library
|
2011-10-17 |
mathieub |
Merge from the default branch
integration_library
|
2011-10-17 |
Chris Cannam |
Add option to make the newly saved template the default
|
2011-10-17 |
mathieub |
Remove the survey and the version tester for the library edition
integration_library
|
2011-08-23 |
mathieub |
Update of MainWindow.cpp
integration_library
|
2011-07-25 |
mathieub |
Merge with the Kiosk branch
integration_library
|
2011-07-25 |
mathieub |
Merge with the Kiosk branch
integration_library
|
2011-07-22 |
Chris Cannam |
* Avoid crash on startup if m_alAction does not exist (which happens if no MATCH plugin)
toggle
|
2011-07-21 |
Chris Cannam |
Textual changes only
toggle
|
2011-07-04 |
mathieub |
Start in minimal mode option added in the Preferences/Appearance menu
toggle
|
2011-07-04 |
mathieub |
Add/remove several actions from the Playback menu when switching mode: constrain playback to selection, loop, solo, align
toggle
|
2011-06-26 |
Chris Cannam |
Merge from branch "templating"
|
2011-06-26 |
Chris Cannam |
Rename "Classic" to "Standard" waveform
templating
|
2011-06-24 |
Chris Cannam |
Save window size and position on exit only if we are not in minimal mode -- since application always starts up in "maximal" mode
toggle
|
2011-06-24 |
Chris Cannam |
Oops -- we don't want to hide the Playback menu
toggle
|
2011-06-24 |
Chris Cannam |
Hide spacings around speed/fader controls and overview widget when in minimal mode
toggle
|
2011-06-24 |
Chris Cannam |
Hide and restore menus that are not needed in minimal mode
toggle
|
2011-06-24 |
Chris Cannam |
Process events before adjusting size, so that adjustSize gets the correct visibility status for each widget
toggle
|
2011-06-24 |
Chris Cannam |
Save size before switching to minimal mode, restore it when switching back. This is the same mechanism as used to save/restore the window size when exiting & restarting the program
toggle
|
2011-06-24 |
Chris Cannam |
Rename "visible" to "show" to avoid confusion between current state and required activity
toggle
|
2011-06-24 |
Chris Cannam |
The pane stack is in a scroll view! I'd forgotten that. So, let's show and hide that instead
toggle
|
2011-06-21 |
mathieub |
Add a new feature to allow users to toggle between minimal and full modes. This is done by hiding/showing the pane stack, menu actions, and toolbars. The main part of the process is handled in MainWindow::toggleViewMode(). The toggle view mode option appears in the View Menu and is associated with a new toolbar button. Two icons have been added in the resources. They come from: http://www.iconfinder.com/icondetails/42115/32/
toggle
|
2011-06-14 |
Chris Cannam |
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
|
2011-06-14 |
Chris Cannam |
Merge from debug-output branch
|
2011-05-23 |
Chris Cannam |
Add default session template to Preferences; tidy up menu functions and states
templating
|
2011-05-17 |
Chris Cannam |
Replace the change-default-template menu functions with apply-template functions that act immediately.
templating
|
2011-05-17 |
Chris Cannam |
Merge from the default branch
templating
|
2011-05-16 |
Chris Cannam |
Convert many cerrs to DEBUGs
debug-output
|
2011-05-12 |
Chris Cannam |
Remove most toStdString calls (no longer needed, with debug header)
debug-output
|
2011-05-11 |
Chris Cannam |
Sanitise template file name; ask for confirmation when overwriting
templating
|
2011-05-11 |
Chris Cannam |
Add some "proper" default templates; ensure default template is updated in menu if our template file disappears
templating
|
2011-05-11 |
Chris Cannam |
Use new write mode option for WavFileWriter
|
2011-05-10 |
Chris Cannam |
Ensure last used template is remembered in settings
templating
|
2011-05-10 |
Chris Cannam |
Add filesystem watcher to recreate template menu when templates change; start implementing save-session-as-template
templating
|
2011-05-09 |
Chris Cannam |
Add a bit more substance to the templates menu, and improve some naming
templating
|
2011-05-09 |
Chris Cannam |
Start to add templates menu; add default template
templating
|
2011-04-28 |
Chris Cannam |
Change ReplaceMainModel to ReplaceSession for templating branch purposes
templating
|
2011-04-28 |
Chris Cannam |
Merge from branch "feature_150_menu_arrangement"
templating
|
2011-04-28 |
Chris Cannam |
rename Recent Files -> Open Recent
feature_150_menu_arrangement
|
2011-04-28 |
Chris Cannam |
Make openSomething always use ReplaceMainModel rather than AskUser (for #150)
feature_150_menu_arrangement
|
2011-04-28 |
Chris Cannam |
Minimal menu changes for feature #150
feature_150_menu_arrangement
|
2011-04-27 |
Chris Cannam |
Use ReplaceSession mode where appropriate in place of ReplaceMainModel (#148)
templating
|
2011-04-14 |
Chris Cannam |
Once again, avoid multiple entries in right-button Layer menu when more than one audio file loaded; fix to ensure correct model is picked up for Add Layer on this menu
|
2011-03-22 |
mathieub |
Modifications for the Kiosk edition
kiosk
|
2011-02-04 |
Chris Cannam |
Merge
|
2011-02-04 |
Chris Cannam |
* Add Paste at Playback Position
|
2011-02-03 |
Chris Cannam |
* Update dates, add README
|
2010-10-24 |
Chris Cannam |
* Add show/hide time rulers toggle (on # key)
|
2010-10-18 |
Dan Stowell |
importITunesAudio() now sets the SV playback position too
macness
|
2010-10-18 |
Dan Stowell |
ITunesSVRemote methods to query playback position and state
macness
|
2010-10-18 |
Dan Stowell |
Encapsulate itunes-remote functionality into class ITunesSVRemote. Provides context for playback sync etc
macness
|
2010-10-18 |
Dan Stowell |
Mac Dock menu uses same import-itunes-action as the File menu
macness
|
2010-10-15 |
Dan Stowell |
only do genre stuff etc if itunes returns a file
macness_autotpl
|
2010-10-15 |
Dan Stowell |
method to map from genre string to template choice; and to use it when importing from itunes
macness_autotpl
|
2010-10-15 |
Dan Stowell |
svitunes: retrieve the genre metadata, as well as the path
macness
|
2010-10-12 |
Dan Stowell |
on mac, add item to File menu "Import current track from iTunes". TODO: set inactive if itunes not open; connect up with the dock menu stuff.
macness
|
2010-10-08 |
Chris Cannam |
* Reinstate configure dialog for transforms (closes #16)
|
2010-07-16 |
Chris Cannam |
* Patch from Dan Stowell to provide shortcuts to add layers (additionally to the
|
2010-06-22 |
Chris Cannam |
* Separator in RMB layer menu
|
2010-06-15 |
Chris Cannam |
* Add the spectrogram (etc) layer options (back) to the right-button menu;
|
2010-06-15 |
Chris Cannam |
* Fix duplicate entries on right-button Layer menu when more than one audio
|
2010-05-05 |
Chris Cannam |
* Version and dates
|
2009-10-22 |
Chris Cannam |
* Layer data editor window: fix sorting for columns in region model,
sv-v1.7.1
|
2009-09-28 |
Chris Cannam |
* Add "Insert Item at Selection" (wording could be improved!)
sv-v1.7
|
2009-09-25 |
Chris Cannam |
* ctrl+shift+s (or cmd+... on mac) shortcut for save as (for dans)
|
2009-08-27 |
Chris Cannam |
* Fixes to newer-version and survey-offering logic
|
2009-08-27 |
Chris Cannam |
* Offer the user a chance to answer our survey (only once, and only after
|
2009-08-14 |
Chris Cannam |
* Fix crash on exit on win32. This was caused by incorrectly using fftw_free()
|
2009-06-16 |
Chris Cannam |
...
|
2009-04-23 |
Chris Cannam |
* offer choice of audio files to export only if there is more than one
|
2009-03-30 |
Chris Cannam |
* fix to rounding problems in plugin parameter box
|
2009-03-30 |
Chris Cannam |
* add ffwd/rwd-similar to menu and add shortcuts for them (shift+pgup/down)
|
2009-03-24 |
Chris Cannam |
* Very crudely, add an option for the audio file to be exported from
|
2009-03-17 |
Chris Cannam |
* use SV_VERSION in help url... why on earth didn't I do that already?
|
2009-03-12 |
Chris Cannam |
* Fix incorrect re-enabling of the Solo button when the active waveform
|
2009-02-27 |
Chris Cannam |
* Activity log updates
|
2009-02-26 |
Chris Cannam |
* If a time-value layer is current when a midi note event is received,
|
2009-02-26 |
Chris Cannam |
* Handle zero-velocity note ons as well as note offs (can't believe I
|
2009-02-25 |
Chris Cannam |
* Make it possible to record live MIDI to a note layer.
|
2009-02-25 |
Chris Cannam |
* Make Activity Log a bit more of a proper window
|
2009-02-25 |
Chris Cannam |
* Somewhat better MIDI-based time instant timing
|
2009-02-24 |
Chris Cannam |
* more rudiments of midi->instants
|
2009-02-24 |
Chris Cannam |
* rtmidi & activity updates
|
2009-02-24 |
Chris Cannam |
* Add vestigial Activity Log
|
2009-02-23 |
Chris Cannam |
* Wire up MIDI input port (as far as printing a message when an event comes
|
2008-12-12 |
Chris Cannam |
* Attempt to be a bit more useful when dropping multiple files on window
|
2008-12-05 |
Chris Cannam |
* Improvements to importer feedback dialogs and suchlike
sv-v1.4 sv-v1.4rc1
|
2008-12-02 |
Chris Cannam |
* Permit viewing (though not editing) colour 3d plot layer data in
|
2008-11-28 |
Chris Cannam |
* Much more sensible pane layouts, etc., when loading RDF; also offer
|
2008-11-21 |
Chris Cannam |
* Make it possible to import an entire session from an RDF document.
|
2008-11-21 |
Chris Cannam |
* Use enum for transform type instead of trying to do dumb things like
|
2008-11-20 |
Chris Cannam |
* Make it possible to Find a Transform even when no file loaded (it
|
2008-11-19 |
Chris Cannam |
* Add some informative labels to transform finder
|
2008-11-18 |
Chris Cannam |
* Updates to version and about box
|
2008-11-13 |
Chris Cannam |
* Avoid crash when "hiding" non-visible splash (I don't quite understand
|
2008-11-13 |
Chris Cannam |
* Add Redland datastore support to SimpleSPARQLQuery
|
2008-11-11 |
Chris Cannam |
* Start thread to populate uninstalled transforms only on request
|
2008-11-07 |
Chris Cannam |
* Update to new-line vamp plugin sdk
|
2008-10-17 |
Chris Cannam |
* Add persistent cache file support to FileSource (e.g. for RDF
|
2008-10-14 |
Chris Cannam |
* Add beginnings of capability to search plugins that are not yet
|
2008-09-29 |
Chris Cannam |
* More transform finder stuff
|
2008-09-29 |
Chris Cannam |
* More SelectableLabel and TransformFinder tweaking
|
2008-09-23 |
Chris Cannam |
* Start work on TransformFinder dialog
|
2008-09-22 |
Chris Cannam |
* Add beginnings of transform-search-by-text function
|
2008-07-10 |
Chris Cannam |
* Updates for 1.3
sv1-v1.3 sv1-v1.3rc1
|
2008-07-07 |
Chris Cannam |
* Reduce time stretcher to one channel when overload occurs
|
2008-06-18 |
Chris Cannam |
* Add playback controls to data edit dialog
|
2008-06-11 |
Chris Cannam |
* A bit more work on the data editor
|
2008-06-09 |
Chris Cannam |
* basics of data editing in data table view
|
2008-06-06 |
Chris Cannam |
* Start adding a spreadsheet-style editor window for model data
|
2008-05-29 |
Chris Cannam |
* Note about libpulse copyright
|
2008-05-08 |
Chris Cannam |
* Speed up spectrogram painting by releasing mutex in FFTDataServer
|
2008-04-29 |
Chris Cannam |
* Save alignments to session file. Needs much testing.
|
2008-03-12 |
Chris Cannam |
* Move plugin/transform to plain transform. This way transform can depend on
|
2008-03-12 |
Chris Cannam |
* juggle some files around in order to free audioio, base, and system libraries
|
2008-03-11 |
Chris Cannam |
* (failed) attempt to hide splash screen when error occurs on startup
|
2008-02-27 |
Chris Cannam |
* Merge from trunk
spectrogram-cache-rejig
|
2008-02-27 |
Chris Cannam |
* merge from trunk (1.2 ended up being tracked from trunk, but we may want
1.2-stable
|
2008-02-18 |
Chris Cannam |
* fix to selection of default input material for transform -- avoid drawing
|
2008-02-12 |
Chris Cannam |
* Allow entry of numbers smaller than 1 in the Set Counters dialog
|
2008-02-08 |
Chris Cannam |
* PortAudio driver: do not specify frames per buffer, let PA decide
sv1-v1.2pre4
|
2008-02-06 |
Chris Cannam |
* line up overview widget nicely with main pane (at least on first startup)
sv1-v1.2pre3
|
2008-02-06 |
Chris Cannam |
* Add pitch range in octaves, semitones and cents to the measurement rect
|
2008-02-06 |
Chris Cannam |
* More work on aligning copy/paste between layers. It's a surprisingly
|
2008-01-23 |
Chris Cannam |
* Part of #1877436 transform fails to re-run when file loaded at different rate
|
2008-01-23 |
Chris Cannam |
* Various fixes to object lifetime management, particularly in the spectrum
|