summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-08-17 11:23:53 +0100
committerTim Redfern <tim@eclectronics.org>2012-08-17 11:23:53 +0100
commit6d6d630c925e65a0c28e9aff6a680a89edbd86b8 (patch)
tree52f9d5c92a62d1ea207f9277b3a4380dfebdbf09
parent8323319e8a4759ad4aceac1f72437dfab1221cef (diff)
testing gps
-rw-r--r--beat.wavbin0 -> 720008 bytes
-rw-r--r--domst.xml6
-rw-r--r--synth.wavbin0 -> 157700 bytes
-rw-r--r--tomorrowthegroundGUI/data/domst_index.pngbin0 -> 4987 bytes
-rw-r--r--tomorrowthegroundGUI/tomorrowthegroundGUI.pde1
5 files changed, 7 insertions, 0 deletions
diff --git a/beat.wav b/beat.wav
new file mode 100644
index 0000000..3384984
--- /dev/null
+++ b/beat.wav
Binary files differ
diff --git a/domst.xml b/domst.xml
index f506754..9ff3bca 100644
--- a/domst.xml
+++ b/domst.xml
@@ -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
new file mode 100644
index 0000000..481d3d1
--- /dev/null
+++ b/synth.wav
Binary files differ
diff --git a/tomorrowthegroundGUI/data/domst_index.png b/tomorrowthegroundGUI/data/domst_index.png
new file mode 100644
index 0000000..6967a9b
--- /dev/null
+++ b/tomorrowthegroundGUI/data/domst_index.png
Binary files differ
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;