File | Date | Author | Commit |
---|---|---|---|
.settings | 2022-12-16 |
![]() |
[c8a96e] Initial import |
META-INF | 2022-12-16 |
![]() |
[c8a96e] Initial import |
demo | 2022-12-16 |
![]() |
[c8a96e] Initial import |
demo-src | 2022-12-16 |
![]() |
[c8a96e] Initial import |
gervill-src | 2022-12-16 |
![]() |
[c8a96e] Initial import |
javasound-src | 2022-12-16 |
![]() |
[c8a96e] Initial import |
release | 2022-12-16 |
![]() |
[c8a96e] Initial import |
.classpath | 2022-12-16 |
![]() |
[c8a96e] Initial import |
.project | 2022-12-16 |
![]() |
[c8a96e] Initial import |
LICENSE | 2022-12-16 |
![]() |
[c8a96e] Initial import |
README.md | 2022-12-16 |
![]() |
[c8a96e] Initial import |
This project contains code to enable the use the gervill software synthesizer on android.
It consists of the following parts:
- gervill-src: Modified subset of the gervill Open Source Project. (GPLv2 w/classpath exception)
- javasound-src: Modified subset of the GNU Classpath project. (GPLv2 w/classpath exception)
- demo-src: Original work, to demonstrate usage. (Public domain)
- demo: Working directory for the demo program. (Public domain)
The modified gervill code is also compatible with desktop java. A desktop java release should
include the META-INF directory (e.g. copied into the jar), but omit the javasound code.
An android release should include the javasound code, but omit the META-INF directory.
Any release must include the LICENSE and comply with its terms. This project is published in the
interest of compliance with the GPL, but it is not very good and should not be used by anyone.