Browse Source

Update manifest dawnbree to 2.0.0

pull/785/head
Andrew Belt 2 years ago
parent
commit
56ac06cedc
2 changed files with 69 additions and 0 deletions
  1. +18
    -0
      manifests-cache.json
  2. +51
    -0
      manifests/dawnbree.json

+ 18
- 0
manifests-cache.json View File

@@ -12508,5 +12508,23 @@
"creationTimestamp": 1685377626.864491 "creationTimestamp": 1685377626.864491
} }
} }
},
"dawnbree": {
"buildTimestamp": 1686104117.3875988,
"creationTimestamp": 1686104118.4726753,
"modules": {
"seesaw": {
"creationTimestamp": 1686104118.9347208
},
"nudge": {
"creationTimestamp": 1686104119.3268275
},
"notepad": {
"creationTimestamp": 1686104119.7344866
},
"prismo": {
"creationTimestamp": 1686104120.0955274
}
}
} }
} }

+ 51
- 0
manifests/dawnbree.json View File

@@ -0,0 +1,51 @@
{
"slug": "dawnbree",
"name": "dawn bree",
"version": "2.0.0",
"license": "MIT",
"brand": "dawn bree",
"author": "dawn bree",
"authorEmail": "jones25519@gmail.com",
"authorUrl": "https://www.youtube.com/@dawnbree",
"pluginUrl": "https://github.com/jonesnxt/dawnbree",
"manualUrl": "https://github.com/jonesnxt/dawnbree",
"sourceUrl": "https://github.com/jonesnxt/dawnbree",
"donateUrl": "https://www.paypal.com/donate/?hosted_button_id=QKW2M5T69CL64",
"changelogUrl": "",
"modules": [
{
"slug": "seesaw",
"name": "seesaw",
"description": "Switch between two inputs after a variable amount of clock pulses.",
"tags": [
"utility",
"switch"
]
},
{
"slug": "nudge",
"name": "nudge",
"description": "A simple way to scale and offset an input.",
"tags": [
"utility"
]
},
{
"slug": "notepad",
"name": "notepad",
"description": "utility for building chords and melodies around major and minor key signatures.",
"tags": [
"utility"
]
},
{
"slug": "prismo",
"name": "prismo",
"description": "an eight step direct input sequencer for cv or signal with four independent channels.",
"tags": [
"sequencer",
"polyphonic"
]
}
]
}

Loading…
Cancel
Save