Metadata-Version: 2.1
Name: pym2149
Version: 17
Summary: YM2149 emulator supporting YM files, OSC, MIDI to JACK, PortAudio, WAV
Home-page: https://github.com/combatopera/pym2149
Author: Andrzej Cichocki
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: aridity (>=35)
Requires-Dist: diapyr (>=18)
Requires-Dist: lagoon (>=17)
Requires-Dist: Lurlene (>=7)
Requires-Dist: mynblep (>=7)
Requires-Dist: outjack (>=10)
Requires-Dist: outport (>=2)
Requires-Dist: Pillow (>=7.2.0)
Requires-Dist: pyrbo (>=5)
Requires-Dist: splut (>=4)
Requires-Dist: timelyOSC (>=4)

# pym2149
YM2149 emulator supporting YM files, OSC, MIDI to JACK, PortAudio, WAV.

[![Build Status](https://travis-ci.org/combatopera/pym2149.svg?branch=master)](https://travis-ci.org/combatopera/pym2149)

## Install latest release
```
# Tested on Linux and Mac:
pip3 install --user pym2149
```
## Usage
```
# GitHub trick to download some files to play:
svn export https://github.com/combatopera/pym2149/trunk/contrib

# Play a tune written in the (currently nameless) live coding language:
lc2jack.py 'contrib/Jochen Hippel - 7 Gates of Jambala Level 9.py'

# Play a Dosound sound effect:
dosound2jack.py contrib/sounds.s snd19
```


