Replies: 3 comments
-
That page suggests MIDI support was added in the latest firmware version of the Wavetrigger, just checking if that's your case before digging any further. Edit: My bad, it's just realtime controls and pitch bend that were in the latest firmware. Could this be a channel issue? Maybe try other channels than 1 and see what happens. |
Beta Was this translation helpful? Give feedback.
-
mh I don't know which firmware version is on the board but I assume it is 1.28 because (if I remember correctly) this was the latest stable version at the time I bought the board (and it still is). Up to version 1.30 track numbers are computed as
That track number then determines the first three 0-leading digits in the file name that is loaded to play the note. |
Beta Was this translation helpful? Give feedback.
-
I finally succeeded in triggering sound, but oddly I have to use channel 2 where I was expecting channel 0 to be appropriate: robertsonics/WAV-Trigger-Arduino-Serial-Library#26 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone. I am struggling to play a note on the Wavetrigger board.
I have done the following:
I have been playing around with a few arduino sketches, like the one below, but none of them ever produced a sound.
Could anyone give me a hint on how to get this to work?
According to the manual on
sendNoteOn
I do have to pass in bytes, but I did also try to usebytes(note)
in the sketch below.(I am also asking in an issue over at the Wavetrigger repository: robertsonics/WAV-Trigger-Arduino-Serial-Library#25)
Beta Was this translation helpful? Give feedback.
All reactions