File tree 2 files changed +3
-7
lines changed
external_library/java/minim
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ indent_mode=2
19
19
20
20
[project]
21
21
name=picrate_samples
22
- base_path=/home/pi/picrate_samples
22
+ base_path=/home/pi/projects/examples
23
23
description=Exploring PiCrate
24
24
file_patterns=*.rb;*.glsl;*.txt;
25
25
@@ -28,14 +28,9 @@ long_line_behaviour=1
28
28
long_line_column=72
29
29
30
30
[files]
31
- current_page=3
32
- FILE_NAME_0=667;Ruby;0;EUTF-8;0;1;0;%2Fhome%2Fpi%2Fprojects%2Fpicrate_sketches%2Fbasics%2Farrays%2Farray.rb;0;2
33
- FILE_NAME_1=1664;Ruby;0;EUTF-8;0;1;0;%2Fhome%2Fpi%2Fprojects%2Fpicrate_sketches%2Fadvanced_data%2Fload_save_json.rb;0;2
34
- FILE_NAME_2=259;Sh;0;EUTF-8;0;1;0;%2Fhome%2Fpi%2Fjruby_install.sh;0;2
35
- FILE_NAME_3=236;Sh;0;EUTF-8;0;1;0;%2Fhome%2Fpi%2Ftest.sh;0;2
36
31
37
32
[VTE]
38
- last_dir=/home/pi
33
+ last_dir=/home/pi/projects/examples
39
34
40
35
[build-menu]
41
36
EX_00_LB=_Execute
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ def settings
17
17
end
18
18
19
19
def setup
20
+ sketch_title "Press \' l\' key to loop"
20
21
minim = Minim . new ( self )
21
22
@groove = minim . load_file ( data_path ( 'groove.mp3' ) , 2048 )
22
23
end
You can’t perform that action at this time.
0 commit comments