Git Product home page Git Product logo

Comments (6)

thomasgeissl avatar thomasgeissl commented on July 29, 2024

Hello @schef,
I will have a look.

Did the provided example compile?
Which platform are you using? Linux?

Please note that this project is a work in progress and quite unstable at the moment. There are still some bugs which I have not had the time to fix. Do not hesitate to file issues on github.

Thomas

from qmidi.

schef avatar schef commented on July 29, 2024

Hi,
i'm on archlinux up-to-date.
Maybe i'm mission some dependencies but i cant figure out which ones.
I'm new to QT so i don't know much about it.

from qmidi.

thomasgeissl avatar thomasgeissl commented on July 29, 2024

rtMidi should be the only dependency and it is included in this repo. I just compiled the example on Ubuntu. Have a look at the rtMidi project and check its dependencies.

It uses a dummy backend on your system, I guess you did not link against the rtMidi library or maybe you miss some dependencies.
The compiler also complains about multiple definitions.

Can you try if the following works for you?

git clone https://github.com/thomasgeissl/QMidi.git
cd QMidi/examples/example
mkdir build && cd $_
qmake ../example.pro
make

from qmidi.

schef avatar schef commented on July 29, 2024

Yes this works..and i can send midi messages using ./example program.

from qmidi.

thomasgeissl avatar thomasgeissl commented on July 29, 2024

Nice. If you want to include QMidi in your own app, just include QMidi.pri as in the example and it should compile.

I am going to close this. Just open new issues if you encounter any problems.

from qmidi.

schef avatar schef commented on July 29, 2024

Ok thanks..!:)

from qmidi.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.