Skip to content

grammoboy2/seq192

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

288 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seq192

MIDI sequencer based on seq24 with less features and more swag.

Less features

  • No song editor
  • No keyboard controls
  • No midi controls
  • Linux only

More swag

  • Interface rewritten with GTK3
  • OSC controls
  • almost 192 patterns per set

Seq192 main window

Seq192 edit window

Build

Dependencies (as debian packages)

libjack-jackd2-dev liblo-dev libgtkmm-3.0-dev libasound2-dev nlohmann-json3-dev

Build

make clean && make -j8

Run

usage: ./src/seq192 [options]

options:
  -h, --help              show available options
  -f, --file <filename>   load midi file on startup
  -c, --config <filename> load config file on startup
  -p, --osc-port <port>   osc input port (udp port number or unix socket path)
  -j, --jack-transport    sync to jack transport
  -n, --no-gui            enable headless mode
  -v, --version           show version and exit

Install

sudo make install

Append PREFIX=/usr to override the default installation path (/usr/local)

Uninstall

sudo make uninstall

Append PREFIX=/usr to override the default uninstallation path (/usr/local)

Documentation

See seq192.ammd.net or run man seq192 after installing.

Web UI

A web UI built with Open Stage Control is available at https://github.com/jean-emmanuel/seq192-control

About

MIDI sequencer based on seq24 with less features and more swag.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors