| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A MIDI instrument inspired by the LinnStrument and Madrona Labs SoundPlane.
WinGridStrument is a Windows (win32) reimplementation of my GridStrument and requires a touchscreen to work. Developed on a Surface Pro 7.
Let me know if it works for you. Send feedback on twitter or file an Issue.
You can get pre-built binaries at this link. Click the build status button and look for the WinGridStrument_VERSION.zip file under the
Artifacts menu.
Depends on FluidSynth. It was simple to install this via vcpkg and following vcpkg instructions for working with Visual Studio.
vcpkg install fluidsynth
Press anywhere on the grid to strike a note. Press down using multiple fingers to create chords. Notes are arranged in horizontal rows where each grid is separated by a semitone (A, A#, B, C, C#, ... ) and vertical columns are separated by musical fourths or 5 semitones (A, D, G, C, F, ... ).
The grid shows all C's as blue. All other chromatic notes (D, E, F, G, A, B) are green. After striking a note, the same note is drawn as yellow.
When a note is struck, notice a purple square showing the area of your finger's touch. Velocity and after-pressure are sent depending on this area.
Once you strike a note, slide your finger left or right to control the pitch bend of the note. The pitch bend range setting controls how far you must move to reach a full effect.
Slide your finger vertically to control the modulation of the note. Sliding up or down one note gets the full effect.
To use Sountfonts, download them and put the full path to the file into the preferences dialog box. You will need to download your own files. For example: https://www.zanderjaz.com/downloads/soundfonts/guitars/
To use MIDI:
If you do not have a DAW, or just want to quickly try GridStrument MIDI out, you can use the internal Microsoft GS synthesizer, but it isn't that responsive.
Copyright (c) 2020, Roger Allen.
Distributed under the GPL3 License. See the LICENSE.md file.
| Back | FazBrowse Home | New Git URL |