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