Skip to content

Commit

Permalink
picrate_samples => projects/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Dec 17, 2019
1 parent 15104f0 commit e6505d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions picrate_samples.geany → examples.geany
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ indent_mode=2

[project]
name=picrate_samples
base_path=/home/pi/picrate_samples
base_path=/home/pi/projects/examples
description=Exploring PiCrate
file_patterns=*.rb;*.glsl;*.txt;

Expand All @@ -28,14 +28,9 @@ long_line_behaviour=1
long_line_column=72

[files]
current_page=3
FILE_NAME_0=667;Ruby;0;EUTF-8;0;1;0;%2Fhome%2Fpi%2Fprojects%2Fpicrate_sketches%2Fbasics%2Farrays%2Farray.rb;0;2
FILE_NAME_1=1664;Ruby;0;EUTF-8;0;1;0;%2Fhome%2Fpi%2Fprojects%2Fpicrate_sketches%2Fadvanced_data%2Fload_save_json.rb;0;2
FILE_NAME_2=259;Sh;0;EUTF-8;0;1;0;%2Fhome%2Fpi%2Fjruby_install.sh;0;2
FILE_NAME_3=236;Sh;0;EUTF-8;0;1;0;%2Fhome%2Fpi%2Ftest.sh;0;2

[VTE]
last_dir=/home/pi
last_dir=/home/pi/projects/examples

[build-menu]
EX_00_LB=_Execute
Expand Down
1 change: 1 addition & 0 deletions external_library/java/minim/loop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def settings
end

def setup
sketch_title "Press \'l\' key to loop"
minim = Minim.new(self)
@groove = minim.load_file(data_path('groove.mp3'), 2048)
end
Expand Down

0 comments on commit e6505d7

Please sign in to comment.