tutorial
-

This document is intended to elucidate the basic concept of using the serial port in Max and Arduino. It aims to simplify complex programming techniques, enabling readers to grasp the essence easily and transition seamlessly into more advanced applied programming, building upon the knowledge gained from other available tutorials. Understanding what we are sending and receiving First, we need to comprehend what we are actually sending and receiving. Serial communication involves sending and receiving one byte at a time. A byte consists of 8 bits. In decimal, 8 bits can represent a number between 0 and 255. In hexadecimal, it…
-

In this tutorial, we will explore the concept of additive synthesis and learn how to create a simple software additive synthesizer using Max.
-

The SFZ format is a file format used for defining sound libraries in a plain text file. Essentially, a file with a .sfz extension contains instructions and parameters on how a sampler should play back a set of audio samples listed in the .sfz file. These instructions and parameters cover various aspects, including key ranges, velocity layers, mapping, modulations, and more. The ACIDized WAV file is another file format for samplers, and it is a single file with all metadata for the sampler. For end-users, this might be an easy solution, as you just need to drag the file into…
-

In this tutorial, we’ll explore a simple piece of code designed to display ‘Hello World!’ in the Max console.