Search results

  1. MikeSound

    Very Flexible single Button CUE Controller

    Hei hei Yes I know, another MIDI Controller :). BUT! This one sends out dedicated Keystroks (USB HID Keyboard), USB-Midi and traditional MIDI. The Keystrokes are even faster recognized as USB-MIDI by DAWs etc! Both Keystrokes or MIDI can be chosen from a set of most used or know types like...
  2. MikeSound

    [queued] TEAMS-, ZOOM-Headset by upcicling an old Phone

    Just a little update.. The source and schematics are now online on Github. https://github.com/UTZbox/Analog2USBPhone Oh that's great! and yes I will start a new thread for following projects. Thanks again!
  3. MikeSound

    [queued] TEAMS-, ZOOM-Headset by upcicling an old Phone

    Dear Paul Thank you very much! I really appreciate. I`ll put the source and schematics to Github in the next days. You can use this Link: https://github.com/UTZbox There are few other projects for teensy as well :-) Kind Regards Michael
  4. MikeSound

    [queued] TEAMS-, ZOOM-Headset by upcicling an old Phone

    A while a go I found these two beautiful old phones in my parents cellar. A wall-mount PTT Model 50 (manufactured 1954) and PTT Model 70 from 1976. Bothe were very popular Phones in Switzerland. After have a look inside, they where still in very good and functional conditions. But you know...
  5. MikeSound

    [posted] Advanced CUE Controller for Lab, GObutton, Ableton Live

    Oh, Cool. Thank you very much! In a view days there will be Version 2.0 on Github, which has even more functions :-) M
  6. MikeSound

    [posted] Electro-Mechanical Sythesizer based on Teensy 3.2

    Thank you! Thank you very much! that's Great.
  7. MikeSound

    [posted] Advanced CUE Controller for Lab, GObutton, Ableton Live

    Hej I just updated my Project, called LetsGO on Github. It is an Cue Controller for QLab, GObutton, Ableton Live etc. The project on Github contains all information, source code, schematics etc. you need to build your own. I spent a lot of time to develop and refine it and it work very well...
  8. MikeSound

    [posted] Electro-Mechanical Sythesizer based on Teensy 3.2

    Here some Pictures and Vides from the RotorPhon
  9. MikeSound

    [posted] Electro-Mechanical Sythesizer based on Teensy 3.2

    Hi I just finished my Electro-Mechanical (Electro-Acoustical Synthesizer) THE ROTORPHON :) Based on a Teensy 3.2 with a couple of ULN2003A and L293D, it controlls some Motors and Coils. Two stepper motors that act as tonal (musicaly) actuators by running at the speed of the dedicatet tone. Two...
  10. MikeSound

    USBmidi Read, OnNoteOn, do something on different channels fails

    Hei So.... I got the Solution now. I copy the incoming Midi Values to a global Variables and do the IF Statements within the While task. Now it works :) Thanks again for your help!
  11. MikeSound

    USBmidi Read, OnNoteOn, do something on different channels fails

    Okay :-) I see now. Thank you. I will do the changes and post the result here!
  12. MikeSound

    USBmidi Read, OnNoteOn, do something on different channels fails

    Dear Oddson Thank you for the quick answer. There are two different variables. curr_speed1/2 and axisRun1/2. But maybe it would be bether to Split the playing Variable. Ah, just to get you right. Cant it played together, because there can only be one if Statement at the Time when a Note On...
  13. MikeSound

    USBmidi Read, OnNoteOn, do something on different channels fails

    Dear All I got stuck within a code, managing Midi from USB with a Teensy 3.2. I want to run two Stepper motors seperatly at the Speed of the Midi Note, coming in from two different channels. (Motor 1 runs on Note from Midi Channel 1 and Motor 2 on Midi Channel 2) My code is run well, as long...
Back
Top