Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cannam

Pages: [1] 2 3 ... 19
1
I regret to announce that we will be declaring surrender in the war on spam registrations, and closing this forum permanently at the end of February 2018.

The forum content will be retained in the form of a static mirror of the current site, with a note on each page to warn readers that it is purely static content and that it is no longer possible to register, log in, or post.

Although the forum does not get a huge amount of traffic, we will need to seek some alternative ways to ask questions and get feedback on Vamp plugin development and the use of Sonic Visualiser. If you have any thoughts or preferences about good ways to handle this, please drop me an email at c.cannam (at) qmul.ac.uk.

Thanks,

Chris

2
I regret to announce that we will be declaring surrender in the war on spam registrations, and closing this forum permanently at the end of February 2018.

The forum content will be retained in the form of a static mirror of the current site, with a note on each page to warn readers that it is purely static content and that it is no longer possible to register, log in, or post.

Although the forum does not get a huge amount of traffic, we will need to seek some alternative ways to ask questions and get feedback on Vamp plugin development and the use of Sonic Visualiser. If you have any thoughts or preferences about good ways to handle this, please drop me an email at c.cannam (at) qmul.ac.uk.

Thanks,

Chris

3
I regret to announce that we will be declaring surrender in the war on spam registrations, and closing this forum permanently at the end of February 2018.

The forum content will be retained in the form of a static mirror of the current site, with a note on each page to warn readers that it is purely static content and that it is no longer possible to register, log in, or post.

Although the forum does not get a huge amount of traffic, we will need to seek some alternative ways to ask questions and get feedback on Vamp plugin development and the use of Sonic Visualiser. If you have any thoughts or preferences about good ways to handle this, please drop me an email at c.cannam (at) qmul.ac.uk.

Thanks,

Chris

4
I regret to announce that we will be declaring surrender in the war on spam registrations, and closing this forum permanently at the end of February 2018.

The forum content will be retained in the form of a static mirror of the current site, with a note on each page to warn readers that it is purely static content and that it is no longer possible to register, log in, or post.

Although the forum does not get a huge amount of traffic, we will need to seek some alternative ways to ask questions and get feedback on Vamp plugin development and the use of Sonic Visualiser. If you have any thoughts or preferences about good ways to handle this, please drop me an email at c.cannam (at) qmul.ac.uk.

Thanks,

Chris

5
I regret to announce that we will be declaring surrender in the war on spam registrations, and closing this forum permanently at the end of February 2018.

The forum content will be retained in the form of a static mirror of the current site, with a note on each page to warn readers that it is purely static content and that it is no longer possible to register, log in, or post.

Although the forum does not get a huge amount of traffic, we will need to seek some alternative ways to ask questions and get feedback on Vamp plugin development and the use of Sonic Visualiser. If you have any thoughts or preferences about good ways to handle this, please drop me an email at c.cannam (at) qmul.ac.uk.

Thanks,

Chris

6
For my part, I couldn't really think of anything to suggest I'm afraid.

I suppose the one thing worth suggesting (except that you did say you'd tried the menu functions already) might be to try the three functions on the View menu labelled "Show No Overlays", "Show Minimal Overlays", and "Show All Overlays". These are bound to the 0, 9, and 8 keys and they control how much detail is shown in the scale and other labels on the main view.

7
Getting and Using Vamp Plugins / Re: 64-bit availability
« on: January 31, 2018, 15:45:03 »
Not yet I'm afraid. But it should absolutely be possible to use the 32-bit versions of these plugins with the 64-bit Sonic Visualiser for Windows. If their DLL files are installed in

Code: [Select]
C:\Program Files (x86)\Vamp Plugins
then the 64-bit SV should find them, using a 32-bit helper application that is packaged with it.


8
Host Forum: Sonic Visualiser / Re: Sonic Visualiser 3.0 released!
« on: March 07, 2017, 14:33:01 »
And predictably enough, within a week a 3.0.1 is necessary!

Downloads from the usual place: http://sonicvisualiser.org/download.html

The update fixes two crashes on Windows and updates the MIDI device driver layer on all platforms.


Chris

9
Plugin Development / Vamp Plugin SDK v2.7 available!
« on: March 03, 2017, 11:47:18 »
Version 2.6 of the Vamp plugin SDK is now available.

   http://www.vamp-plugins.org/

Vamp is a plugin API for audio analysis and feature extraction plugins written in C or C++.  Its SDK features an easy-to-use set of C++ classes for plugin and host developers, a reference host implementation, example plugins, and documentation.  It is supported across Linux, OS/X, and Windows.

A documentation guide to writing plugins using the Vamp SDK can be found at http://www.vamp-plugins.org/guide.pdf.

Version 2.7 is a bugfix and minor enhancement release. For more details, see the changelog at

http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/repository/entry/CHANGELOG


Chris

10
Host Forum: Sonic Visualiser / Sonic Visualiser 3.0 released!
« on: March 03, 2017, 11:45:05 »
Sonic Visualiser 3.0 is out!

What's new in this release: http://sonicvisualiser.org/new-in-v3.html
Downloads: http://sonicvisualiser.org/download.html


Chris

13
Hi there -- I believe this plugin doesn't show up because Audacity has no way to display any of its outputs. Audacity only shows those plugins that have at least one output that can be displayed on a label track -- it can't display grid output from Vamp plugins, and all of the CQ outputs are grids.

That is the way it used to work anyway, I haven't checked the code very recently.

14
It's true that there has never been a 64-bit Windows build of the QM Vamp Plugins. Making one is a priority for us once SV v3.0 is out.

There are various reasons why few Vamp plugins are available in 64-bit builds for Windows.

The proximate reason is that none of the most widely-used Vamp hosts (Sonic Visualiser, Sonic Annotator, Audacity) exists in a 64-bit Windows version. Since 32-bit hosts can't load 64-bit plugins, there's no pressing reason to produce 64-bit plugins. This will change with Sonic Visualiser v3.0, which for the first time will have a 64-bit Windows build, as well as an adapter that allows it to load 32-bit plugins (out-of-process). So SV v3.0 can continue to use the 32-bit Windows plugins, but also provides more of an incentive to produce 64-bit ones.

In a way this can be attributed to Microsoft's success at providing excellent 32-bit compatibility in 64-bit Windows. On both Linux and OSX we have already had to face the issue of requiring all existing plugins to be rebuilt in 64-bit versions because the underlying platform standard changed. This has never been forced on anyone in the Windows world.

Finally there are various practical reasons, such as that many of the 32-bit Windows plugin builds have been produced using the MinGW compiler which until recently was not readily available in a stable 64-bit version. (I think until fairly recently the 64-bit Visual C++ compiler wasn't included in the free version of Visual Studio either?) So it's not just a question of using the same native platform compiler on the newer platform and getting a new build for the new architecture, as it has been on both Linux and OSX.

The QM plugin set is relatively tricky to rebuild as well, because of its use of LAPACK and BLAS.

Anyway, that's the explanation -- the short answer is that a 64-bit version is "planned soon".


Chris

Pages: [1] 2 3 ... 19