diff --git a/documentation/.picasa.ini b/documentation/.picasa.ini new file mode 100644 index 0000000..63a6b14 --- /dev/null +++ b/documentation/.picasa.ini @@ -0,0 +1,6 @@ +[sampler_example.jpg] +backuphash=14707 +[browser_example.jpg] +backuphash=62566 +[settings_example.jpg] +backuphash=4052 diff --git a/documentation/.picasaoriginals/.picasa.ini b/documentation/.picasaoriginals/.picasa.ini new file mode 100644 index 0000000..3ee7a1c --- /dev/null +++ b/documentation/.picasaoriginals/.picasa.ini @@ -0,0 +1,21 @@ +[sampler_example.jpg] +filters=crop64=1,1b000000927f6800;crop64=1,1c000000927f6800; +crop=rect64(1c000000927f6800) +moddate=3e5e71f0bca0d301 +width=1024 +height=768 +textactive=0 +[browser_example.jpg] +filters=crop64=1,1b80000091bf6900; +crop=rect64(1b80000091bf6900) +moddate=5667c792bca0d301 +width=1024 +height=768 +textactive=0 +[settings_example.jpg] +filters=crop64=1,1b800000923f6555; +crop=rect64(1b800000923f6555) +moddate=b89e99c2bca0d301 +width=1024 +height=768 +textactive=0 diff --git a/documentation/.picasaoriginals/browser_example.jpg b/documentation/.picasaoriginals/browser_example.jpg new file mode 100644 index 0000000..8810f3c Binary files /dev/null and b/documentation/.picasaoriginals/browser_example.jpg differ diff --git a/documentation/.picasaoriginals/sampler_example.jpg b/documentation/.picasaoriginals/sampler_example.jpg new file mode 100644 index 0000000..84c6253 Binary files /dev/null and b/documentation/.picasaoriginals/sampler_example.jpg differ diff --git a/documentation/.picasaoriginals/settings_example.jpg b/documentation/.picasaoriginals/settings_example.jpg new file mode 100644 index 0000000..d246867 Binary files /dev/null and b/documentation/.picasaoriginals/settings_example.jpg differ diff --git a/documentation/browser_example.jpg b/documentation/browser_example.jpg new file mode 100644 index 0000000..36d63e5 Binary files /dev/null and b/documentation/browser_example.jpg differ diff --git a/documentation/browser_example.png b/documentation/browser_example.png deleted file mode 100644 index 7374a2c..0000000 Binary files a/documentation/browser_example.png and /dev/null differ diff --git a/documentation/build_01_pi.jpg b/documentation/build_01_pi.jpg deleted file mode 100644 index d48bece..0000000 Binary files a/documentation/build_01_pi.jpg and /dev/null differ diff --git a/documentation/build_02_screen.jpg b/documentation/build_02_screen.jpg deleted file mode 100644 index c515231..0000000 Binary files a/documentation/build_02_screen.jpg and /dev/null differ diff --git a/documentation/build_03_pad.jpg b/documentation/build_03_pad.jpg deleted file mode 100644 index 8b068d9..0000000 Binary files a/documentation/build_03_pad.jpg and /dev/null differ diff --git a/documentation/display_parts.jpg b/documentation/display_parts.jpg new file mode 100644 index 0000000..e843105 Binary files /dev/null and b/documentation/display_parts.jpg differ diff --git a/documentation/operate_docs.md b/documentation/operate_docs.md index 6016d1e..7b7b919 100644 --- a/documentation/operate_docs.md +++ b/documentation/operate_docs.md @@ -10,14 +10,14 @@ ## controls -the controls on r_e_c_u_r work by mapping `keys` to `actions`. (custom mappings ?) by default most keys map to the same action independant of the state (ie display mode) the r_e_c_u_r is in. +the controls on r_e_c_u_r work by mapping `keys` to `actions`. (custom mappings ?) by default most keys map to the same action independent of the state (ie display mode) the r_e_c_u_r is in. The exceptions to this are the control keys: - `<` and `>` : used for navigation when applicable (see below) ; used for seeking current sample in `SAMPLER` mode - `■` : used as 'enter' for navigation ; used to toggle pause/play in `SAMPLER` mode. -the display modes described below are cycled by using the `DISPLAY` key. some actions are accessable through a `2ND FUNC` layer, toggled by the corrosponding key. +the display modes described below are cycled by using the `DISPLAY` key. some actions are accessible through a `2ND FUNC` layer, toggled by the corresponding key. other controls include: - `→` is used to trigger the next loaded sample to play @@ -28,9 +28,13 @@ other controls include: some keys are empty to leave room for future features. i encourage you to make a custom key map (link to doc) or add actions (another link) you would like to use. +## parts of the lcd display + +![display_image][display_image] + ## `PLAYER` display -this section displays infomation about what is in the video player : the position from start and end of currently playing video, what [slot] is playing now and what slot is loaded [next] +this section displays information about what is in the video player : the position from start and end of currently playing video, what [slot] is playing now and what slot is loaded [next] ## `BROWSER` display mode @@ -39,11 +43,11 @@ this is where you can load samples from your usb into the `SAMPLER` - in this mode , the `<` and `>` keys will move the selection up and down - folders are displayed ending in `|` for closed and `/` for open , the depth is displayed as indentation - pressing the `■` key while a folder is selected toggles it open/closed -- pressing the `■` key while a video is selected loads it into the next avaliable slot (note : you can see the first slot a video is loaded into on right colunm) +- pressing the `■` key while a video is selected loads it into the next available slot (note : you can see the first slot a video is loaded into on right column) ## `SAMPLER` display mode -this is the main display mode for using r_e_c_u_r. from this view you can see details of all the samples loaded into the sampler. a `bank` contains 10 `slots` labeled `0` - `9`. pressing the corrosponding `key` will load the `sample` in this `slot` to start when the current sample finishes. the `slot` of the currently playing sample is highlighted. +this is the main display mode for using r_e_c_u_r. from this view you can see details of all the samples loaded into the sampler. a `bank` contains 10 `slots` labelled `0` - `9`. pressing the corresponding `key` will load the `sample` in this `slot` to start when the current sample finishes. the `slot` of the currently playing sample is highlighted. ## `SETTINGS` display mode @@ -53,3 +57,4 @@ this is where you can configure r_e_c_u_r's settings. - pressing `■` on a setting will either cycle through it's `options` or run an `action` depending on its type (an `action` setting will always have value `run_action`) +[display_image]: display_parts.jpg \ No newline at end of file diff --git a/documentation/sampler_example.jpg b/documentation/sampler_example.jpg new file mode 100644 index 0000000..dac7297 Binary files /dev/null and b/documentation/sampler_example.jpg differ diff --git a/documentation/sampler_example.png b/documentation/sampler_example.png deleted file mode 100644 index be3cfcd..0000000 Binary files a/documentation/sampler_example.png and /dev/null differ diff --git a/documentation/settings_example.jpg b/documentation/settings_example.jpg new file mode 100644 index 0000000..809c294 Binary files /dev/null and b/documentation/settings_example.jpg differ diff --git a/documentation/settings_example.png b/documentation/settings_example.png deleted file mode 100644 index 88e50e1..0000000 Binary files a/documentation/settings_example.png and /dev/null differ