Giter Site home page Giter Site logo

samantha-uk / midifilter.lv2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from x42/midifilter.lv2

0.0 0.0 0.0 7.05 MB

LV2 plugins to filter midi events

Home Page: https://x42-plugins.com/x42/x42-midifilter

License: GNU General Public License v2.0

Shell 0.57% C 50.70% CSS 6.64% Makefile 2.25% HTML 39.84%

midifilter.lv2's Introduction

midifilter.lv2

LV2 plugins to filter MIDI events.

So far 29 MIDI event filters have been implemented:

  • CC2Note -- translate control-commands to note-on/off messages
  • Channel Filter -- discard messages per channel
  • Channel Map -- map any MIDI-channel to another MIDI-channel
  • Choke Filter -- trigger note-off events, create exclusive note-groups
  • Enforce Scale -- force midi notes on given musical scale
  • Eventblocker -- notch style message filter. Suppress specific messages
  • Keyrange -- discard notes-on/off events outside a given range
  • Keysplit -- change midi-channel number depending on note (and optionally transpose)
  • MapCC -- change one control message into another
  • Mapscale -- flexible 12-tone note map
  • Mapkeychannel -- 12-tone channel map.
  • Chord -- harmonizer - create chords from a single note in a given musical scale
  • Delay -- delay MIDI events with optional randomization
  • Dup -- unisono - duplicate MIDI events from one channel to another
  • Strum -- arpeggio effect intended to simulate strumming a stringed instrument (e.g. guitar)
  • Transpose -- chromatic transpose MIDI notes
  • Legato -- hold a note until the next note arrives
  • NoSensing -- strip MIDI Active-Sensing events
  • NoDup -- MIDI duplicate blocker. Filter out overlapping note on/off and duplicate messages
  • Note2CC -- convert MIDI note-on messages to control change messages
  • Note2PC -- convert MIDI note messages to patch/program change messages
  • NoteToggle -- toggle notes: play a note to turn it on, play it again to turn it off
  • nTabDelay -- repeat notes N times (incl tempo-ramps -- eurotechno hell yeah)
  • Simple 1 Channel Filter -- convenient MIDI channel filter
  • Passthru -- no operation, just pass the MIDI event through (example plugin)
  • Quantize -- live midi event quantization
  • Velocity Randomizer -- randomly change velocity of note-on events
  • ScaleCC -- modify the value (data-byte) of a MIDI control change message
  • Sostenuto -- delay note-off messages, emulate a piano sostenuto pedal
  • Tonal Pedal -- hold active notes when pressing the sustain pedal
  • Velocity Range -- filter MIDI note events according to velocity
  • Velocity Gamma -- modify note velocity curve by a gamma exponent
  • Velocity Scale -- modify note velocity by constant factor and offset

Install

Compiling the plugins requires LV2 SDK, gnu-make and a c-compiler.

  git clone https://github.com/x42/midifilter.lv2.git
  cd midifilter.lv2
  make
  sudo make install PREFIX=/usr

midifilter.lv2's People

Contributors

x42 avatar spotlightkid avatar trebmuh avatar ssj71 avatar schnitzeltony avatar drobilla avatar tdammers avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.