diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-08-17 11:23:53 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-08-17 11:23:53 +0100 |
| commit | 6d6d630c925e65a0c28e9aff6a680a89edbd86b8 (patch) | |
| tree | 52f9d5c92a62d1ea207f9277b3a4380dfebdbf09 | |
| parent | 8323319e8a4759ad4aceac1f72437dfab1221cef (diff) | |
testing gps
| -rw-r--r-- | beat.wav | bin | 0 -> 720008 bytes | |||
| -rw-r--r-- | domst.xml | 6 | ||||
| -rw-r--r-- | synth.wav | bin | 0 -> 157700 bytes | |||
| -rw-r--r-- | tomorrowthegroundGUI/data/domst_index.png | bin | 0 -> 4987 bytes | |||
| -rw-r--r-- | tomorrowthegroundGUI/tomorrowthegroundGUI.pde | 1 |
5 files changed, 7 insertions, 0 deletions
diff --git a/beat.wav b/beat.wav Binary files differnew file mode 100644 index 0000000..3384984 --- /dev/null +++ b/beat.wav @@ -3,6 +3,12 @@ <gps> <scale file="domst_grad.png" ll1="53.353241,-6.268789" ll2="53.35171,-6.266284" freq="1.0" command="cc01"> </scale> + <index file="indexmapV1.gif" ll1="53.353241,-6.268789" ll2="53.35171,-6.266284"> + <trigger id="03" command="play" param="synth.wav"> + </trigger> + <trigger id="31" command="play" param="beat.wav"> + </trigger> + </index> </gps> <bt freq="10"> <trigger id="00:1A:7D:0A:BA:C3" command="play" param="i01.wav"> diff --git a/synth.wav b/synth.wav Binary files differnew file mode 100644 index 0000000..481d3d1 --- /dev/null +++ b/synth.wav diff --git a/tomorrowthegroundGUI/data/domst_index.png b/tomorrowthegroundGUI/data/domst_index.png Binary files differnew file mode 100644 index 0000000..6967a9b --- /dev/null +++ b/tomorrowthegroundGUI/data/domst_index.png diff --git a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde index 7c2cf6b..4bede0b 100644 --- a/tomorrowthegroundGUI/tomorrowthegroundGUI.pde +++ b/tomorrowthegroundGUI/tomorrowthegroundGUI.pde @@ -33,6 +33,7 @@ void setup() case 3: bgmaps[0] = loadImage("domst.png"); bgmaps[1] = loadImage("domst_grad.png"); + bgmaps[1] = loadImage("domst_index.png"); lat1=53.353241; lng1=-6.268789; lat2=53.35171; |
