Compare commits

3 Commits
Author SHA1 Message Date
myxelium f013cde992 Set up CI with Azure Pipelines
[skip ci]
2021-11-11 20:57:34 +01:00
myxeliumandGitHub 9f92fc2c24 Update README.md 2020-10-19 03:53:04 +02:00
myxeliumandGitHub 8d0d5723b5 Update README.md 2020-10-19 03:51:15 +02:00
2 changed files with 25 additions and 2 deletions
+6 -2
View File
@@ -1,2 +1,6 @@
# Synthy-Blocks # What is this?
-hidden This is a Synth built in Javascript and HTML! It has Midi input support and few effects!
Twist the knobs and start playing! The effects are CPU heavy so if it start lagging just reload the page.
https://ludvigolausson.se/emp/
+19
View File
@@ -0,0 +1,19 @@
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- main
pool:
vmImage: ubuntu-latest
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
displayName: 'Run a multi-line script'