These starts to become the real value ❤of this topics
@andymellor90564 жыл бұрын
As an Engineer whose hobby is music, I find that the content and delivery are spot on. Thanks! Should have a wider audience.
@shiftedphase4 жыл бұрын
Thanks!
@landwirtschaft21166 жыл бұрын
Thank you for doing this, preparing and sharing this knowledge, putting your energy and time in it… really nice!
@mikehynz5 жыл бұрын
I'm so glad I found these videos.
@ronsone83733 жыл бұрын
This series is pure gold
@heldoluismanhica77125 жыл бұрын
Clear explanation. Great.! Thanks a lot. Your video was very Helpful.
@LeoAether6 жыл бұрын
Thank you for sharing this!
@BenStoneking7 жыл бұрын
LOVING THESE VIDEOS!
@SoloStuff7 жыл бұрын
thank you very much for your effort.
@sonnyjohna5 жыл бұрын
Thanks for putting in your time to make things easy.
@shiftedphase5 жыл бұрын
Glad I can help!
@sonnyjohna5 жыл бұрын
@@shiftedphase i have a roland Fc 300 pedal connected to a korg pa900.i dont know how to save the patches on the fc300 so that i can trigger the pa900 patches.By keeping the midi in channel on upper 1 i can change the soungs but that happens randomly not in a sequence.i managed to get the user patches working in order by changing the lsb to 64 and thus incrementing to 65 and move sounds page by page.on putting the midi channel in to control i could get the styles to change.But i cant somehow get the performance patches to change as there seems to be no options in the midi channel in.Pl guide if you can.Its really frustating as there are not many videos on the fc 300.
@shiftedphase5 жыл бұрын
@@sonnyjohna I don't have either of these products. You might look for a user forum or something if the manuals are not being helpful. Sadly a lot of MIDI stuff is not well documented on modern products.
@sonnyjohna4 жыл бұрын
@@shiftedphase Thanks my dear friend for that. Can't you take up sessions of connecting midi devices with each other where midi program changes and control changes are clearly explained? That would help a lot of people.
@shiftedphase4 жыл бұрын
@@sonnyjohna I'll try to do that when I have some time.
@amonmcranny26543 ай бұрын
since your target audience is potentially unfamiliar with binary/hex I think it would be useful to explain that the notation in your diagram e.g. 80H and 7FH are each actually 2 hex digits, and the H at the end simply indicates that it is a hex number - so 80, 7F, FF are hex values using base-16 characters (0 - F)
@shiftedphase3 ай бұрын
i'm sure there are excellent videos and wiki pages about this
@plateoshrimp96856 жыл бұрын
great series of videos! Thanks!
@nadgewhacker4 жыл бұрын
Still good after all this time. Thanks
@baconsledge6 жыл бұрын
excellent and concise info!
@jmsiener7 жыл бұрын
I'm loving it
@amonmcranny26543 ай бұрын
at timestamp ~14:35 you say that channel message status bytes are in the range 80 -EF, but I thought status bytes always have the most significant bit set ON. Is that not true for channel messages?
@shiftedphase3 ай бұрын
80 in HEX has the most significant bit on
@amonmcranny26543 ай бұрын
@@shiftedphase yes, but my point is about the channel message status range 80 to EF - the MSB of EF is off so how can it be a channels status message?
@shiftedphase3 ай бұрын
@@amonmcranny2654 the MSB of EF is on.. any byte with a value of 0x80 or greater has the MSB on... check the values of 0-F in binary and you will see
@scottcrockard37794 жыл бұрын
Awesome tutorial - thank you
@shiftedphase4 жыл бұрын
You're welcome!
@alterdings5 жыл бұрын
very helpful and clear explanation. thanks a lot!
@ssmith20193 жыл бұрын
Thanks !
@manne3d7 жыл бұрын
Thanks, really interesting series, will you be talking more about sysex and nrpn, and maybe how to look at a midi spec and decipher it to use in a program or midi controller. To me its just cryptic tables in the midi spec that may be hexadecimal...would be great if you could help decipher it and how to actually implement it in a midi controller or arduino program...again great series..thanks
@shiftedphase7 жыл бұрын
SYSEX is definitely its own video in this series. Your other ideas sound great but I've decided to tackle specific things like that as separate videos... like an appendix in a book. Glad you're enjoying the videos!
@dupajasiu9203 жыл бұрын
THANK YOU !!!!!!!!!
@burlapstudio65044 жыл бұрын
good stuff, my man!
@Slacquerr Жыл бұрын
How would you handle a sysex where the data coincidentally contains EOX?
@Laotzsa5 жыл бұрын
🙏
@tudorgheorghe45326 ай бұрын
Andrew can you link me here to MIDI full pdf book ?! I problely had it already on some dvd but i hardly want them on phone! Lately i harly opened the laptop 😅
@markmusicman6 жыл бұрын
Awesome videos , do you have those sheets available for download? Thanks!!
@tkmondavi57165 жыл бұрын
Good stuff. Thanks
@TheRangeControl4 жыл бұрын
I totally got lost in Hexadecimal and how the system uses it.
@shiftedphase4 жыл бұрын
Look into tutorials specifically about hexadecimal... it’s just another way of representing numbers for humans. But in the case of MIDI it is used to describe the various messages more clearly.