MiniWI | MIDI woodwind controller

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

kandi X-RAY | MiniWI Summary

kandi X-RAY | MiniWI Summary

MiniWI is a C++ library typically used in Internet of Things (IoT), Arduino applications. MiniWI has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

This MIDI controller is running on an Arduino Pro Mini with Atmega328 16MHz/5V. It makes use of breakouts for analog pins A6 and A7, so it needs a Pro Mini version with these breakouts. The pressure sensor used for the project is the Freescale MPX5010GP. Fingering is reverse engineered from Akai EWI and note values are calculated from pressed keys. For details on this, read my guest post on the Gordophone blog. Details on the state machine approach for handling the events is also available on Gordon's blog where I borrowed it from. He's got a step-by-step how-to on DIY wind controllers that I highly recommend. Hardware notes for connection of MIDI, pressure sensor, keys and joysticks are available in the MiniWI.ino file. The MIDI routines and the MIDI connections are pretty standard, but I first found them on the midikits.net website, so I'll give Tom Scarff a mention here. Kept his nice MIDI pinout ASCII sketch thing and some comment style too. The controller is made to work well with synthesizers using wind controller patches from Patchman Music, with the breath data sent by CC #2 (Breath). For testing I’ve been using their wind controller soundbank for Roland JV-1010. Or you can make your own patches optimized for breath control. Pointers for doing that can also be found on the Patchman website. Questions and suggestions are welcome. Just send them to johan@helgo.net. MiniWI.ino is the original proof of concept breadboard version with regular switches. MiniWI-lite.ino is a simplified version (no joysticks) for my guest post on the Gordophone blog. MiniWI-cap.ino is the capacitive touch version implemented in my first playable prototype. MiniWI-cap-pmt.ino is a modification of the touch version to feature portamento (glide) control and a separate potentiometer for setting base octave instead of using sideways motion of joystick to increase range. This reduces instantly playable range but increases the total range of the controller. MiniVI-cap.ino is a not yet realized EVI version (Electronic Valve Instrument) based on the Akai EVI1000 and the Steiner MIDI EVI. I’ve added some pictures from my Instagram account. Check it out for more pictures from this and my other projects. Project profile for the MiniWI added on Hackaday.io. Added optional Casio DH 2nd octave fingerings. Default disabled. Set #define casioMod 1 to set default enabled. Hold octave stick up at power on for manual selection of the setting that is not default. Added tested and working version of the new TeensieWI, a simplified version for USB MIDI using the built in capacitive touch sensing in the Teensy LC and breath sensing from the MPX5010GP. Small warning here: the breath sensor output is not limited and could reach values near 5V, while the analog input on the Teensy LC is 3.3V and not rated 5V safe. To reach these levels you’d have to blow really, really hard. If you need to feel safe, go with a Teensy 3.1 or 3.2 as they have 5V tolerant inputs. Only minor alterations needed in the code for use with Teensy 3.x (touch sensing on other pins, some as pads on the back). Improved the joystick version of the TeensieWI, now called T.WI, with breath response curves and some other stuff that can be configured at plug-in. Started making these for sale on Tindie.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

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

            kandi-Quality Quality

              MiniWI has no bugs reported.

            kandi-Security Security

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

            kandi-License License

              MiniWI 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

              MiniWI releases are not available. You will need to build from source code and install.

            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 MiniWI
            Get all kandi verified functions for this library.

            MiniWI Key Features

            No Key Features are available at this moment for MiniWI.

            MiniWI Examples and Code Snippets

            No Code Snippets are available at this moment for MiniWI.

            Community Discussions

            Trending Discussions on Internet of Things (IoT)

            QUESTION

            Display data from two json files in react native
            Asked 2020-May-17 at 23:55

            I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files

            ...

            ANSWER

            Answered 2020-May-17 at 23:55

            The new object to get params in React Navigation 5 is:

            Source https://stackoverflow.com/questions/61859411

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

            Vulnerabilities

            No vulnerabilities reported

            Install MiniWI

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            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/Trasselfrisyr/MiniWI.git

          • CLI

            gh repo clone Trasselfrisyr/MiniWI

          • sshUrl

            git@github.com:Trasselfrisyr/MiniWI.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