Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT Read from ASIO (Guitar) Driver - Guitar Tuner example not compiling

QT Read from ASIO (Guitar) Driver - Guitar Tuner example not compiling

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    ifor38special
    wrote on last edited by
    #1

    All,

    I'm new to QT itself and this Guitar Tuner example is old (QT 4.8) so I'm going to try that level of SDK next but it won't compile so if anyone can help me out that would be great! If you update it to 5.2 even better.

    http://developer.nokia.com/community/wiki/File:Guitartuner_v2_0_NokiaDeveloperExample_Qt.zip

    Next (After this works) I want to get my Input from a Guitar Cable I have that goes into USB and uses a ASIO Driver. Anybody have some examples of input from an ASIO Driver that are working with 5.2 or any QT?

    FYI: Again, I don't know the API's just yet so learning what's what in that case.

    Thanks
    David

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kuzulis
      Qt Champions 2020
      wrote on last edited by
      #2

      In your case, just use ASIO API, see ASIO spec from the appropriate site. A Qt do not related with this issue, in principle, because it is pure C++ issue. If you can write C++ code using ASIO API then you can and port your code to Qt.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        To add to kuzulis, you might be interested by PortAudio that you can pretty easily integrate with Qt and offers a simple API to use ASIO

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved