summaryrefslogtreecommitdiff
path: root/basedProject/src/audioGlitcher.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2014-03-02 22:14:34 +0000
committerComment <tim@gray.(none)>2014-03-02 22:14:34 +0000
commit1082e9eed74507b6eb5a3d0d7ab8a6cdecf40e19 (patch)
treec9e21ac3e1c3434b30c8530497b1f678641038dc /basedProject/src/audioGlitcher.h
parenta2fe68dfed91e362404ea1171cc8f0b313956cc3 (diff)
working version for show
Diffstat (limited to 'basedProject/src/audioGlitcher.h')
-rw-r--r--basedProject/src/audioGlitcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/basedProject/src/audioGlitcher.h b/basedProject/src/audioGlitcher.h
index 8f48288..130abcf 100644
--- a/basedProject/src/audioGlitcher.h
+++ b/basedProject/src/audioGlitcher.h
@@ -68,7 +68,7 @@ class audioGlitcher {
//transform the low res matrix
float tX=trans_x-.05; //fraction of image
- float tY=trans_y-.04; //fraction of image
+ float tY=trans_y-.08; //fraction of image
float oX=origin_x; //fraction of image
float oY=origin_y; //fraction of image
float s=scale;