lanchpad project

Discussion in 'UDOO NEO' started by deingo, Mar 1, 2016.

  1. deingo

    deingo New Member

    Joined:
    Mar 1, 2016
    Messages:
    3
    Likes Received:
    1
    Hi, UDOOers I'm attempting the last year of high school in Italy.
    Me and a friend of mine are trying to assemble an homemade lanchpad to bring it at the final exam this year.
    Would you suggest us how we should start? I thought we will need some library that handles with sounds, so we would like to know if there is any that can help us to make a primordial launchpad.
     
    Andrea Rovai likes this.
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    Try pygame, a library of python. It can handle input events and music. The only downside I had was the HDMI output hampering.
    How is your launchpad wired to the Neo? On the Arduino side?
     
    deingo likes this.
  3. deingo

    deingo New Member

    Joined:
    Mar 1, 2016
    Messages:
    3
    Likes Received:
    1
    we need to use neo ,
    by the way thank you for the support.
     
  4. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    I understand that you need to use the Neo, but a Neo has 2 Processors, 1 Linux processor (A9) with is own Input/Output pins and a Arduino (M4) with its own Input/output pins.
    So on which input/output you are going to connect the launchpad? Be aware that you only can output music in the Linux Side.
    Arduino Input/output is easier to programm but you have to send some music commands over to the Linux side
     
  5. deingo

    deingo New Member

    Joined:
    Mar 1, 2016
    Messages:
    3
    Likes Received:
    1
    we use Arduino ,but the problem is to send the music commands to the linux side .
     
  6. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580

Share This Page