diff --git a/instruments/Kastle_Drum/model.yml b/instruments/Kastle_Drum/model.yml new file mode 100644 index 0000000..2372dcf --- /dev/null +++ b/instruments/Kastle_Drum/model.yml @@ -0,0 +1,8 @@ +description: ye the drum +name: Kastle Drum +slug: Kastle_Drum + +params: +- drum +- noise +- tempo \ No newline at end of file diff --git a/instruments/Pic_nic_synthetyzer/patches/daily pic nic.yml b/instruments/Pic_nic_synthetyzer/patches/daily pic nic.yml new file mode 100644 index 0000000..3a65515 --- /dev/null +++ b/instruments/Pic_nic_synthetyzer/patches/daily pic nic.yml @@ -0,0 +1,13 @@ +celery: 'no' +'cherry tomatos': '3' +mayo: a lot +salad: sure +bread: 'yes' +date: '2022-06-13' +description: 'is a picnicco ' +ginger: 'yes' +input: Hunger +name: daily pic nic +noddles: sweet pot +output: Our stomachs +routing: new york hotl diff --git a/instruments/perepepepepe/model.yml b/instruments/perepepepepe/model.yml new file mode 100644 index 0000000..a31ce3d --- /dev/null +++ b/instruments/perepepepepe/model.yml @@ -0,0 +1 @@ +name: Watersand synth amazing 2 \ No newline at end of file diff --git a/templates/add_patch.html b/templates/add_patch.html new file mode 100644 index 0000000..fe51483 --- /dev/null +++ b/templates/add_patch.html @@ -0,0 +1,34 @@ + + + + + + Add new patch for {{instrument['name']}} + + +
+ + + + + + + + + + + {% for param in instrument['params']%} + + {% endfor %} + + + + + + + + +
+ + +