summaryrefslogtreecommitdiff
path: root/src/mdaEPiano/presets/bright.ttl
blob: d8f44ee68a62dc35c7801b69f8cbc9ebb135ad37 (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/mdaEPiano/presets#> .

pre:bright
  a              pset:Preset ;
  rdfs:label     "Bright" ;
  pset:appliesTo base:mdaEPiano ;

  lv2:port [
    lv2:symbol "envelope_decay" ;
    pset:value 0.500
  ] , [
    lv2:symbol "envelope_release" ;
    pset:value 0.500
  ] , [
    lv2:symbol "hardness" ;
    pset:value 1.000
  ] , [
    lv2:symbol "treble_boost" ;
    pset:value 0.800
  ] , [
    lv2:symbol "modulation" ;
    pset:value 0.500
  ] , [
    lv2:symbol "lfo_rate" ;
    pset:value 0.650
  ] , [
    lv2:symbol "velocity_sensitivity" ;
    pset:value 0.250
  ] , [
    lv2:symbol "stereo_width" ;
    pset:value 0.500
  ] , [
    lv2:symbol "polyphony" ;
    pset:value 0.500
  ] , [
    lv2:symbol "fine_tuning" ;
    pset:value 0.500
  ] , [
    lv2:symbol "random_tuning" ;
    pset:value 0.146
  ] , [
    lv2:symbol "overdrive" ;
    pset:value 0.500
  ] .