Skip to content

(Historical unmaintained sources) MIDI to SSEQ converter

Notifications You must be signed in to change notification settings

perallard/midi2sseq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

midi2sseq

Introduction

This is a program that converts standard MIDI files into the SSEQ format.

Build prerequisites

  • Windows: MinGW
  • Everything else: edit the makefile to remove the .exe extension first (TODO: autodetect)

Supported events

  • Note on/off
  • Volume, pan & expression
  • Pitch bend & pitch bend range
  • Patch change
  • Tempo
  • Loop points via loopStart and loopEnd markers

To do

  • Implement more MIDI commands
  • Some SSEQ commands are not implemented yet (modulation, portamento, pitch sweep): please help!

About

(Historical unmaintained sources) MIDI to SSEQ converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.4%
  • Makefile 7.6%