{"id":13431547,"url":"https://github.com/usdivad/Melodrumatic","last_synced_at":"2025-03-16T11:31:57.669Z","repository":{"id":152222035,"uuid":"186669501","full_name":"usdivad/Melodrumatic","owner":"usdivad","description":"Audio plugin that lets you use MIDI to pitch-shift via delay to turn unpitched audio into melodies","archived":false,"fork":false,"pushed_at":"2022-01-01T01:00:54.000Z","size":6653,"stargazers_count":48,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T11:57:26.921Z","etag":null,"topics":["aax","audio","audio-plugin","audiounit","delay","dsp","melody","midi","music","music-production","plugin","vst","vst3","vsts"],"latest_commit_sha":null,"homepage":"https://usdivad.itch.io/melodrumatic","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usdivad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-05-14T17:29:35.000Z","updated_at":"2024-08-13T09:42:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"53ce0c7d-1b38-4622-a587-5b7524efeb97","html_url":"https://github.com/usdivad/Melodrumatic","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usdivad%2FMelodrumatic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usdivad%2FMelodrumatic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usdivad%2FMelodrumatic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usdivad%2FMelodrumatic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usdivad","download_url":"https://codeload.github.com/usdivad/Melodrumatic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243863297,"owners_count":20360294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aax","audio","audio-plugin","audiounit","delay","dsp","melody","midi","music","music-production","plugin","vst","vst3","vsts"],"created_at":"2024-07-31T02:01:03.964Z","updated_at":"2025-03-16T11:31:55.883Z","avatar_url":"https://github.com/usdivad.png","language":"C++","readme":"# Melodrumatic\n\n![Melodrumatic screenshot](Images/Screenshot.png)\n\n## Overview\nMelodrumatic is an audio plugin that lets you \"pitch-shift\" via delay (i.e. the Doppler effect) to turn unpitched audio into melodies. Controllable via MIDI or mouse :)\n\nDemo video: https://youtu.be/KpkDhlis1zw\n\n## Available Formats\nVST3, AU, AAX, Unity\n\n## Installation\nDownload the latest version of Melodrumatic from the [releases](https://github.com/usdivad/Melodrumatic/releases) page, then unzip and place the individual files into the appropriate plugin folders for your respective DAWs (or Unity!)\n\nFor Mac, this usually means:\n```\nVST3  --\u003e  ~/Library/Audio/Plug-Ins/VST3\nAU    --\u003e  ~/Library/Audio/Plug-Ins/Components\nAAX   --\u003e  /Library/Application Support/Avid/Audio/Plug-Ins\nUnity --\u003e  [YourProjectName]/Assets/Plugins\n```\n\nAnd for Windows, this usually means:\n```\nVST3  --\u003e  C:\\Program Files\\Common Files\\VST3\nAU    --\u003e  Not supported :(\nAAX   --\u003e  C:\\Program Files\\Common Files\\Avid\\Audio\\Plug-Ins\nUnity --\u003e  [YourProjectName]\\Assets\\Plugins\n```\n\nFor Unity projects, install the plugin (*audioplugin_Melodrumatic.bundle* on Mac, *audioplugin_Melodrumatic.dll* + *audioplugin_Melodrumatic_UnityScript.cs* on Windows) into `[YourProjectName]/Assets/Plugins`.\n\n\n## Usage\n\n### For DAWs\n*(NOTE: The screenshot examples are in Ableton Live, but the steps should be relatively similar for any DAW you use; currently the plugin has been tested with Ableton Live, Logic Pro X, and REAPER)*\n\n**1.** Insert Melodrumatic as an effect on the track whose output you'd like to pitch-shift (this can be either an audio or a MIDI track).\n\n![DAW usage step 1](Images/UsageStep1.png)\n\n**2.** Create a MIDI track.\n\n![DAW usage step 2](Images/UsageStep2.png)\n\n**3.** Route the MIDI track's output to the track that Melodrumatic resides on...\n\n![DAW usage step 3a](Images/UsageStep3a.png)\n\n... and specifically to Melodrumatic.\n\n![DAW usage step 3b](Images/UsageStep3b.png)\n\n**4.** (optional) If you have an external MIDI controller, assign that as the input to your MIDI track so that you can control Melodrumatic live!\n\n![DAW usage step 4](Images/UsageStep4.png)\n\n\n### For Unity\n\n**1.** Insert Melodrumatic as an effect onto the desired Audio Mixer (the plugin will show up as `audioplugin_Melodrumatic`).\n![Unity usage step 1](Images/UnityUsageStep1.png)\n\n**2.** (optional) Right-click parameters and select \"Expose `parameterName` to script\" in order to control Melodrumatic through scripting!\n![Unity usage step 2](Images/UnityUsageStep2.png)\n\n*NOTE: Since the Unity plugin normalizes parameter values to a 0-1 range, in order to treat the Delay Time parameter as MIDI notes you'll need to re-scale the values. This can be done by quantizing values to steps of 0.0078125 (i.e. 1/128).*\n\n## Contact\nPlease [get in touch](mailto:hello@usdivad.com) if you end up making any cool music, sounds, or games using this, as well as if you have any questions or comments!","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusdivad%2FMelodrumatic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusdivad%2FMelodrumatic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusdivad%2FMelodrumatic/lists"}