From a52420dc79ddff71ebaaac66a853076d8a1480d7 Mon Sep 17 00:00:00 2001 From: supisara Date: Mon, 13 Jun 2022 19:15:49 +0200 Subject: [PATCH] connected pages --- instruments/Kastle_Drum/model.yml | 8 +++++ .../patches/daily pic nic.yml | 13 +++++++ instruments/perepepepepe/model.yml | 1 + templates/add_patch.html | 34 +++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 instruments/Kastle_Drum/model.yml create mode 100644 instruments/Pic_nic_synthetyzer/patches/daily pic nic.yml create mode 100644 instruments/perepepepepe/model.yml create mode 100644 templates/add_patch.html 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 %} + + + + + + + + +
+ + +