Skip to main content

Manipulate midi and create music with a simple and high level interface.

Project description

License: MIT https://img.shields.io/badge/pypi-0.1.1-blue Documentation Status

INFMIDI is a MIDI editing library written in Python,with a lot of advanced syntax to help you quickly edit and generate MIDI files. You can also use it to assist in arranging and composing music with code.

https://raw.githubusercontent.com/gongyibei/infmidi/master/assets/example.gif

Documentation

English | 中文文档 .

Features

  • Absolute time - Esaily insert note and event at any time point.

# Add C4 on beat 8.
clip += Note('C4', location=8)
  • Time slicing - Modify notes for a specific time period.

# Raise notes from beats 8 to 16 by 4 semitones.
clip[8:16] += 4
  • Generator - Functions to generate music clip quickly.

# Generate chord progression with sheet.
progression = sheet('C4:M7 A4:m9 | F4:M7 G4:7')
  • Effects - Functions to process MIDI.

# Add delay effect to clip.
delay(clip, n=3, length=0.5, decay=0.9)

Licence

MIT License © 2022 gongyibei.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

infmidi-0.1.2.tar.gz (5.6 MB view hashes)

Uploaded Source

Built Distribution

infmidi-0.1.2-py3-none-any.whl (5.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page