Skip to content

Commit

Permalink
added elk config files
Browse files Browse the repository at this point in the history
  • Loading branch information
GuitarML committed May 22, 2021
1 parent 1959eae commit 04e1d8d
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
33 changes: 33 additions & 0 deletions elk_configs/config_neuralpi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"host_config" : {
"samplerate" : 44100
},
"tracks" : [
{
"name" : "main",
"mode" : "stereo",
"inputs" : [
{
"engine_bus" : 0,
"track_bus" : 0
}
],
"outputs" : [
{
"engine_bus" : 0,
"track_bus" : 0
}
],
"plugins" : [
{
"uid" : "NeuralPi",
"path" : "/home/mind/plugins/NeuralPi.vst3",
"name" : "NeuralPi",
"type" : "vst3x"
}
]
}
],
"midi" : {
}
}
51 changes: 51 additions & 0 deletions elk_configs/config_neuralpi_fx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"host_config" : {
"samplerate" : 44100
},
"tracks" : [
{
"name" : "main",
"mode" : "stereo",
"inputs" : [
{
"engine_bus" : 0,
"track_bus" : 0
}
],
"outputs" : [
{
"engine_bus" : 0,
"track_bus" : 0
}
],
"plugins" : [
{
"uid" : "NeuralPi",
"path" : "/home/mind/plugins/NeuralPi.vst3",
"name" : "NeuralPi",
"type" : "vst3x"
},
{
"uid" : "mda DubDelay",
"path" : "/home/mind/plugins/mda-vst3/mda.vst3",
"name" : "dubdelay",
"type" : "vst3x"
},
{
"uid" : "mda Delay",
"path" : "/home/mind/plugins/mda-vst3/mda.vst3",
"name" : "delay",
"type" : "vst3x"
},
{
"uid" : "mda Ambience",
"path" : "/home/mind/plugins/mda-vst3/mda.vst3",
"name" : "ambience",
"type" : "vst3x"
}
]
}
],
"midi" : {
}
}

0 comments on commit 04e1d8d

Please sign in to comment.