How Sonic Pi upload Midi Files From My Computer?

@robin.newman: Let’s focus on Audio file first, then later on go back to the Midi sound. Regarding the Logic samples library, it works. I use the Path (the simple programming language you provide) and now I can access all of the Logic samples library. The issue now is that I want to play with my own musical composition. (For instance, bounce one audio file from one of my Logic projects then save on my desktop.) I use the same program languages you provide, or Sam recommend in 3.6 section, and it seemed that it had a challenge to locate my file appropriately. The bar at the right side showed that there was no match found, skipping. Kindly let me know if you have other solutions when it comes to import your own musical composition(Audio file) from your laptop:

  1. path="/Desktop/My file name.wav/"
  2. path="/Users/sam/Desktop/My file name.wav/"

Many thanks!