komposter 0+git20201216+ds-2build1 source package in Ubuntu

Changelog

komposter (0+git20201216+ds-2build1) lunar; urgency=medium

  * No-change rebuild against freeglut3.12

 -- Steve Langasek <email address hidden>  Mon, 28 Nov 2022 23:28:56 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
komposter_0+git20201216+ds.orig.tar.xz 744.0 KiB d87e21404485f4bc1b2268d72b27bd2882442261c7c33a55bbc60ea0558dc1f4
komposter_0+git20201216+ds-2build1.debian.tar.xz 5.6 KiB cfef9576186bad45044b71850eae3854fc25dc998fab30b001e23f039ae08dc0
komposter_0+git20201216+ds-2build1.dsc 2.2 KiB d9ec9f249f717bc05e7679aa01f4c4da0c77fbaa47131efcaec6ccba23cee8d6

View changes file

Binary packages built by this source

komposter: lightweight music composing system

 This is a lightweight music composing system intended mainly to be used
 in applications where the size of the executable must be minimized such as 4K
 and 64K intros.
 .
 It is built using a modular "virtual analog" model, where the composer can
 build the synthesizers from scratch using simple basic building blocks. This
 minimizes the amount of code required and relies more on data, which can be
 compressed more effectively.
 .
 A simple pattern-based sequencer is used to create songs which use up to 24
 voices, each of which can use a different synthesizer. Each synthesizer can be
 programmed with a number of patches that can be switched between patterns.
 .
 Included with Komposter is a music player with full x86 assembly source code
 as well as a converter for generating nasm-includeable files from song files.
 Source code for the converter is also provided.

komposter-dbgsym: debug symbols for komposter