EnglishFrenchSpanish

OnWorks favicon

composite_sampler - Online in the Cloud

Run composite_sampler in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command composite_sampler that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


composite_sampler - audio sampler/synth plugin (LV2)

DESCRIPTION


The Composite sampler is an audio plugin (LV2) that provides a simple sampling engine. It
is identified by the URI “http://gabe.is-a-geek.org/composite/plugins/sampler/1

PORTS


The sampler includes the following ports:

┌───────┬───────────┬─────────────┬────────┬─────────────────┐
NameLV2 PortTypeFlowDescription
├───────┼───────────┼─────────────┼────────┼─────────────────┤
│Left │ out_left │ AudioPort │ Output │ Left stereo │
│ │ │ │ │ channel output │
├───────┼───────────┼─────────────┼────────┼─────────────────┤
│Right │ out_right │ AudioPort │ Output │ Right stereo │
│ │ │ │ │ channel output │
├───────┼───────────┼─────────────┼────────┼─────────────────┤
│MIDI │ midi │ EventPort │ Input │ Main MIDI Input │
├───────┼───────────┼─────────────┼────────┼─────────────────┤
│Volume │ volume │ ControlPort │ Input │ Master volume │
│ │ │ │ │ [0.0-1.0] │
└───────┴───────────┴─────────────┴────────┴─────────────────┘

CONTROLLING THE SAMPLER


The primary way to control the sampler is over MIDI. See composite_midi(7) for complete
documentation on the MIDI implementation.

DRUMKITS


The drumkits for Composite are the same as for Hydrogen. To reuse your Hydrogen drumkits,
copy or symlink them to $HOME/.composite/data/drumkits/. You can create and edit drumkits
with composite-gui (or Hydrogen).

PRESETS


The sampler responds to MIDI Program Change events. Based on the event that it receives,
it will load up another file (e.g. a drumkit). This is how you can select the drumkit that
you wish to use.

The presets are defined in a file $HOME/.composite/data/presets/default.xml. For the
sampler plugin, you can override this by using default-presets.xml, but at the current
time there is no need to. When you first load the sampler, it will check for this file. If
it doesn´t exist, it will create one based on all your user drumkits.

The presets file is a simple XML file that allows you to define MIDI banks, and assign
different resources for each program change. An example file is as follows:

<?xml version="1.0"?>
<T:tritium xmlns:T="http://gabe.is-a-geek.org/tritium/xml/1/">
<T:presets>
<T:bank coarse="0" fine="0">
<T:program>
<T:midi_number>0</T:midi_number>
<T:resource>tritium:drumkits/GMkit</T:resource>
</T:program>
<T:program>
<T:midi_number>1</T:midi_number>
<T:resource>tritium:drumkits/TR808EmulationKit</T:resource>
</T:program>
</T:bank>
</T:presets>
</T:tritium>

You can define several <bank> elements for the MIDI banks. The attributes coarse and fine
correspond to the MIDI CC´s 0 and 32. Each <program> section is a preset. The
<midi_number> corresponds to the number in the PC message.

The <resource> element holds a URI/URL to the thing you want loaded. This will typically
be a drum kit, but can be any kind of file that Composite supports (like a .h2song,
.h2pattern, etc.). The sampler will do the Right Thing. (For example, when loading an
.h2song, the drumkit stored in the song will be loaded.) The URL´s supported are file://,
tritium:, and file names.

The tritium: scheme is designed to create portable URL´s to things like drum kits. For
example, the URL “tritium:drumkits/GMkit” will load the drumkit “GMkit”, whether it´s
installed in the user directory ($HOME/.composite/data/drumkits/GMkit/drumkit.xml) or in
the system directory (/usr/share/composite/data/drumkits/GMkit/drumkit.xml).

Note
The XML namespace declaration “http://gabe.is-a-geek.org/tritium/xml/1/” is not
optional.

LV2 EXTENSIONS


This plugin uses the following extensions, and they must be supported by any program
(host) that wishes to use this plugin. If the host does not support them, the plugin will
fail to load.

· Events <http://lv2plug.in/ns/ext/event#>

· Midi Events <http://lv2plug.in/ns/ext/midi#MidiEvent>

Use composite_sampler online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Alt-F
    Alt-F
    Alt-F provides a free and open source
    alternative firmware for the DLINK
    DNS-320/320L/321/323/325/327L and
    DNR-322L. Alt-F has Samba and NFS;
    supports ext2/3/4...
    Download Alt-F
  • 2
    usm
    usm
    Usm is a unified slackware package
    manager that handles automatic
    dependency resolution. It unifies
    various package repositories including
    slackware, slacky, p...
    Download usm
  • 3
    Chart.js
    Chart.js
    Chart.js is a Javascript library that
    allows designers and developers to draw
    all kinds of charts using the HTML5
    canvas element. Chart js offers a great
    array ...
    Download Chart.js
  • 4
    iReport-Designer for JasperReports
    iReport-Designer for JasperReports
    NOTE: iReport/Jaspersoft Studio Support
    Announcement: As of version 5.5.0,
    Jaspersoft Studio will be the official
    design client for JasperReports. iReport
    will...
    Download iReport-Designer for JasperReports
  • 5
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 6
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • More »

Linux commands

Ad