{"id":2516,"date":"2020-11-20T07:40:10","date_gmt":"2020-11-20T15:40:10","guid":{"rendered":"http:\/\/www.donluc.com\/?p=2516"},"modified":"2020-11-20T07:40:10","modified_gmt":"2020-11-20T15:40:10","slug":"project-16-sound-mozzi-adsr-mk11","status":"publish","type":"post","link":"https:\/\/www.donluc.com\/?p=2516","title":{"rendered":"Project #16: Sound &#8211; Mozzi ADSR &#8211; Mk11"},"content":{"rendered":"<div style=\"width: 720px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-2516-1\" width=\"720\" height=\"406\" preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05M.mp4?_=1\" \/><a href=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05M.mp4\">https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05M.mp4<\/a><\/video><\/div>\n<p>&#8212;&#8212;<\/p>\n<p>#donluc #sound #simplekeyboard #synthesizer #mozzi #adsr #programming #arduino #fritzing #electronics #microcontrollers #consultant #vlog<\/p>\n<p>&#8212;&#8212;<\/p>\n<p><a href=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05a.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05a.png\" alt=\"Mozzi ADSR\" width=\"720\" height=\"479\" class=\"alignnone size-full wp-image-2518\" srcset=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05a.png 720w, https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05a-300x200.png 300w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/a><\/p>\n<p>&#8212;&#8212;<\/p>\n<p><a href=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05b.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05b.png\" alt=\"Mozzi ADSR\" width=\"720\" height=\"480\" class=\"alignnone size-full wp-image-2520\" srcset=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05b.png 720w, https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05b-300x200.png 300w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/a><\/p>\n<p>&#8212;&#8212;<\/p>\n<p><a href=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05c.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05c.png\" alt=\"Mozzi ADSR\" width=\"720\" height=\"480\" class=\"alignnone size-full wp-image-2519\" srcset=\"https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05c.png 720w, https:\/\/www.donluc.com\/wp-content\/uploads\/2020\/11\/DL2011Mk05c-300x200.png 300w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/a><\/p>\n<p>&#8212;&#8212;<\/p>\n<p><strong>Envelope Music<\/strong><\/p>\n<p>In sound and music, an envelope describes how a sound changes over time. It may relate to elements such as amplitude (volume), filters (frequencies) or pitch. For example, a piano key, when struck and held, creates a near-immediate initial sound which gradually decreases in volume to zero. Envelope generators, which allow users to control the different stages of a sound, are common features of synthesizers, samplers, and other electronic musical instruments. The most common form of envelope generator is controlled with four parameters: attack, decay, sustain and release (ADSR). <\/p>\n<p><strong>A Simple ADSR Envelope Generator<\/strong><\/p>\n<p>This implementation has separate update and next methods, where next interpolates values between each update. The normal way to use this would be with update in update control, where it calculates a new internal state each control step, and then next is in update audio, called much more often, where it interpolates between the control values. This also allows the ADSR updates to be made even more sparsely if desired, eg. every 3rd control update.<\/p>\n<p><strong>Template Parameters<\/strong><\/p>\n<p>Control Update Rate: The frequency of control updates. Ordinarily this will be control rate, but an alternative (amongst others) is to set this as well as the lerp rate parameter to audio rate, and call both update and next in update audio. Such a use would allow accurate envelopes with finer resolution of the control points than control rate.<\/p>\n<p>Lerp Rate: Sets how often next will be called, to interpolate between updates set by control update rate. This will produce the smoothest results if it&#8217;s set to audio rate, but if you need to save processor time and your envelope changes slowly or controls something like a filter where there may not be problems with glitchy or clicking transitions, lerp rate could be set to control rate (for instance). Then update and next could both be called in update control, greatly reducing the amount of processing required compared to calling next in update audio.<\/p>\n<p><strong>Oscil Sine Wave<\/strong><\/p>\n<p>Oscil plays a wavetable, cycling through the table to generate an audio or control signal. The frequency of the signal can be set or changed with frequency, and the output of an Oscil can be produced with next for a simple cycling oscillator, for a particular sample in the table. <\/p>\n<p><strong>DL2011Mk05<\/strong><\/p>\n<p>1 x Arduino Pro Mini 328 &#8211; 5V\/16MHz<br \/>\n8 x Tactile Button<br \/>\n1 x Audio Jack 3.5mm<br \/>\n1 x SparkFun Audio Jack Breakout<br \/>\n1 x Speaker<br \/>\n8 x Wire Solid Core &#8211; 22 AWG<br \/>\n3 x Jumper Wires 3in M\/M<br \/>\n11 x Jumper Wires 6in M\/M<br \/>\n2 x Full-Size Breadboard<br \/>\n1 x SparkFun Cerberus USB Cable<br \/>\n1 x SparkFun FTDI Basic Breakout &#8211; 5V<\/p>\n<p><strong>Arduino Pro Mini 328 &#8211; 5V\/16MHz<\/strong><\/p>\n<p>SPK &#8211; Digital 9<br \/>\nKY2 &#8211; Digital 2<br \/>\nKY3 &#8211; Digital 3<br \/>\nKY4 &#8211; Digital 4<br \/>\nKY5 &#8211; Digital 5<br \/>\nKY6 &#8211; Digital 6<br \/>\nKY7 &#8211; Digital 7<br \/>\nKY8 &#8211; Digital 8<br \/>\nKY9 &#8211; Digital 10<br \/>\nVIN &#8211; +5V<br \/>\nGND &#8211; GND<\/p>\n<p><strong>DL2011Mk05p.ino<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">\r\n\/\/ ***** Don Luc Electronics \u00a9 *****\r\n\/\/ Software Version Information\r\n\/\/ Project #16: Sound - Mozzi ADSR - Mk11\r\n\/\/ 11-05\r\n\/\/ DL2011Mk05p.ino 16-11\r\n\/\/ 1 x Arduino Pro Mini 328 - 5V\/16MHz\r\n\/\/ 8 x Tactile Button\r\n\/\/ 1 x Audio Jack 3.5mm\r\n\/\/ 1 x SparkFun Audio Jack Breakout\r\n\/\/ 1 x Speaker\r\n\/\/ 8 x Wire Solid Core - 22 AWG\r\n\/\/ 3 x Jumper Wires 3in M\/M\r\n\/\/ 11 x Jumper Wires 6in M\/M\r\n\/\/ 2 x Full-Size Breadboard\r\n\/\/ 1 x SparkFun Cerberus USB Cable\r\n\/\/ 1 x SparkFun FTDI Basic Breakout - 5V\r\n\r\n\/\/ Include the Library Code\r\n\/\/ Pitches\r\n#include \"pitches.h\"\r\n\/\/ Mozzi\r\n#include <MozziGuts.h>\r\n#include <Oscil.h>\r\n#include <ADSR.h>\r\n\/\/ Oscillator Tables used for output Waveshape\r\n#include <tables\/sin2048_int8.h>\r\n\r\n\/\/ Simple Keyboard\r\n\/\/ Minimum reading of the button that generates a note\r\nconst int iKeyboard2 = 2;\r\nconst int iKeyboard3 = 3;\r\nconst int iKeyboard4 = 4;\r\nconst int iKeyboard5 = 5;\r\nconst int iKeyboard6 = 6;\r\nconst int iKeyboard7 = 7;\r\nconst int iKeyboard8 = 8;\r\nconst int iKeyboard9 = 10; \r\n\/\/ Button is pressed\r\nint aa = 1;\r\nint bb = 1;\r\nint cc = 1;\r\nint dd = 1;\r\nint ee = 1;\r\nint ff = 1;\r\nint gg = 1;\r\nint hh = 1;\r\n\r\n\/\/ Frequency\r\nint iFreg = 0;\r\nint iNoteA = 0;\r\nint iNoteB = 0;\r\nint iNoteC = 0;\r\nint iNoteD = 0;\r\nint iNoteE = 0;\r\nint iNoteF = 0;\r\nint iNoteG = 0;\r\nint iNoteAA = 0;\r\n\r\n\/\/Oscillator Functions declared for output envelope 1 \r\n\/\/ Sine Wave\r\nOscil <2048, AUDIO_RATE> aSin1(SIN2048_DATA);\r\n\r\n\/\/ ADSR declaration\/definition\r\n\/\/ Comment out to use default control rate of 64\r\n#define CONTROL_RATE 128\r\nADSR <CONTROL_RATE, CONTROL_RATE> envelope1;\r\n\r\n\/\/ Software Version Information\r\nString sver = \"16-11\";\r\n\r\nvoid loop() {\r\n\r\n  \/\/ Audio Hook\r\n  audioHook();\r\n\r\n}\r\n<\/pre>\n<p><strong>getKeyboard.ino<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">\r\n\/\/ getKeyboard\r\n\/\/ setupKeyboard\r\nvoid setupKeyboard() {\r\n\r\n  \/\/ Initialize the pushbutton pin as an input\r\n  pinMode(iKeyboard2, INPUT_PULLUP);\r\n  pinMode(iKeyboard3, INPUT_PULLUP);\r\n  pinMode(iKeyboard4, INPUT_PULLUP);\r\n  pinMode(iKeyboard5, INPUT_PULLUP);\r\n  pinMode(iKeyboard6, INPUT_PULLUP);\r\n  pinMode(iKeyboard7, INPUT_PULLUP);\r\n  pinMode(iKeyboard8, INPUT_PULLUP);\r\n  pinMode(iKeyboard9, INPUT_PULLUP);\r\n \r\n}\r\n\/\/ isKeyboard\r\nvoid isKeyboard() {\r\n\r\n  \/\/ Read the state of the pushbutton value\r\n  if ( digitalRead(iKeyboard2) == LOW ) {\r\n\r\n    \/\/ Button is pressed - pullup keeps pin high normally\r\n    aa = aa + 1;\r\n    \/\/ ADSR declaration\/definition\r\n    envelope1.noteOn();\r\n    aSin1.setFreq(iNoteA);\r\n    \r\n  }\r\n  else\r\n  {\r\n    \r\n    aa = aa - 1;\r\n    \r\n  }    \r\n\r\n  \/\/ Read the state of the pushbutton value\r\n  if ( digitalRead(iKeyboard3) == LOW ) {\r\n\r\n    \/\/ Button is pressed - pullup keeps pin high normally\r\n    bb = bb + 1;\r\n    \/\/ Waveform\r\n    envelope1.noteOn();\r\n    aSin1.setFreq(iNoteB);\r\n    \r\n  }\r\n  else\r\n  {\r\n    \r\n    bb = bb - 1;\r\n    \r\n  }\r\n\r\n  \/\/ Read the state of the pushbutton value\r\n  if ( digitalRead(iKeyboard4) == LOW ) {\r\n\r\n    \/\/ Button is pressed - pullup keeps pin high normally\r\n    cc = cc + 1;\r\n    \/\/ Waveform\r\n    \/\/ ADSR declaration\/definition\r\n    envelope1.noteOn();\r\n    aSin1.setFreq(iNoteC);\r\n    \r\n  }\r\n  else\r\n  {\r\n    \r\n    cc = cc - 1;\r\n    \r\n  }\r\n\r\n  \/\/ Read the state of the pushbutton value\r\n  if ( digitalRead(iKeyboard5) == LOW ) {\r\n\r\n    \/\/ Button is pressed - pullup keeps pin high normally\r\n    dd = dd + 1;\r\n    \/\/ ADSR declaration\/definition\r\n    envelope1.noteOn();\r\n    aSin1.setFreq(iNoteD);\r\n      \r\n  }\r\n  else\r\n  {\r\n    \r\n    dd = dd - 1;\r\n    \r\n  }\r\n  \r\n  \/\/ Read the state of the pushbutton value\r\n  if ( digitalRead(iKeyboard6) == LOW ) {\r\n\r\n    \/\/ Button is pressed - pullup keeps pin high normally\r\n    ee = ee + 1;\r\n    \/\/ ADSR declaration\/definition\r\n    envelope1.noteOn();\r\n    aSin1.setFreq(iNoteE);    \r\n  }\r\n  else\r\n  {\r\n    \r\n    ee = ee - 1;\r\n    \r\n  }\r\n\r\n  \/\/ Read the state of the pushbutton value\r\n  if ( digitalRead(iKeyboard7) == LOW ) {\r\n\r\n    \/\/ Button is pressed - pullup keeps pin high normally\r\n    ff = ff + 1;\r\n    \/\/ ADSR declaration\/definition\r\n    envelope1.noteOn();\r\n    aSin1.setFreq(iNoteF);\r\n        \r\n  }\r\n  else\r\n  {\r\n    \r\n    ff = ff - 1;\r\n    \r\n  }\r\n\r\n  \/\/ Read the state of the pushbutton value\r\n  if ( digitalRead(iKeyboard8) == LOW ) {\r\n\r\n    \/\/ Button is pressed - pullup keeps pin high normally\r\n    gg = gg + 1;\r\n    \/\/ ADSR declaration\/definition\r\n    envelope1.noteOn();\r\n    aSin1.setFreq(iNoteG);\r\n        \r\n  }\r\n  else\r\n  {\r\n    \r\n    gg = gg - 1;\r\n    \r\n  }\r\n\r\n  \/\/ Read the state of the pushbutton value\r\n  if ( digitalRead(iKeyboard9) == LOW ) {\r\n\r\n    \/\/ Button is pressed - pullup keeps pin high normally\r\n    hh = hh + 1;\r\n    \/\/ ADSR declaration\/definition\r\n    envelope1.noteOn();\r\n    aSin1.setFreq(iNoteAA);\r\n        \r\n  }\r\n  else\r\n  {\r\n    \r\n    hh = hh - 1;\r\n    \r\n  }\r\n\r\n}\r\n<\/pre>\n<p><strong>getMozzi.ino<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">\r\n\/\/ Mozzi\r\n\/\/ Update Control\r\nvoid updateControl(){\r\n\r\n  \/\/ Frequency\r\n  isPitches();\r\n  \r\n  \/\/ Keyboard\r\n  isKeyboard();\r\n\r\n}\r\n\/\/ Update Audio \r\nint updateAudio(){\r\n\r\n  \/\/ ADSR declaration\/definition\r\n  envelope1.update();\r\n  \/\/ >>8 for AUDIO_MODE STANDARD\r\n  return (int) (envelope1.next() * aSin1.next())>>8;\r\n \r\n}\r\n<\/pre>\n<p><strong>getPitches.ino<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">\r\n\/\/ Pitches\r\n\/\/ isPitches\r\nvoid isPitches(){\r\n  \r\n  \/\/ Frequency\r\n  iFreg = 6;\r\n\r\n  \/\/ Range Frequency Note Low => High\r\n  switch ( iFreg ) {\r\n    case 1:\r\n      \/\/ NOTE A1\r\n      iNoteA = NOTE_A1;\r\n      iNoteB = NOTE_B1;\r\n      iNoteC = NOTE_C2;\r\n      iNoteD = NOTE_D2;\r\n      iNoteE = NOTE_E2;\r\n      iNoteF = NOTE_F2;\r\n      iNoteG = NOTE_G2;\r\n      iNoteAA = NOTE_A2;\r\n      break;\r\n    case 2:\r\n      \/\/ NOTE A2\r\n      iNoteA = NOTE_A2;\r\n      iNoteB = NOTE_B2;\r\n      iNoteC = NOTE_C3;\r\n      iNoteD = NOTE_D3;\r\n      iNoteE = NOTE_E3;\r\n      iNoteF = NOTE_F3;\r\n      iNoteG = NOTE_G3;\r\n      iNoteAA = NOTE_A3;\r\n      break;\r\n    case 3:\r\n      \/\/ NOTE A3\r\n      iNoteA = NOTE_A3;\r\n      iNoteB = NOTE_B3;\r\n      iNoteC = NOTE_C4;\r\n      iNoteD = NOTE_D4;\r\n      iNoteE = NOTE_E4;\r\n      iNoteF = NOTE_F4;\r\n      iNoteG = NOTE_G4;\r\n      iNoteAA = NOTE_A4;\r\n      break;\r\n    case 4:\r\n      \/\/ NOTE A4\r\n      iNoteA = NOTE_A4;\r\n      iNoteB = NOTE_B4;\r\n      iNoteC = NOTE_C5;\r\n      iNoteD = NOTE_D5;\r\n      iNoteE = NOTE_E5;\r\n      iNoteF = NOTE_F5;\r\n      iNoteG = NOTE_G5;\r\n      iNoteAA = NOTE_A5;\r\n      break;\r\n    case 5:\r\n      \/\/ NOTE A5\r\n      iNoteA = NOTE_A5;\r\n      iNoteB = NOTE_B5;\r\n      iNoteC = NOTE_C6;\r\n      iNoteD = NOTE_D6;\r\n      iNoteE = NOTE_E6;\r\n      iNoteF = NOTE_F6;\r\n      iNoteG = NOTE_G6;\r\n      iNoteAA = NOTE_A6;\r\n      break;\r\n    case 6:\r\n      \/\/ NOTE A6\r\n      iNoteA = NOTE_A6;\r\n      iNoteB = NOTE_B6;\r\n      iNoteC = NOTE_C7;\r\n      iNoteD = NOTE_D7;\r\n      iNoteE = NOTE_E7;\r\n      iNoteF = NOTE_F7;\r\n      iNoteG = NOTE_G7;\r\n      iNoteAA = NOTE_A7;\r\n      break;\r\n  }\r\n  \r\n}\r\n<\/pre>\n<p><strong>pitches.h<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">\r\n\/*****************************************************************\r\n * Pitches NOTE_B0 <=> NOTE_DS8 - NOTE_A4 is \"A\" measured at 440Hz\r\n *****************************************************************\/\r\n\r\n#define NOTE_B0  31\r\n#define NOTE_C1  33\r\n#define NOTE_CS1 35\r\n#define NOTE_D1  37\r\n#define NOTE_DS1 39\r\n#define NOTE_E1  41\r\n#define NOTE_F1  44\r\n#define NOTE_FS1 46\r\n#define NOTE_G1  49\r\n#define NOTE_GS1 52\r\n#define NOTE_A1  55\r\n#define NOTE_AS1 58\r\n#define NOTE_B1  62\r\n#define NOTE_C2  65\r\n#define NOTE_CS2 69\r\n#define NOTE_D2  73\r\n#define NOTE_DS2 78\r\n#define NOTE_E2  82\r\n#define NOTE_F2  87\r\n#define NOTE_FS2 93\r\n#define NOTE_G2  98\r\n#define NOTE_GS2 104\r\n#define NOTE_A2  110\r\n#define NOTE_AS2 117\r\n#define NOTE_B2  123\r\n#define NOTE_C3  131\r\n#define NOTE_CS3 139\r\n#define NOTE_D3  147\r\n#define NOTE_DS3 156\r\n#define NOTE_E3  165\r\n#define NOTE_F3  175\r\n#define NOTE_FS3 185\r\n#define NOTE_G3  196\r\n#define NOTE_GS3 208\r\n#define NOTE_A3  220\r\n#define NOTE_AS3 233\r\n#define NOTE_B3  247\r\n#define NOTE_C4  262\r\n#define NOTE_CS4 277\r\n#define NOTE_D4  294\r\n#define NOTE_DS4 311\r\n#define NOTE_E4  330\r\n#define NOTE_F4  349\r\n#define NOTE_FS4 370\r\n#define NOTE_G4  392\r\n#define NOTE_GS4 415\r\n#define NOTE_A4  440\r\n#define NOTE_AS4 466\r\n#define NOTE_B4  494\r\n#define NOTE_C5  523\r\n#define NOTE_CS5 554\r\n#define NOTE_D5  587\r\n#define NOTE_DS5 622\r\n#define NOTE_E5  659\r\n#define NOTE_F5  698\r\n#define NOTE_FS5 740\r\n#define NOTE_G5  784\r\n#define NOTE_GS5 831\r\n#define NOTE_A5  880\r\n#define NOTE_AS5 932\r\n#define NOTE_B5  988\r\n#define NOTE_C6  1047\r\n#define NOTE_CS6 1109\r\n#define NOTE_D6  1175\r\n#define NOTE_DS6 1245\r\n#define NOTE_E6  1319\r\n#define NOTE_F6  1397\r\n#define NOTE_FS6 1480\r\n#define NOTE_G6  1568\r\n#define NOTE_GS6 1661\r\n#define NOTE_A6  1760\r\n#define NOTE_AS6 1865\r\n#define NOTE_B6  1976\r\n#define NOTE_C7  2093\r\n#define NOTE_CS7 2217\r\n#define NOTE_D7  2349\r\n#define NOTE_DS7 2489\r\n#define NOTE_E7  2637\r\n#define NOTE_F7  2794\r\n#define NOTE_FS7 2960\r\n#define NOTE_G7  3136\r\n#define NOTE_GS7 3322\r\n#define NOTE_A7  3520\r\n#define NOTE_AS7 3729\r\n#define NOTE_B7  3951\r\n#define NOTE_C8  4186\r\n#define NOTE_CS8 4435\r\n#define NOTE_D8  4699\r\n#define NOTE_DS8 4978\r\n<\/pre>\n<p><strong>setup.ino<\/strong><\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">\r\n\/\/ Setup\r\nvoid setup() {\r\n\r\n  \/\/ Setup Keyboard\r\n  setupKeyboard();\r\n  \r\n  \/\/ Start Mozzi\r\n  startMozzi( CONTROL_RATE );\r\n  \/\/ Sets Attack and Decay Levels; assumes Sustain, Decay, and Idle times\r\n  envelope1.setADLevels(200,200);\r\n  \/\/ Sets Decay time in milliseconds\r\n  envelope1.setDecayTime(100);\r\n  \/\/ Sustain Time setting for envelope1\r\n  envelope1.setSustainTime(32500);\r\n\r\n}\r\n<\/pre>\n<p><strong>Sounds<\/strong><\/p>\n<p>https:\/\/www.donluc.com\/DLE\/sounds.html<\/p>\n<p><strong>Technology Experience<\/strong><\/p>\n<ul>\n<li>Single-Board Microcontrollers (PIC, Arduino, Raspberry Pi,Espressif, etc&#8230;)<\/li>\n<li>Robotics<\/li>\n<li>Research &#038; Development (R &#038; D)<\/li>\n<li>Desktop Applications (Windows, OSX, Linux, Multi-OS, Multi-Tier, etc&#8230;)<\/li>\n<li>Mobile Applications (Android, iOS, Blackberry, Windows Mobile, Windows CE, etc&#8230;)<\/li>\n<li>Web Applications (LAMP, Scripting, Java, ASP, ASP.NET, RoR, Wakanda, etc&#8230;)<\/li>\n<li>Social Media Programming &#038; Integration (Facebook, Twitter, YouTube, Pinterest, etc&#8230;)<\/li>\n<li>Content Management Systems (WordPress, Drupal, Joomla, Moodle, etc&#8230;)<\/li>\n<li>Bulletin Boards (phpBB, SMF, Vanilla, jobberBase, etc&#8230;)<\/li>\n<li>eCommerce (WooCommerce, OSCommerce, ZenCart, PayPal Shopping Cart, etc&#8230;)<\/li>\n<\/ul>\n<p><strong>Instructor<\/strong><\/p>\n<ul>\n<li>PIC Microcontrollers<\/li>\n<li>Arduino<\/li>\n<li>Raspberry Pi<\/li>\n<li>Espressif<\/li>\n<li>Robotics<\/li>\n<li>DOS, Windows, OSX, Linux, iOS, Android, Multi-OS<\/li>\n<li>Linux-Apache-PHP-MySQL<\/li>\n<\/ul>\n<p><strong>Follow Us<\/strong><\/p>\n<p><strong>J. Luc Paquin \u2013 Curriculum Vitae<\/strong><br \/>\nhttps:\/\/www.donluc.com\/DLE\/LucPaquinCVEngMk2020a.pdf<\/p>\n<p><strong>Web:<\/strong> https:\/\/www.donluc.com\/<br \/>\n<strong>Web:<\/strong> http:\/\/www.jlpconsultants.com\/<br \/>\n<strong>Web:<\/strong> https:\/\/www.donluc.com\/DLE\/<br \/>\n<strong>Web:<\/strong> https:\/\/www.donluc.com\/DLHackster\/<br \/>\n<strong>Web:<\/strong> https:\/\/www.hackster.io\/neosteam-labs<br \/>\n<strong>Facebook:<\/strong> https:\/\/www.facebook.com\/neosteam.labs.9\/<br \/>\n<strong>YouTube:<\/strong> https:\/\/www.youtube.com\/channel\/UC5eRjrGn1CqkkGfZy0jxEdA<br \/>\n<strong>Twitter:<\/strong> https:\/\/twitter.com\/labs_steam<br \/>\n<strong>Pinterest:<\/strong> https:\/\/www.pinterest.com\/NeoSteamLabs\/<br \/>\n<strong>Instagram:<\/strong> https:\/\/www.instagram.com\/luc.paquin\/<\/p>\n<p><strong>Don Luc<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>&#8212;&#8212; #donluc #sound #simplekeyboard #synthesizer #mozzi #adsr #programming #arduino #fritzing #electronics #microcontrollers #consultant #vlog &#8212;&#8212; &#8212;&#8212; &#8212;&#8212; &#8212;&#8212; Envelope Music In sound and music, an envelope describes how a sound changes over time. It may relate to elements such as amplitude (volume), filters (frequencies) or pitch. For example, a piano key, when struck and held, &#8230; <a title=\"Project #16: Sound &#8211; Mozzi ADSR &#8211; Mk11\" class=\"read-more\" href=\"https:\/\/www.donluc.com\/?p=2516\" aria-label=\"Read more about Project #16: Sound &#8211; Mozzi ADSR &#8211; Mk11\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[119,50,38,59,5,7,58,10,43],"tags":[6,102,19,85,24,130,25,9,27,120,109,8,33,34,108],"class_list":["post-2516","post","type-post","status-publish","format-standard","hentry","category-sound","category-arduino","category-digitalelectronics","category-fritzing","category-microcontrollers","category-musical-instruments","category-arduino-programming","category-projects","category-sparkfun","tag-arduino","tag-components","tag-electronics","tag-fritzing","tag-microcontroller","tag-mozzi-adsr","tag-musical-instruments-2","tag-programming","tag-projects-2","tag-sound","tag-sparkfun","tag-synth","tag-technology","tag-video-blog","tag-vlog"],"_links":{"self":[{"href":"https:\/\/www.donluc.com\/index.php?rest_route=\/wp\/v2\/posts\/2516","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.donluc.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.donluc.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.donluc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.donluc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2516"}],"version-history":[{"count":2,"href":"https:\/\/www.donluc.com\/index.php?rest_route=\/wp\/v2\/posts\/2516\/revisions"}],"predecessor-version":[{"id":2522,"href":"https:\/\/www.donluc.com\/index.php?rest_route=\/wp\/v2\/posts\/2516\/revisions\/2522"}],"wp:attachment":[{"href":"https:\/\/www.donluc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2516"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.donluc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2516"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.donluc.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}