All Projects → gamax92 → midi2pico

gamax92 / midi2pico

Licence: other
Midi to PICO-8 converter

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to midi2pico

pico2tic
PICO-8 Wrapper for the TIC-80
Stars: ✭ 48 (-5.88%)
Mutual labels:  pico-8, pico8
Pico8Platformer
A platformer sample written for Pico-8, includes slopes and jump buffering
Stars: ✭ 38 (-25.49%)
Mutual labels:  pico-8, pico8
jspicl-mario-sample
A basic Mario game showcasing how to create PICO-8 games in JavaScript.
Stars: ✭ 19 (-62.75%)
Mutual labels:  pico-8, pico8
tac08
tac08 is an an emulation of the runtime part of the Pico-8 fantasy console. It takes a .p8 (text format) pico-8 cart file and runs it as closely posible
Stars: ✭ 144 (+182.35%)
Mutual labels:  pico-8, pico8
Awesome Pico 8
A curated list of awesome PICO-8 resources, carts, tools and more
Stars: ✭ 1,955 (+3733.33%)
Mutual labels:  pico-8, pico8
PICO-EC
A tiny scene-entity-component library created for the PICO-8 fantasty console.
Stars: ✭ 37 (-27.45%)
Mutual labels:  pico-8, pico8
Anteform
Anteform is a retro weird detective game written using the Minima Engine for PICO-8.
Stars: ✭ 17 (-66.67%)
Mutual labels:  pico-8, pico8
fake-08
A Pico-8 player/emulator for console homebrew
Stars: ✭ 374 (+633.33%)
Mutual labels:  pico-8, pico8
P8Coder
A programming tool that replaces the lua code in pico-8 cartridges (p8) with the code you write in P8Coder.
Stars: ✭ 89 (+74.51%)
Mutual labels:  pico-8, pico8
Robatim
a hard-coded music generator
Stars: ✭ 29 (-43.14%)
Mutual labels:  midi
microfreak-reader
An application to read and display the presets stored in the Arturia MicroFreak memory.
Stars: ✭ 32 (-37.25%)
Mutual labels:  midi
synthrs
Toy audio synthesizer library in Rust with basic MIDI support.
Stars: ✭ 73 (+43.14%)
Mutual labels:  midi
HitNotes
Rhythm-based mobile game
Stars: ✭ 24 (-52.94%)
Mutual labels:  midi
jamhub
low-latency jamming space for musicians
Stars: ✭ 29 (-43.14%)
Mutual labels:  midi
elektroid
Sample and MIDI device manager
Stars: ✭ 127 (+149.02%)
Mutual labels:  midi
Neothesia
Flashy Synthesia Like Software For Linux,Windows and MacOs
Stars: ✭ 483 (+847.06%)
Mutual labels:  midi
midi-eye
Ruby MIDI input event listener
Stars: ✭ 24 (-52.94%)
Mutual labels:  midi
node-keyboard
A REPL where music is simply streams of input in node (using soundfonts). Supports optional MIDI input and Rx.
Stars: ✭ 50 (-1.96%)
Mutual labels:  midi
pymidi
Python library for building RTP-MIDI / AppleMIDI clients and servers
Stars: ✭ 35 (-31.37%)
Mutual labels:  midi
pico8dev
Pico-8 Development
Stars: ✭ 17 (-66.67%)
Mutual labels:  pico-8

midi2pico

A Midi to PICO-8 converter.

Requires MIDI.lua (direct link)

# luarocks install midi

Usage:

lua midi2pico.lua somesong.mid songdata.p8

Various options are available, run the program with no arguments to get help.

Tips:

  • Mute problematic channels with --mute, timidity's --mute argument can aid in finding problematic channels.
  • Halve the time division to possibly allow more mid-note effects.
  • Drums are problematic. Use --dshift to shift drum pitch, --drumvol=n to change drum volume, or --mute=10 to remove drums all together.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].