<!DOCTYPE html>
<html lang="en-AU">

<head>
  <meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<link rel="shortcut icon" href="https://nikolozi.com/images/favicon.png" />
<title>Blog | Nikolozi — Artist &amp; Engineer</title>
<meta name="title" content="Blog" />
<meta name="description" content="Nikolozi — Artist &amp; Engineer" />
<meta name="keywords" content="mela-update,music-apps,nikolozi-music," />


<meta property="og:url" content="https://nikolozi.com/blog/">
  <meta property="og:site_name" content="Nikolozi — Artist & Engineer">
  <meta property="og:title" content="Blog">
  <meta property="og:description" content="Nikolozi — Artist &amp; Engineer">
  <meta property="og:locale" content="en_AU">
  <meta property="og:type" content="website">




  <meta name="twitter:card" content="summary">
  <meta name="twitter:title" content="Blog">
  <meta name="twitter:description" content="Nikolozi — Artist &amp; Engineer">




  <meta itemprop="name" content="Blog">
  <meta itemprop="description" content="Nikolozi — Artist &amp; Engineer">
  <meta itemprop="datePublished" content="2026-06-07T00:00:00+00:00">
  <meta itemprop="dateModified" content="2026-06-07T00:00:00+00:00">
<meta name="referrer" content="no-referrer-when-downgrade" />

  <link rel="alternate" type="application/rss+xml" href="https://nikolozi.com/blog/index.xml" title="Nikolozi — Artist & Engineer" />
  <style>
    :root {
        color-scheme: light dark;
        --site-link-color: #3366ff;
        --page-max-width: 880px;
        --header-max-width: 1280px;
        --page-gutter: clamp(1rem, 4vw, 1.5rem);
        --header-inline-padding: clamp(1rem, 2.8vw, 2rem);
        --body-background: #fffefc;
        --body-background-image:
            radial-gradient(circle at top, rgba(51, 102, 255, 0.08), transparent 34%),
            linear-gradient(180deg, rgba(255, 250, 245, 0.9), rgba(255, 254, 252, 1) 20%);
        --body-color: #444;
        --heading-color: #222;
        --heading-2-color: #3b3b3b;
        --heading-3-color: #484848;
        --header-background: rgba(255, 254, 252, 0.72);
        --header-border: rgba(214, 220, 228, 0.82);
        --header-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            0 8px 24px rgba(15, 23, 42, 0.05);
        --logo-surface: rgba(255, 255, 255, 0.72);
        --logo-border: rgba(224, 229, 236, 0.95);
        --logo-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.8),
            0 10px 24px rgba(15, 23, 42, 0.06);
        --site-tagline-color: #555;
        --nav-surface: rgba(255, 255, 255, 0.5);
        --nav-surface-hover: rgba(255, 255, 255, 0.74);
        --nav-border: rgba(214, 220, 228, 0.95);
        --nav-border-hover: rgba(195, 204, 215, 0.98);
        --nav-text: #2f2f2f;
        --nav-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.92),
            0 8px 20px rgba(15, 23, 42, 0.05);
        --nav-shadow-hover:
            inset 0 1px 0 rgba(255, 255, 255, 0.95),
            0 12px 24px rgba(15, 23, 42, 0.07);
        --form-label-color: #333;
        --input-background: #fff;
        --input-border: #d7dde4;
        --input-color: #222;
        --focus-border-color: #b7c7de;
        --focus-ring-color: rgba(50, 115, 220, 0.08);
        --button-background: #f7f8f9;
        --button-border: #d0d6de;
        --button-text: #222;
        --button-hover-background: #eef1f4;
        --button-hover-border: #c3ccd7;
        --button-hover-text: #111;
        --muted-color: #666;
        --status-success: #2f6a46;
        --status-error: #a54e33;
        --code-background: #f2f2f2;
        --code-color: #222;
        --blockquote-color: #222;
        --blockquote-border: #999;
        --helptext-color: #777;
        --rule-color: #e0e0e0;
    }

    html {
        scroll-padding-top: 7rem;
        background-color: var(--body-background);
        background-image: var(--body-background-image);
    }

    body {
        font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin: 0;
        min-height: 100vh;
        text-align: left;
        background-color: var(--body-background);
        background-image: var(--body-background-image);
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 1.5;
        color: var(--body-color);
    }

    body > header {
        position: sticky;
        top: 0;
        z-index: 30;
        padding-top: env(safe-area-inset-top, 0px);
        padding-left: max(var(--header-inline-padding), env(safe-area-inset-left, 0px));
        padding-right: max(var(--header-inline-padding), env(safe-area-inset-right, 0px));
        background: var(--header-background);
        border-bottom: 1px solid var(--header-border);
        box-shadow: var(--header-shadow);
        backdrop-filter: blur(20px) saturate(180%);
        -webkit-backdrop-filter: blur(20px) saturate(180%);
    }

    main,
    footer {
        max-width: var(--page-max-width);
        margin: 0 auto;
        padding-left: max(var(--page-gutter), env(safe-area-inset-left, 0px));
        padding-right: max(var(--page-gutter), env(safe-area-inset-right, 0px));
        box-sizing: border-box;
    }

    main {
        padding-top: 1rem;
    }

    footer {
        padding-top: 2.25rem;
        padding-bottom: 3rem;
    }

    .site-header-shell {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.9rem 1.5rem;
        max-width: var(--header-max-width);
        margin: 0 auto;
        padding: 0.8rem 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .site-header-container {
        display: flex;
        align-items: center;
        text-decoration: none;
        gap: 0.85em;
        margin: 0;
        min-width: 0;
        flex: 1 1 16rem;
    }

    .site-header-container:hover {
        text-decoration: none;
    }

    .site-logo-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.45em;
        height: 3.45em;
        border-radius: 1em;
        background-color: var(--logo-surface);
        border: 1px solid var(--logo-border);
        box-shadow: var(--logo-shadow);
        flex: 0 0 auto;
    }

    .site-logo {
        display: block;
        width: 2.35em;
        height: auto;
    }

    .site-title-container {
        display: flex;
        flex-direction: column;
        gap: 0.12em;
        min-width: 0;
    }

    .site-title {
        margin: 0;
        font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: clamp(1.45rem, 2vw, 1.8rem);
        font-weight: 650;
        letter-spacing: 0.005em;
        line-height: 1;
        color: var(--heading-color);
        white-space: nowrap;
    }

    .site-tagline {
        margin: 0;
        color: var(--site-tagline-color);
        font-size: 0.68rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        white-space: nowrap;
    }

    .site-tagline-filter {
        opacity: 0.75;
    }

    .site-logo-filter {
        filter: opacity(62%);
    }

  h1,
  h4,
  h5,
  h6,
  strong,
  b {
    color: var(--heading-color);
  }

  h2 {
    color: var(--heading-2-color);
  }

  h3 {
    color: var(--heading-3-color);
  }

  a,
  a:visited,
  a:active {
    color: var(--site-link-color);
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }

  .title {
    text-decoration: none;
    border: 0;
  }

  .title span {
    font-weight: 400;
  }

  .site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }

  .site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    padding: 0.45rem 0.92rem;
    border: 1px solid var(--nav-border);
    border-radius: 999px;
    background-color: var(--nav-surface);
    color: var(--nav-text);
    text-decoration: none;
    line-height: 1.2;
    box-shadow: var(--nav-shadow);
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
  }

  .site-nav a:hover {
    background-color: var(--nav-surface-hover);
    border-color: var(--nav-border-hover);
    color: var(--nav-text);
    box-shadow: var(--nav-shadow-hover);
    transform: translateY(-1px);
    text-decoration: none;
  }

  @media (max-width: 760px) {
    .site-header-shell {
      padding: 0.75rem 0;
    }

    .site-nav {
      width: 100%;
      justify-content: flex-start;
      margin-left: 0;
    }
  }

  @media (max-width: 480px) {
    .site-logo-container {
      width: 3em;
      height: 3em;
    }

    .site-logo {
      width: 2.05em;
    }

    .site-tagline {
      letter-spacing: 0.14em;
    }
  }

  textarea {
    width: 100%;
    font-size: 16px;
  }

  input {
    font-size: 16px;
  }

  .contact-form {
    margin: 1.1rem 0 0;
  }

  .contact-field {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    margin-bottom: 0.95rem;
  }

  .contact-field label {
    color: var(--form-label-color);
    font-size: 0.9rem;
    font-weight: 600;
  }

  .contact-field input,
  .contact-field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.8rem 0.9rem;
    border: 1px solid var(--input-border);
    border-radius: 0.9rem;
    background-color: var(--input-background);
    color: var(--input-color);
    font: inherit;
    line-height: 1.45;
    transition: border-color 120ms ease, box-shadow 120ms ease, background-color 120ms ease;
  }

  .contact-field textarea {
    min-height: 12rem;
    resize: vertical;
  }

  .contact-field input:focus,
  .contact-field textarea:focus {
    outline: none;
    border-color: var(--focus-border-color);
    box-shadow: 0 0 0 3px var(--focus-ring-color);
  }

  .contact-submit-button {
    appearance: none;
    border: 1px solid var(--button-border);
    border-radius: 999px;
    background-color: var(--button-background);
    color: var(--button-text);
    padding: 0.68rem 1rem;
    font: inherit;
    font-weight: 600;
    line-height: 1.1;
    cursor: pointer;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease, opacity 120ms ease, transform 120ms ease;
  }

  .contact-submit-button:hover {
    background-color: var(--button-hover-background);
    border-color: var(--button-hover-border);
    color: var(--button-hover-text);
  }

  .contact-submit-button:active {
    transform: translateY(1px);
  }

  .contact-submit-button:disabled {
    opacity: 0.7;
    cursor: progress;
  }

  .contact-form-status {
    margin: 0.85rem 0 0;
    min-height: 1.4em;
    color: var(--muted-color);
  }

  .contact-form-status.is-success {
    color: var(--status-success);
  }

  .contact-form-status.is-error {
    color: var(--status-error);
  }

  content {
    line-height: 1.6;
  }

  table {
    width: 100%;
  }

  img {
    max-width: 100%;
  }

  code {
    padding: 2px 5px;
    background-color: var(--code-background);
  }

  pre code {
    color: var(--code-color);
    display: block;
    padding: 20px;
    white-space: pre-wrap;
    font-size: 14px;
    overflow-x: auto;
  }

  div.highlight pre {
    background-color: initial;
    color: initial;
  }

  div.highlight code {
    background-color: unset;
    color: unset;
  }

  blockquote {
    border-left: 1px solid var(--blockquote-border);
    color: var(--blockquote-color);
    padding-left: 20px;
    font-style: italic;
  }

  footer {
    padding: 25px;
    text-align: center;
  }

  .helptext {
    color: var(--helptext-color);
    font-size: small;
  }

  .errorlist {
    color: #eba613;
    font-size: small;
  }

   
  ul.blog-posts {
    list-style-type: none;
    padding: unset;
  }

  ul.blog-posts li {
    display: flex;
  }

  ul.blog-posts li span {
    flex: 0 0 130px;
  }

  .changelog-index {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }

  hr {
    border: 0;
    margin: 1.5rem 0;
  }

  hr,
  .changelog-entry {
    border-top: 1px solid var(--rule-color);
  }

  .changelog-entry {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }

  .changelog-entry h2 {
    margin-bottom: 0.2rem;
  }

  .app-store-badge-container {
    text-align: center;
  }

  .app-store-badge-link {
    display: inline-block;
    line-height: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
  }

  .app-store-badge-image {
    display: block;
    height: 45px;
    width: auto;
    user-select: none;
    -webkit-user-drag: none;
  }

  .changelog-date {
    color: var(--muted-color);
    margin-top: 0;
  }

    @media (prefers-color-scheme: dark) {
    :root {
      --site-link-color: #7bb8ff;
      --body-background: #0f141b;
      --body-background-image:
        radial-gradient(circle at top, rgba(71, 130, 255, 0.18), transparent 38%),
        linear-gradient(180deg, rgba(20, 26, 35, 0.98), rgba(11, 15, 22, 1) 24%);
      --body-color: #d5dbe6;
      --heading-color: #f3f6fa;
      --heading-2-color: #e3e8ef;
      --heading-3-color: #d4dbe6;
      --header-background: rgba(12, 17, 24, 0.72);
      --header-border: rgba(121, 136, 156, 0.32);
      --header-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 10px 28px rgba(0, 0, 0, 0.28);
      --logo-surface: rgba(255, 255, 255, 0.08);
      --logo-border: rgba(123, 137, 156, 0.32);
      --logo-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 8px 24px rgba(0, 0, 0, 0.22);
      --site-tagline-color: #b8c0cd;
      --nav-surface: rgba(255, 255, 255, 0.08);
      --nav-surface-hover: rgba(255, 255, 255, 0.14);
      --nav-border: rgba(123, 137, 156, 0.34);
      --nav-border-hover: rgba(156, 172, 193, 0.46);
      --nav-text: #eef2f8;
      --nav-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 8px 20px rgba(0, 0, 0, 0.24);
      --nav-shadow-hover:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 24px rgba(0, 0, 0, 0.28);
      --form-label-color: #eef1f5;
      --input-background: #161d26;
      --input-border: #3a4758;
      --input-color: #eef2f6;
      --focus-border-color: #7aa8d8;
      --focus-ring-color: rgba(122, 168, 216, 0.18);
      --button-background: #1a212b;
      --button-border: #3a4758;
      --button-text: #eef2f6;
      --button-hover-background: #232d39;
      --button-hover-border: #4c5c71;
      --button-hover-text: #fff;
      --muted-color: #aeb7c4;
      --status-success: #8cd3aa;
      --status-error: #f0a28b;
      --code-background: rgba(255, 255, 255, 0.12);
      --code-color: #e7edf6;
      --blockquote-color: #d8dee8;
      --blockquote-border: #5c6778;
      --helptext-color: #aab4c2;
      --rule-color: #2c3543;
    }

    .site-logo-filter {
      filter: invert(100%) opacity(78%);
    }

    .site-tagline-filter {
      opacity: 0.86;
    }
  }

   

   
  .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 0.5rem;
  }

  .gallery-item {
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
  }

  .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    display: block;
  }

  .gallery-item:hover img {
    transform: scale(1.02);
    opacity: 0.88;
  }

  @media (max-width: 480px) {
    .gallery {
      grid-template-columns: 1fr;
    }
  }

</style>
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#f7f5f3">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#111720">
<meta name="apple-itunes-app" content="app-id=1668299428">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/glightbox/dist/css/glightbox.min.css">
</head>

<body>
  <header><div class="site-header-shell">
    <a href="/" class="site-header-container" aria-label="Nikolozi home">
        <div class="site-logo-container" aria-hidden="true">
            <img class="site-logo site-logo-filter" src="/images/logo.png" alt="" decoding="async">
        </div>
        <div class="site-title-container">
            <p class="site-title">Nikolozi</p>
            <p class="site-tagline site-tagline-filter">Artist & Engineer</p>
        </div>
    </a>
    <nav class="site-nav" aria-label="Primary">
<a href="/mela/">Mela</a>

<a href="/music/">Music</a>

<a href="/blog/">Blog</a>

<a href="/contact/">Contact</a>

</nav>
</div>
</header>
  <main>
<content>
  <h1>Blog</h1>
  
  
  <ul class="blog-posts">
    
    <li>
      <span>
        <i>
          <time datetime='2026-06-07' pubdate>
            07 Jun 2026
          </time>
        </i>
      </span>
      <a href="/blog/mela-79-update/">Mela 7.9: Reinforcing the &#34;Everything is a Module&#34; philosophy</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2026-05-12' pubdate>
            12 May 2026
          </time>
        </i>
      </span>
      <a href="/blog/mela-78-update/">Mela 7.8: Precise Modulation Entry and Adaptive Remote Views</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2026-04-30' pubdate>
            30 Apr 2026
          </time>
        </i>
      </span>
      <a href="/blog/mela-77-update/">Mela 7.7: Two-Dimensional Modulation with XY and Improved Remotes</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2026-04-20' pubdate>
            20 Apr 2026
          </time>
        </i>
      </span>
      <a href="/blog/mela-76-update/">Mela 7.6: Cut, Copy and Paste for Modules and Presets</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2026-04-09' pubdate>
            09 Apr 2026
          </time>
        </i>
      </span>
      <a href="/blog/mela-75-update/">Mela 7.5: Build Creative MIDI Delay Effects with MIDI Echo</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2026-04-01' pubdate>
            01 Apr 2026
          </time>
        </i>
      </span>
      <a href="/blog/mela-74-update/">Mela 7.4 Update: Mod Steps, Parts Presets, and Improvements</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2026-03-13' pubdate>
            13 Mar 2026
          </time>
        </i>
      </span>
      <a href="/blog/mela-73-update/">Mela 7.3 Update: Reuse Presets as Modules, Note Pulse &amp; Note Event Improvements</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2026-03-06' pubdate>
            06 Mar 2026
          </time>
        </i>
      </span>
      <a href="/blog/mela-72-update/">Mela 7.2 Update: Unison Module, Nesting Improvements, and More</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2026-02-27' pubdate>
            27 Feb 2026
          </time>
        </i>
      </span>
      <a href="/blog/mela-71-update/">Mela 7.1 Update: Introducing Collection 5, Frequency Shifter, Limiter, and New Modulation Tools</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2026-02-11' pubdate>
            11 Feb 2026
          </time>
        </i>
      </span>
      <a href="/blog/mela-70-update/">Mela 7.0 Update: Undo and Redo, Remote Controls, and a Refined UI</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-12-24' pubdate>
            24 Dec 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-614-update/">Mela 6.14 Update: Pitch Ramp Module</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-11-26' pubdate>
            26 Nov 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-613-update/">Mela 6.13 Update: MIDI Group Module, Improved Note Hold</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-11-06' pubdate>
            06 Nov 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-612-update/">Mela 6.12 Update: More Improvements to MIDI Processors &amp; VA Oscillator</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-10-16' pubdate>
            16 Oct 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-611-update/">Mela 6.11 Update: Big Improvements to MIDI Processors &amp; Oscillators</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-09-25' pubdate>
            25 Sep 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-610-update/">Mela 6.10 Update: Module On Parameter Enhancements &amp; More</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-09-04' pubdate>
            04 Sep 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-69-update/">Mela 6.9 Update: Reshape Any Waveform with Classic Phase Distortion</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-07-31' pubdate>
            31 Jul 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-68-update/">Mela 6.8 Introduces Gain Computer: A Powerful Modulator for Custom Dynamics Processing</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-07-04' pubdate>
            04 Jul 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-67-update/">Mela 6.7 Update – Adds Features to Note Processors and More</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-06-06' pubdate>
            06 Jun 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-66-update/">Mela 6.6 Update – Group Modes, Poly Buses, Note Hold and Feedback</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-05-06' pubdate>
            06 May 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-65-update/">Mela 6.5 Update – Digital Delay Sublane, Band Pass Module, Enhancements to Stereo Tool and Clipper</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-04-16' pubdate>
            16 Apr 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-64-update/">Mela 6.4 Update – Everything Is a Module, New Stack and Crossover Modules</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-03-25' pubdate>
            25 Mar 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-63-update/">Mela 6.3 Update – Quantiser, Groove &amp; Overlap Remover Modules</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-03-04' pubdate>
            04 Mar 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-62-update/">Mela 6.2 Update – Group, Effect &amp; Layer Modules</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2025-02-03' pubdate>
            03 Feb 2025
          </time>
        </i>
      </span>
      <a href="/blog/mela-61-update/">Mela 6.1 Update – Introducing Collection 4</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-12-19' pubdate>
            19 Dec 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-60-update/">Mela 6.0 Update – Universal Lane, Flexible Routing</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-09-25' pubdate>
            25 Sep 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-58-update/">Mela 5.8 Update – Euclidean Rhythm Sequencer, New Modules</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-08-23' pubdate>
            23 Aug 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-57-update/">Mela 5.7 Update – Note Chance, Random Modulator Modes, Preset Search</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-07-31' pubdate>
            31 Jul 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-56-update/">Mela 5.6 Update – Ring Mod and Reverb Modules</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-07-04' pubdate>
            04 Jul 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-55-update/">Mela 5.5 Update — All Pass Module, Quality of Life Improvements</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-05-30' pubdate>
            30 May 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-54-update/">Mela 5.4 Update — Noise Gate, Module Updates</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-04-30' pubdate>
            30 Apr 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-53-update/">Mela 5.3 Update — 3 New Experimental Modules</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-04-16' pubdate>
            16 Apr 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-52-update/">Mela 5.2 Update — Refreshed Preset Browser, Note Event Module</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-03-26' pubdate>
            26 Mar 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-51-update/">Mela 5.1 Update — New Module for Note-taking, UI Zoom</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-03-05' pubdate>
            05 Mar 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-50-update/">Mela 5.0 Update — Switching to IAP Model, Introducing Module Collections</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2024-01-09' pubdate>
            09 Jan 2024
          </time>
        </i>
      </span>
      <a href="/blog/mela-48-update/">Mela 4.8 Update — Easier Modulation Editing, Many Internal Improvements</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-11-14' pubdate>
            14 Nov 2023
          </time>
        </i>
      </span>
      <a href="/blog/mela-47-update/">Introducing Polyphony in Mela 4.7</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-10-12' pubdate>
            12 Oct 2023
          </time>
        </i>
      </span>
      <a href="/blog/mela-46-update/">Mela 4.6 update ships with 3 new distortion modules: Clipper, Degrader and Rectifier</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-10-10' pubdate>
            10 Oct 2023
          </time>
        </i>
      </span>
      <a href="/blog/easy-midi-15-update/">Easy MIDI 1.5 Update — Apple Silicon support, compatibility with Ventura / Sonoma, Dark Mode</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-09-18' pubdate>
            18 Sep 2023
          </time>
        </i>
      </span>
      <a href="/blog/mela-45-update/">Mela 4.5 Update — New EQ Band module, Comb Filter and Envelope Follower improvements</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-08-25' pubdate>
            25 Aug 2023
          </time>
        </i>
      </span>
      <a href="/blog/mela-44-update/">Mela 4.4 Update — VPS Oscillator, MIDI Capture</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-07-19' pubdate>
            19 Jul 2023
          </time>
        </i>
      </span>
      <a href="/blog/mela-43-update/">Mela 4.3 Update — Lane UI Redesign, DC Blocker, MIDI Channel Module</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-07-02' pubdate>
            02 Jul 2023
          </time>
        </i>
      </span>
      <a href="/blog/mela-42-update/">Mela 4.2 Update — Comb Filter, VA Oscillator Hard Sync</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-06-02' pubdate>
            02 Jun 2023
          </time>
        </i>
      </span>
      <a href="/blog/mela-41-update/">Mela 4.1 Update — DS Oscillator, 3 new Pitch Processor modules, MIDI CC modulation support, Theme Designer</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-05-30' pubdate>
            30 May 2023
          </time>
        </i>
      </span>
      <a href="/blog/nfm-12/">NFM 1.2 update adds preset import/export functionality</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-05-10' pubdate>
            10 May 2023
          </time>
        </i>
      </span>
      <a href="/blog/mela-4/">Introducing Mela 4, unifying all 3 plug-in types into 1 modular design</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-02-24' pubdate>
            24 Feb 2023
          </time>
        </i>
      </span>
      <a href="/blog/mela-39-update/">Mela 3.9 Update — Many Improvements in MIDI Modules, Added MIDI Buses</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2023-01-07' pubdate>
            07 Jan 2023
          </time>
        </i>
      </span>
      <a href="/blog/mela-38-update/">Mela 3.8 Update — New Strummer Module, Improved LFO &amp; Random Modules</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-12-13' pubdate>
            13 Dec 2022
          </time>
        </i>
      </span>
      <a href="/blog/mela-37-update/">Mela 3.7 Update — New LFO Module, Tempo Sync/Free Modes</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-11-30' pubdate>
            30 Nov 2022
          </time>
        </i>
      </span>
      <a href="/blog/mela-36-update/">Mela 3.6 Update — Multi-lane Support, Note Length Module</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-11-18' pubdate>
            18 Nov 2022
          </time>
        </i>
      </span>
      <a href="/blog/mela-35-update/">Mela 3.5 Update — Modulate any Mela MIDI Parameter with the Random Module</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-10-17' pubdate>
            17 Oct 2022
          </time>
        </i>
      </span>
      <a href="/blog/mela-34-update/">Mela 3.4 Update — MIDI Logger and MIDI CC Modules Added</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-08-28' pubdate>
            28 Aug 2022
          </time>
        </i>
      </span>
      <a href="/blog/mela-33-update/">Mela 3.3 Update — Chord and Scale Modules Added</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-08-04' pubdate>
            04 Aug 2022
          </time>
        </i>
      </span>
      <a href="/blog/mela-32-update/">Mela 3.2 Update — Note Echo, Pitch Range Module and More</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-07-07' pubdate>
            07 Jul 2022
          </time>
        </i>
      </span>
      <a href="/blog/39/">New Track – 39</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-06-09' pubdate>
            09 Jun 2022
          </time>
        </i>
      </span>
      <a href="/blog/mela-31-update/">Mela 3.1 Update — Dynamic MIDI Module Chain</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-05-17' pubdate>
            17 May 2022
          </time>
        </i>
      </span>
      <a href="/blog/mela-302-update/">Mela 3.0.2 Update — Bug Fixes</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-04-12' pubdate>
            12 Apr 2022
          </time>
        </i>
      </span>
      <a href="/blog/mela-301-update/">Mela 3.0.1 Update — Arpeggiator Fixes</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-03-22' pubdate>
            22 Mar 2022
          </time>
        </i>
      </span>
      <a href="/blog/mela-3/">Introducing Mela 3 with Mela MIDI AUv3 plug-in, Featuring an Arpeggiator</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2022-01-18' pubdate>
            18 Jan 2022
          </time>
        </i>
      </span>
      <a href="/blog/unfocused/">Unfocused EP</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2021-12-19' pubdate>
            19 Dec 2021
          </time>
        </i>
      </span>
      <a href="/blog/mela-25-update/">Mela 2.5 Update Brings macOS Support</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2021-11-19' pubdate>
            19 Nov 2021
          </time>
        </i>
      </span>
      <a href="/blog/mela-24-update/">Mela 2.4 Update — Improved Text Input, Settings UI Rewrite, UI State Restoration</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2021-11-03' pubdate>
            03 Nov 2021
          </time>
        </i>
      </span>
      <a href="/blog/mela-23-update/">Mela 2.3 Update Refines the Mod Matrix UI</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2021-10-20' pubdate>
            20 Oct 2021
          </time>
        </i>
      </span>
      <a href="/blog/mela-22-update/">Mela 2.2 Update Adds Compressor, Level Metering and More</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2021-06-05' pubdate>
            05 Jun 2021
          </time>
        </i>
      </span>
      <a href="/blog/mela-21-update/">Mela 2.1 Update, Improved Preset Management</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2021-05-30' pubdate>
            30 May 2021
          </time>
        </i>
      </span>
      <a href="/blog/sunsetting-midi-sketch/">Sunsetting MIDI Sketch</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2021-04-12' pubdate>
            12 Apr 2021
          </time>
        </i>
      </span>
      <a href="/blog/artist-presets-for-mela/">Artist Presets for Mela</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2021-03-22' pubdate>
            22 Mar 2021
          </time>
        </i>
      </span>
      <a href="/blog/mela-2/">Introducing Mela 2 with iPhone support, Perform View and more</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2021-02-23' pubdate>
            23 Feb 2021
          </time>
        </i>
      </span>
      <a href="/blog/good-times-ahead/">Good Times Ahead EP</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2020-09-21' pubdate>
            21 Sep 2020
          </time>
        </i>
      </span>
      <a href="/blog/mela-19-update/">Mela 1.9 update: free running oscillators, Mod Matrix Intensity parameters as targets and more enhancements</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2020-07-28' pubdate>
            28 Jul 2020
          </time>
        </i>
      </span>
      <a href="/blog/mela-18-update/">Mela 1.8 update makes audio units&#39; UI layouts more dynamic; input, filter 2 and routing added to Mela FX</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2020-06-14' pubdate>
            14 Jun 2020
          </time>
        </i>
      </span>
      <a href="/blog/mela-17-update/">Mela 1.7 update adds Phase Distortion, new VA Filter and much more</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2020-05-24' pubdate>
            24 May 2020
          </time>
        </i>
      </span>
      <a href="/blog/mela-16-update/">Mela 1.6 update adds a stereo Flanger and flexible routing options</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2020-04-24' pubdate>
            24 Apr 2020
          </time>
        </i>
      </span>
      <a href="/blog/mela-15-update/">Mela 1.5 update adds built-in musical keyboard to the AUv3, MIDI Out</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2020-04-02' pubdate>
            02 Apr 2020
          </time>
        </i>
      </span>
      <a href="/blog/mela-14-update/">Mela 1.4 update adds Foldback distortion, UI improvements</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2020-03-13' pubdate>
            13 Mar 2020
          </time>
        </i>
      </span>
      <a href="/blog/mela-13-update/">Mela 1.3 update adds Filter effect, Envelope Follower to Mela FX</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2020-02-24' pubdate>
            24 Feb 2020
          </time>
        </i>
      </span>
      <a href="/blog/mela-12-update/">Mela 1.2 update adds filter morphing, tempo synced delay and more</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2020-01-31' pubdate>
            31 Jan 2020
          </time>
        </i>
      </span>
      <a href="/blog/mela-11-update/">Mela 1.1 update adds Mela FX</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2019-12-19' pubdate>
            19 Dec 2019
          </time>
        </i>
      </span>
      <a href="/blog/mela-ns1-evolved/">Mela — NS1 Evolved</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2019-06-30' pubdate>
            30 Jun 2019
          </time>
        </i>
      </span>
      <a href="/blog/dark-rooms/">New Album — Dark Rooms</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2019-03-06' pubdate>
            06 Mar 2019
          </time>
        </i>
      </span>
      <a href="/blog/npd/">NPD — Phase Distortion Synth for iPad</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2018-05-27' pubdate>
            27 May 2018
          </time>
        </i>
      </span>
      <a href="/blog/drunk-piano/">New Album — Drunk Piano</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2017-10-30' pubdate>
            30 Oct 2017
          </time>
        </i>
      </span>
      <a href="/blog/observer/">New Album — Observer</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2017-09-20' pubdate>
            20 Sep 2017
          </time>
        </i>
      </span>
      <a href="/blog/midi-sketch-17/">MIDI Sketch 1.7 Update Comes with iOS 11 Document Browser</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2017-09-03' pubdate>
            03 Sep 2017
          </time>
        </i>
      </span>
      <a href="/blog/nfm-preset-selector-user-guide/">NFM Preset Selector &amp; User Guide</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2017-08-11' pubdate>
            11 Aug 2017
          </time>
        </i>
      </span>
      <a href="/blog/lyrics-view-3/">Major update to Lyrics View, the app that its users wouldn&#39;t let me kill</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2017-08-02' pubdate>
            02 Aug 2017
          </time>
        </i>
      </span>
      <a href="/blog/nfm/">NFM — Nikolozi, Audio Unit Synth for iPad</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2016-09-21' pubdate>
            21 Sep 2016
          </time>
        </i>
      </span>
      <a href="/blog/unresolved/">New Album — Unresolved</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2016-07-09' pubdate>
            09 Jul 2016
          </time>
        </i>
      </span>
      <a href="/blog/midi-sketch-16-update-adds-bluetooth-midi-support-improved-icloud-sync-and-performance-optimisations/">MIDI Sketch 1.6 Update Adds Bluetooth MIDI Support, Improved iCloud Sync and Performance Optimisations</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2016-07-01' pubdate>
            01 Jul 2016
          </time>
        </i>
      </span>
      <a href="/blog/ns1-104-update-adds-accessibility-support/">NS1 1.0.4 Update Adds Accessibility Support</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2016-05-03' pubdate>
            03 May 2016
          </time>
        </i>
      </span>
      <a href="/blog/ns1-103-mod-wheel-support-updated-colour-scheme-bug-fixes/">NS1 1.0.3 – Mod Wheel support, updated colour scheme, bug fixes</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2016-01-31' pubdate>
            31 Jan 2016
          </time>
        </i>
      </span>
      <a href="/blog/ns1/">Nikolozi Synth 1 - NS1</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2016-01-31' pubdate>
            31 Jan 2016
          </time>
        </i>
      </span>
      <a href="/blog/lost-seconds/">New Album — Lost Seconds</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2016-01-16' pubdate>
            16 Jan 2016
          </time>
        </i>
      </span>
      <a href="/blog/midi-sketch-formerly-midi-editor-updated-to-v151/">MIDI Sketch (formerly MIDI Editor) updated to v1.5.1</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2014-12-30' pubdate>
            30 Dec 2014
          </time>
        </i>
      </span>
      <a href="/blog/counter-remixes/">Counter Remix EP is Out Now</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2014-09-20' pubdate>
            20 Sep 2014
          </time>
        </i>
      </span>
      <a href="/blog/midi-editor-updated-to-v15-midi-import-support-added/">MIDI Editor Updated to v1.5, MIDI Import Support Added</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2014-08-22' pubdate>
            22 Aug 2014
          </time>
        </i>
      </span>
      <a href="/blog/push/">New Track — Push</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2014-07-20' pubdate>
            20 Jul 2014
          </time>
        </i>
      </span>
      <a href="/blog/pull/">New Track — Pull</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2014-05-12' pubdate>
            12 May 2014
          </time>
        </i>
      </span>
      <a href="/blog/midi-editor-14-update/">MIDI Editor for iOS v1.4 Update: Multiple Note Editing &amp; Copy/Paste</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2014-05-07' pubdate>
            07 May 2014
          </time>
        </i>
      </span>
      <a href="/blog/higher/">New Track — Higher</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2014-04-18' pubdate>
            18 Apr 2014
          </time>
        </i>
      </span>
      <a href="/blog/midi-editor-v13-update-transposer-note-preview/">MIDI Editor v1.3 Update: Transposer &amp; Note Preview</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2014-03-23' pubdate>
            23 Mar 2014
          </time>
        </i>
      </span>
      <a href="/blog/midi-editor-update-is-coming/">MIDI Editor Update is Coming</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2014-03-07' pubdate>
            07 Mar 2014
          </time>
        </i>
      </span>
      <a href="/blog/red-sky/">Red Sky EP</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2013-11-19' pubdate>
            19 Nov 2013
          </time>
        </i>
      </span>
      <a href="/blog/midi-editor-now-works-on-iphone-and-ipod-touch/">MIDI Editor Now Works on iPhone and iPod touch</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2013-10-31' pubdate>
            31 Oct 2013
          </time>
        </i>
      </span>
      <a href="/blog/introducing-midi-editor-for-ipad/">Introducing MIDI Editor for iPad</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2013-10-02' pubdate>
            02 Oct 2013
          </time>
        </i>
      </span>
      <a href="/blog/new-album-one-point-oh/">New Album — One Point Oh</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2013-03-08' pubdate>
            08 Mar 2013
          </time>
        </i>
      </span>
      <a href="/blog/easy-midi-screencast/">Easy MIDI Screencast</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2013-02-25' pubdate>
            25 Feb 2013
          </time>
        </i>
      </span>
      <a href="/blog/easy-midi-new-features-midi-program-change-chord-set-transpose/">Easy MIDI New Features: MIDI Program Change &amp; Chord Set Transpose</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2013-01-08' pubdate>
            08 Jan 2013
          </time>
        </i>
      </span>
      <a href="/blog/easy-midi-updated-to-v13-added-chord-sets-custom-scales/">Easy MIDI Updated to v1.3 - Added Chord Sets &amp; Custom Scales</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2013-01-08' pubdate>
            08 Jan 2013
          </time>
        </i>
      </span>
      <a href="/blog/easy-midi-12-update/">Easy MIDI Updated to Version 1.2</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2013-01-08' pubdate>
            08 Jan 2013
          </time>
        </i>
      </span>
      <a href="/blog/easy-midi-updated-to-version-11/">Easy MIDI Updated to Version 1.1</a>
    </li>
    
    <li>
      <span>
        <i>
          <time datetime='2013-01-08' pubdate>
            08 Jan 2013
          </time>
        </i>
      </span>
      <a href="/blog/new-app-easy-midi/">New App: Easy MIDI</a>
    </li>
    
  </ul>
</content>

  </main>
  <footer><div class="social-links">
    <a href="https://x.com/nikolozi">X</a> /
    <a href="https://www.instagram.com/nikolozi">Instagram</a> /
    <a href="https://www.youtube.com/nikolozi">YouTube</a>
</div>
</footer><script src="https://cdn.jsdelivr.net/npm/glightbox/dist/js/glightbox.min.js"></script>
<script>
  document.addEventListener("DOMContentLoaded", function () {
    GLightbox({
      selector: ".glightbox",
      touchNavigation: true,
      loop: true,
      scrollLock: false,
    });
  });
</script>
</body>

</html>
