From bd1dfccb7050a3ef5f4b56c9f2169b17fec04913 Mon Sep 17 00:00:00 2001 From: Packbat Date: Mon, 8 Apr 2024 12:54:25 -0400 Subject: [PATCH 1/2] first commit for audio workspace guide --- workspaces/audio.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 workspaces/audio.json diff --git a/workspaces/audio.json b/workspaces/audio.json new file mode 100644 index 0000000..06aeb49 --- /dev/null +++ b/workspaces/audio.json @@ -0,0 +1 @@ +{"metadata":{"page_title":"Audio Workspace","version":"0.4","authors":["Packbat"]},"elements":[{"type":"label","text":"The audio workspace is where you make music and\nsound effects for your cartridges. Like the other\neditor workspaces, there is a hamburger menu at\nthe top left and file tabs along the top of the\ntoolbar."},{"type":"label","text":"This workspace is split into three editors,\nselected via buttons in the left column: an\nInstrument editor, an SFX editor, and a Pattern\neditor."},{"type":"pod_image","data":"b64:bHo0ABIBAAAbAgAA73B4dQBDIFwWBAAfFSAeAgANP1AeICQAMuUw8QgQ-w4IEPEIQI8QEA0ANxAenw4AdiAOXxAWDQYRAFEOIE0GLRAAEPwPAPIsME0mDQYQMS8dARshGwErQRBsFwwnDAcMB2wQYSsBKwErUQAeAG0GDQYQQQsRCwELAQsxC1EQXAcsBywlAAEUAKUBCxELYRAeTRYdKAAgKxEoAGEnDBcsB3xLAGMRC2EgDp0fACAhCx8ANXwHDEcAEiFFAFEwnRAxK1MAIBshQQAsFxwiADUeEJG_ADYAHgANAEQQHhGQDAAWMAsAJg4gDABvHhARsB4gAgAKjwAR8EoRgB4gAgALnw4REAYQBjAeIAIACFAgHiARcA=="},{"type":"label","text":"Per .sfx file, Picotron has 24 instrument slots,\n128 SFX slots, and 64 pattern slots for making\nsound effects and music. Clicking on an SFX or\npattern number will automatically open it in the\nappropriate editor; clicking on an instrument\nnumber will select it for SFX entry or editing,\nbut not change which editor is open."},{"type":"label","text":"As with PICO-8 and a number of DAWs, the computer\nkeyboard is mapped to piano keys for note entry.\nThis mapping is theoretically based on the\nphysical layout of the keyboard:"},{"type":"pod_image","data":"b64:bHo0AG0BAADrBgAA-wFweHUAQyB8LgT-FG1vHw8UBAAdRf8WAh8NAA85ACbAHx8hHg8UHiEeDW4NBgAEBAAXbgoAYG4N-xYCHQgADh4ACg4AACQAH-wrAJp--W6sDQ5HDgQAEgAyAPAA3B2sDQ4XHxUHDg0OBxYXBgAlJgcGADwXFgcSABsbKgAFRQAwBwsnFAAxBgcGIgAtBicGAAQaAAMIAA4wAA9MAAUmFhcGAAJMABcmGAAOLAAPlAASBBQACwgAD5YACAP8ABcmBgACTAAZJkIAAQ4ADSwABUYAL0cOBAAQDzAAJH-9YLwdzA1uAgAEDxwADw5WAgRaAg8mALJF-W78ATEBD0UBBYVuDewNhQ38AcQBLxYXFgMNCjcAD3UCCQoaAC8HBj0ADSYWFwYAJgYndgAvFhd2ABkEFAAPeAAIDbACBD0AGSY7AB0mOQAvRw4EAAQPKQAhcf1jhQ2MDWwCACH_GwcAT3wN9QQUAHhQBP1Y9QQ="},{"type":"label","text":"...but as of v0.1.0e, this is broken for some\nusers and the notes played are based on QWERTY\nlayout instead."}]} From ffde0a973d03d899f9abc3b850ff43a09ef32ef3 Mon Sep 17 00:00:00 2001 From: Packbat Date: Mon, 8 Apr 2024 12:56:07 -0400 Subject: [PATCH 2/2] Update workspaces.json with link to audio workspace page --- topics/workspaces.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/workspaces.json b/topics/workspaces.json index d41f658..84a0d29 100644 --- a/topics/workspaces.json +++ b/topics/workspaces.json @@ -1 +1 @@ -{"elements":[{"type":"label","text":"Here are our current documents:"},{"text":"Graphics Workspaces","ref":"workspaces/graphics","type":"wiki_ref"}],"metadata":{"page_title":"Workspaces","version":"0.4","authors":["scrapSavage"]}} +{"elements":[{"text":"Here are our current documents:","type":"label"},{"type":"wiki_ref","text":"Graphics Workspaces","ref":"workspaces/graphics"},{"type":"wiki_ref","text":"Audio Workspace","ref":"workspaces/audio"}],"metadata":{"authors":["scrapSavage"],"version":"0.4","page_title":"Workspaces"}}