⇦ | komposter [main]
Last updated on: 2026-09-17 14:12 [UTC]

Metadata for komposter in main

komposter.desktop - 0+git20201216+ds1-2 ⚙ amd64 ⚙ arm64 ⚙ armhf ⚙ i386 ⚙ loong64 ⚙ ppc64el ⚙ riscv64 ⚙ s390x

Icon
---
Type: desktop-application
ID: komposter.desktop
Package: komposter
Name:
  C: Komposter
Summary:
  C: Komposter
Description:
  fr: |-
    <p>Il s’agit d’un système léger de composition musicale principalement destiné à une utilisation dans
    des applications où la taille de l’exécutable doit être réduite telles les intros 4 kb ou 64 kb. Il est
    construit en utilisant un modèle « analogique virtuel » où le compositeur peut entièrement construire
    les synthétiseurs en utilisant des blocs de construction basiques et simples. Cela minimise le code nécessaire
    et s’appuie plus sur les données qui peuvent être compressées plus efficacement. Un simple séquenceur
    basé sur des motifs est utilisé pour créer des chansons utilisant jusqu’à 24 voix, chacune d’elles pouvant
    utiliser un synthétiseur différent. Chaque synthétiseur peut être programmé avec un certain nombre de
    patchs qui peuvent être commutés entre les motifs. Sont fournis avec Komposter un lecteur de musique
    avec un code source entièrement en assembleur x86 ainsi qu’un convertisseur pour générer des fichiers
    utilisable par NASM à partir des fichiers de chanson. Le code source du convertisseur est aussi fourni.</p>
  pl: |-
    <p>Jest to lekki system do komponowania muzyki przeznaczony głównie do zastosowań, w których konieczne
    jest zminimalizowanie rozmiaru pliku wykonywalnego, np. intra (wprowadzenia) 4K i 64K. Został zbudowany
    przy użyciu modułowego modelu &quot;virtual analog&quot;, dzięki któremu kompozytor może budować syntezatory
    od podstaw, korzystając z prostych, podstawowych bloków konstrukcyjnych. Minimalizuje to ilość wymaganego
    kodu i opiera się w większym stopniu na danych, które można skuteczniej kompresować. Prosty sekwencer
    oparty na wzorcach jest używany do tworzenia piosenek wykorzystujących maksymalnie 24 głosy, z których
    każdy może używać innego syntezatora. Każdy syntezator można zaprogramować za pomocą określonej liczby
    patchy, które można przełączać między wzorcami. W skład pakietu Komposter wchodzi odtwarzacz muzyki z
    pełnym kodem źródłowym x86, a także konwerter umożliwiający generowanie plików z piosenkami, które można
    dołączać za pomocą formatu nasm. Dostępny jest również kod źródłowy konwertera.</p>
  C: |-
    <p>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 &quot;virtual
    analog&quot; 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.</p>
  da: |-
    <p>Dette er et simpelt system til musikkomposition lavet hovedsagelig til brug i programmer, hvor størrelsen
    af den kørbare fil skal minimeres, såsom 4K- og 64K-introer. Er bygget via en modulopbygget »virtuel
    analog« model, hvor komponisten kan bygge synthesizerne fra bunden af via simple grundlæggende byggeblokke.
    Dette minimerer kodemængden krævet og afhænger mere af data, der kan komprimeres mere effektivt. En simpel
    mønsterbaseret sequencer bruges til at oprette sange, der bruger op til 24 stemmer, hver kan bruge en
    forskellig synthesizer. Hver synthesizer kan programmeres med et antal rettelser, der kan skifte mellem
    mønstre. Inkluderet med Komposter er en musikafspiller med fuld x86 assembly-kildekode samt et konverteringsprogram
    til at oprette nasm-includeable filer fra sangfiler. Kildekode for konverteringsprogrammet er også inkluderet.</p>
  it: |-
    <p>Questo è un sistema leggero per comporre musica pensato principalmente per essere utilizzato in applicazioni
    in cui la dimensione dell&apos;eseguibile deve essere minimizzata, come intro a 4K e 64K. È costruito
    usando un modello &quot;analogo virtuale&quot; modulare, in cui il compositore può creare i sintetizzatori
    da zero usando semplici blocchi costruttivi di base. Ciò minimizza la quantità di codice richiesta e
    si basa di più sui dati, che possono essere compressi più efficacemente. Viene usato un semplice sequencer
    basato su pattern per creare canzoni che usano fino a 24 voci, ciascuna delle quali può utilizzare un
    sintetizzatore diverso. Ogni sintetizzatore può essere programmato con diverse patch che possono essere
    cambiate tra i pattern. Con Komposter è incluso un riproduttore musicale con codice sorgente assembly
    x86 completo, oltre ad un convertitore per generare file che possono essere inclusi con nasm, a partire
    da file di canzoni. Viene fornito anche il codice sorgente del convertitore.</p>
  en: |-
    <p>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 &quot;virtual
    analog&quot; 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.</p>
  ko: |-
    <p>이 시스템은 주로 4k 및 64k 인트로와 같이 실행파일의 크기를 최소로 해야만 하는 어플리케이션에서 사용하도록 설계된 경량의 음악 작곡 시스템입니다. 모듈식 &quot;가상
    아날로그&quot; 모델을 사용해서 제작되었으며, 여기서 작곡가는 간단한 기본 구성 요소를 사용해서 처음부터 신디사이저를 만들 수 있습니다. 이렇게 하면 필요한 코드 양을 최소화하고
    데이터에 더 많이 의존하므로 보다 효과적으로 압축할 수 있습니다. 간단한 패턴 기반 시퀀스를 사용하여 최대 24개의 음정을 사용하는 음악을 만들 수 있으며, 각 음정은 서로 다른 신디사이저를
    사용할 수 있습니다. 각 신디사이저는 패턴 간에 전환할 수 있는 여러 패치로 프로그래밍할 수 있습니다. Komposter은 완전한 x86 어셈블리 소스 코드와 노래 파일에서 nasm
    포함 파일을 생성하기 위한 변환기와 함께 제공되는 음악 플레이어입니다. 변환기의 소스코드 역시 제공됩니다.</p>
Categories:
- AudioVideo
- AudioVideoEditing
Keywords:
  C:
  - tracker
  - amiga
Icon:
  cached:
  - name: komposter_komposter.jxl
    width: 64
    height: 64
  stock: komposter
Launchable:
  desktop-id:
  - komposter.desktop
Provides:
  mediatypes:
  - audio/mod