diff --git a/INSIDEOUTPUT poster folder/QUICKTESTY.indd b/INSIDEOUTPUT poster folder/QUICKTESTY.indd index 6ebb391..6171b4f 100644 Binary files a/INSIDEOUTPUT poster folder/QUICKTESTY.indd and b/INSIDEOUTPUT poster folder/QUICKTESTY.indd differ diff --git a/basics/simple-lfo/simple-lfo.ino b/basics/simple-lfo/simple-lfo.ino index 7387081..f40d765 100644 --- a/basics/simple-lfo/simple-lfo.ino +++ b/basics/simple-lfo/simple-lfo.ino @@ -33,8 +33,8 @@ void setup() { void loop() { digitalWrite( SPEAKER_PIN, LOW ); // 0v to pin 11 - delay( analogRead(A2)*5 ); // wait*10, analogRead gives values between 0-1023, so max wait is 1sec, lets make it ~5sec by multiplying the read value * 5 + delay( analogRead(A2)*5 ); // wait*200, analogRead gives values between 0-1023, so max wait is 1sec, lets make it ~5sec by multiplying the read value * 5 digitalWrite( SPEAKER_PIN, HIGH ); // +5v to pin 11 - delay( analogRead(A2)*5 ); // wait*10, analogRead gives values between 0-1023, so max wait is 1sec, lets make it ~5sec by multiplying the read value * 5 + delay( analogRead(A2)*5 ); // wait*200, analogRead gives values between 0-1023, so max wait is 1sec, lets make it ~5sec by multiplying the read value * 5 } diff --git a/hardware/modules/meergranen/meergranen-fritzing.fzz b/hardware/modules/meergranen/meergranen-fritzing.fzz index 4901c05..ec28b94 100644 Binary files a/hardware/modules/meergranen/meergranen-fritzing.fzz and b/hardware/modules/meergranen/meergranen-fritzing.fzz differ diff --git a/sketches/ioana_sketch/Talko_Counter_for_Grains2/Talko_Counter_for_Grains2.ino b/sketches/ioana_sketch/Talko_Counter_for_Grains2/Talko_Counter_for_Grains2.ino index 0c1ab4b..fe85ac7 100644 --- a/sketches/ioana_sketch/Talko_Counter_for_Grains2/Talko_Counter_for_Grains2.ino +++ b/sketches/ioana_sketch/Talko_Counter_for_Grains2/Talko_Counter_for_Grains2.ino @@ -134,13 +134,16 @@ void setup() { } void loop() { + +voice.say(spTWO); +voice.say(spZERO); // // if(analogRead(3)>500) // { - counter(); - delay(500); +// counter(); +// delay(100); //while(analogRead(3)>500); // }