summaryrefslogtreecommitdiff
path: root/src/presets/broken.ttl
blob: 8593af5f9dc8efced14b653d0b828f72f3dba2f9 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
@prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix base: <http://elephly.net/lv2/> .
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
@prefix pre:  <http://elephly.net/lv2/mdaPiano/presets#> .

pre:default
  a              pset:Preset ;
  rdfs:label     "Broken Piano" ;
  pset:appliesTo base:mdaPiano ;

  lv2:port [
    lv2:symbol "envelope_decay" ;
    pset:value 0.050
  ] , [
    lv2:symbol "envelope_release" ;
    pset:value 0.957
  ] , [
    lv2:symbol "hardness_offset" ;
    pset:value 0.500
  ] , [
    lv2:symbol "velocity_to_hardness" ;
    pset:value 0.500
  ] , [
    lv2:symbol "muffling_filter" ;
    pset:value 0.299
  ] , [
    lv2:symbol "velocity_to_muffling" ;
    pset:value 1.000
  ] , [
    lv2:symbol "velocity_sensitivity" ;
    pset:value 0.000
  ] , [
    lv2:symbol "stereo_width" ;
    pset:value 0.500
  ] , [
    lv2:symbol "polyphony" ;
    pset:value 0.330
  ] , [
    lv2:symbol "fine_tuning" ;
    pset:value 0.450
  ] , [
    lv2:symbol "random_detuning" ;
    pset:value 0.718
  ] , [
    lv2:symbol "stretch_tuning" ;
    pset:value 0.000
  ] .