true-grue / ayumi

Highly precise emulation of AY-3-8910 and YM2149 sound chips
http://sovietov.com/app/ayumi/ayumi.html
MIT License
88 stars 16 forks source link

Usage permission #2

Closed Markets00 closed 2 years ago

Markets00 commented 6 years ago

Hi! I've developed this Z80 asm AY-3-8910 player, so, I'm working on a crossplatform Tracker to generate songs to that player. Can I use your library to generate the AY sounds at the tracker?

Also, may you upload some code usage? The simplest example will be helpful. Thanks.

true-grue commented 6 years ago

Hi! Sure, feel free to use it in your project. You may find some examples of usage of the library here:

  1. https://github.com/true-grue/ayumi/blob/master/ayumi_render.c
  2. https://github.com/alexanderk23/ayumi-js/blob/master/index.html
Markets00 commented 6 years ago

Thank you! Probably, I will write you again when I publish the software.