miredu | MIR.EDU - NOTICE : MIR

 by   justinsalamon C++ Version: Current License: GPL-3.0

kandi X-RAY | miredu Summary

kandi X-RAY | miredu Summary

miredu is a C++ library. miredu has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

NOTICE: MIR.EDU has moved to please follow this link for the latest version of the library.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              miredu has a low active ecosystem.
              It has 6 star(s) with 0 fork(s). There are 2 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              miredu has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of miredu is current.

            kandi-Quality Quality

              miredu has no bugs reported.

            kandi-Security Security

              miredu has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              miredu is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              miredu releases are not available. You will need to build from source code and install.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of miredu
            Get all kandi verified functions for this library.

            miredu Key Features

            No Key Features are available at this moment for miredu.

            miredu Examples and Code Snippets

            No Code Snippets are available at this moment for miredu.

            Community Discussions

            No Community Discussions are available at this moment for miredu.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install miredu

            Currently only instructions for building under OSX and Linux are available. Windows instructions will be added in the future.
            First you need to download and build the Vamp plugin SDK, by following the steps below (based on <http://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/wiki/mtp1#1-Download-and-build-the-SDK>): 1.1. Download the Vamp plugin SDK from the "development headers and source code" link on the developer page at <http://vamp-plugins.org/develop.html> -- the file you want is vamp-plugin-sdk-N.tar.gz where N is the latest version number of the SDK. Save it into your home directory, open a terminal window, and unpack it. We'll also rename its directory to vamp-plugin-sdk for easier reference later on. ``` mac:dev justin$ ls vamp* vamp-plugin-sdk-2.2.tar.gz mac:dev justin$ tar xvzf vamp-plugin-sdk-2.2.tar.gz ... lots of output ... mac:dev justin$ mv vamp-plugin-sdk-2.2 vamp-plugin-sdk mac:dev justin$ ``` 1.2. At this point you really ought to read the README file in the SDK directory, and the README.osx (or README.linux) file in the SDK's build subdirectory. Here we'll skip that and plunge in and build the SDK directly. OSX: ``` mac:dev justin$ cd vamp-plugin-sdk mac:vamp-plugin-sdk justin$ mac:vamp-plugin-sdk justin$ make -f build/Makefile.osx sdk ... lots of output ... mac:vamp-plugin-sdk justin$ ``` Linux: ``` linux:dev justin$ cd vamp-plugin-sdk linux:vamp-plugin-sdk justin$ linux:vamp-plugin-sdk justin$ ./configure linux:vamp-plugin-sdk justin$ make ... lots of output ... linux:vamp-plugin-sdk justin$ ```
            Then, from the same folder where you placed the Vamp SDK (i.e. if the SDK is at ~/Documents/dev/vamp-plugin-sdk, you should start at ~/Documents/dev/) follow the instructions below: 2.1. Clone the MIR.EDU repository using git: ``` mac:dev justin$ git clone https://github.com/justinsalamon/miredu.git ``` 2.2. Enter the miredu folder: ``` mac:dev justin$ cd miredu mac:miredu justin$ ``` 2.3. Rename 'Makefile.osx' or 'Makefile.linux' to 'Make' and build the library: ``` mac:miredu justin$ mv Makefile.osx Makefile mac:miredu justin$ make ```
            If you built the library yourself:.
            Copy the compiled library (mir-edu.dylib) and metadata files (mir-edu.cat and mir-edu.n3) to your 'Vamp' plug-ins folder (you may have to create the Vamp folder is it doesn’t exist yet): ``` mac:dev justin$ mkdir /Library/Audio/Plug-ins/Vamp mac:dev justin$ cd miredu mac:miredu justin$ mac:miredu justin$ cp mir-edu.dylib mir-edu.cat mir-edu.n3 /Library/Audio/Plug-Ins/Vamp/ ```
            Copy the pre-compiled library (builds/osx/mir-edu.dylib) and metadata files (mir-edu.cat and mir-edu.n3) to your 'Vamp' plug-ins folder (you may have to create the Vamp folder is it doesn’t exist yet): ``` mac:dev justin$ mkdir /Library/Audio/Plug-ins/Vamp mac:dev justin$ cd miredu mac:miredu justin$ mac:miredu justin$ cp builds/osx/mir-edu.dylib mir-edu.cat mir-edu.n3 /Library/Audio/Plug-Ins/Vamp/ ```
            Copy the compiled library (mir-edu.so) and metadata files (mir-edu.cat and mir-edu.n3) to your 'vamp' plug-ins folder (you may have to create the vamp folder is it doesn’t exist yet): ``` linux:dev justin$ mkdir ~/vamp linux:dev justin$ cd miredu linux:miredu justin$ linux:miredu justin$ cp mir-edu.so mir-edu.cat mir-edu.n3 ~/vamp/ ```
            Copy the pre-compiled library (builds/osx/mir-edu.dylib) and metadata files (mir-edu.cat and mir-edu.n3) to your 'Vamp' plug-ins folder (you may have to create the Vamp folder is it doesn’t exist yet): ``` linux:dev justin$ mkdir ~/vamp linux:dev justin$ cd miredu linux:miredu justin$ linux:miredu justin$ cp builds/linux64/mir-edu.so mir-edu.cat mir-edu.n3 ~/vamp/ ```
            Copy the pre-compiled library (miredu\builds\windows\mir-edu.dll) and metadata files (mir-edu.cat and mir-edu.n3) to your 'Vamp Plugins' folder (you may have to create the Vamp Plugins folder is it doesn’t exist yet): 32 bit: C:\Program Files\Vamp Plugins\ 64 bit: C:\Program Files (x86)\Vamp Plugins\

            Support

            MIR.EDU is written and maintained by: Justin Salamon email: <justin.salamon@nyu.edu> web: www.justinsalamon.com.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/justinsalamon/miredu.git

          • CLI

            gh repo clone justinsalamon/miredu

          • sshUrl

            git@github.com:justinsalamon/miredu.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular C++ Libraries

            tensorflow

            by tensorflow

            electron

            by electron

            terminal

            by microsoft

            bitcoin

            by bitcoin

            opencv

            by opencv

            Try Top Libraries by justinsalamon

            audio_to_midi_melodia

            by justinsalamonPython

            scaper

            by justinsalamonPython

            melosynth

            by justinsalamonPython

            melodia_python_tutorial

            by justinsalamonHTML

            skm

            by justinsalamonPython