Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final Project #11

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
b5d3549
first commit
qwang216 Aug 21, 2015
d98c3d7
story board
arturlan Aug 21, 2015
8ab8e3b
working version of stop watch
qwang216 Aug 21, 2015
0253b0d
wWorking on Timer
arturlan Aug 21, 2015
2162f4e
Merge branch 'master' of https://github.com/qwang216/unit-1-final-pro…
arturlan Aug 21, 2015
6a160e7
linked stop watch buttons to the code
arturlan Aug 22, 2015
c3baa0c
delegated UI table view
arturlan Aug 22, 2015
7a3df82
implemented reset button
qwang216 Aug 22, 2015
a3dfb8e
working version of stop watch
qwang216 Aug 22, 2015
08f4742
stop watch
qwang216 Aug 22, 2015
0e25796
working on countdown
arturlan Aug 22, 2015
b4457b7
timer buttons
arturlan Aug 22, 2015
7e2ed6d
testing out alert
qwang216 Aug 22, 2015
f65bf7d
fixed merge conflict
qwang216 Aug 22, 2015
4539333
timer update
arturlan Aug 23, 2015
e2b1d94
fixed merge
arturlan Aug 23, 2015
00d5c91
implemented the pause function on stopwatch timer
qwang216 Aug 23, 2015
a7aab3e
Merge branch 'master' of https://github.com/qwang216/unit-1-final-pro…
qwang216 Aug 23, 2015
be597f5
lost work
arturlan Aug 23, 2015
5e0e577
fixing merge
arturlan Aug 23, 2015
ee8bf0a
Merge branch 'master' of https://github.com/qwang216/unit-1-final-pro…
arturlan Aug 23, 2015
32b4d5d
working version
arturlan Aug 23, 2015
45e165a
fixed the reset and start function
qwang216 Aug 26, 2015
65145ea
working on lap time pause
qwang216 Aug 26, 2015
ce513b1
working timer
arturlan Aug 27, 2015
3ccf80a
Merge branch 'master' of https://github.com/qwang216/unit-1-final-pro…
arturlan Aug 27, 2015
5e08b02
Table View cell added
arturlan Aug 28, 2015
cc0d314
preset timer is not finished
arturlan Aug 29, 2015
40702ea
added two buttons
arturlan Aug 29, 2015
7a2fb32
added image
arturlan Aug 29, 2015
736d371
one
arturlan Aug 29, 2015
db5d6ff
refactors stopwatchViewController
qwang216 Aug 29, 2015
de38cbb
Merge branch 'master' of https://github.com/qwang216/unit-1-final-pro…
qwang216 Aug 29, 2015
211d8c6
trying to fix the images xcassets
qwang216 Aug 29, 2015
12fa212
second
arturlan Aug 29, 2015
ab9deb4
Merge branch 'master' of https://github.com/qwang216/unit-1-final-pro…
arturlan Aug 29, 2015
75d419f
fixing
qwang216 Aug 29, 2015
69ec89e
stopwatch version 2.0 complete
qwang216 Aug 29, 2015
58824e1
third
arturlan Aug 29, 2015
c61386e
Merge branch 'master' of https://github.com/qwang216/unit-1-final-pro…
arturlan Aug 29, 2015
3283c36
added colors
arturlan Aug 30, 2015
3f9074e
added lap number on time lap and changed lap button color state
qwang216 Aug 30, 2015
d0598b8
working on passing data on timer
arturlan Aug 30, 2015
25b7da5
Merge branch 'master' of https://github.com/qwang216/unit-1-final-pro…
arturlan Aug 30, 2015
6d11f7f
last
arturlan Sep 1, 2015
859b37e
storyboard
arturlan Sep 2, 2015
586288f
got preset timer to work
arturlan Sep 3, 2015
f231c58
button name changed from cancel to done
arturlan Sep 3, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 85 additions & 10 deletions Time/Time.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,28 @@
objects = {

/* Begin PBXBuildFile section */
0B6CAA6A1B9201B0004865B0 /* DetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B6CAA691B9201B0004865B0 /* DetailViewController.m */; };
0B6CAA711B92383B004865B0 /* home-hero-10-1440-900.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 0B6CAA701B92383B004865B0 /* home-hero-10-1440-900.jpg */; };
0B6CAA761B92562B004865B0 /* clock-timer-7.png in Resources */ = {isa = PBXBuildFile; fileRef = 0B6CAA751B92562B004865B0 /* clock-timer-7.png */; };
0B6CAA781B92566D004865B0 /* clock-stopwatch-7.png in Resources */ = {isa = PBXBuildFile; fileRef = 0B6CAA771B92566D004865B0 /* clock-stopwatch-7.png */; };
0B6CAA7A1B925679004865B0 /* clock-alarm-7.png in Resources */ = {isa = PBXBuildFile; fileRef = 0B6CAA791B925679004865B0 /* clock-alarm-7.png */; };
0B6CAA7C1B9256F7004865B0 /* earth-america-7.png in Resources */ = {isa = PBXBuildFile; fileRef = 0B6CAA7B1B9256F7004865B0 /* earth-america-7.png */; };
0B6CAA7F1B925F6F004865B0 /* PresetTime.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B6CAA7E1B925F6F004865B0 /* PresetTime.m */; };
0BC209411B87E50B00D9FAE9 /* TimerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0BC209401B87E50B00D9FAE9 /* TimerViewController.m */; };
0BC2CC371B97B11D006DC7ED /* radial-gradient.png in Resources */ = {isa = PBXBuildFile; fileRef = 0BC2CC361B97B11D006DC7ED /* radial-gradient.png */; };
0BC2CC391B97B27B006DC7ED /* images-5.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = 0BC2CC381B97B27B006DC7ED /* images-5.jpeg */; };
0BC2CC3B1B97B5C5006DC7ED /* gradient_series___orange.png in Resources */ = {isa = PBXBuildFile; fileRef = 0BC2CC3A1B97B5C5006DC7ED /* gradient_series___orange.png */; };
0BC2CC3D1B97CB9D006DC7ED /* images-3.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = 0BC2CC3C1B97CB9D006DC7ED /* images-3.jpeg */; };
8D05375E1B86687C00588318 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D05375D1B86687C00588318 /* main.m */; };
8D0537611B86687C00588318 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D0537601B86687C00588318 /* AppDelegate.m */; };
8D0537641B86687C00588318 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D0537631B86687C00588318 /* ViewController.m */; };
8D0537671B86687C00588318 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8D0537651B86687C00588318 /* Main.storyboard */; };
8D0537691B86687C00588318 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8D0537681B86687C00588318 /* Images.xcassets */; };
8D05376C1B86687C00588318 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8D05376A1B86687C00588318 /* LaunchScreen.xib */; };
8D0537781B86687C00588318 /* TimeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D0537771B86687C00588318 /* TimeTests.m */; };
D419E2FE1B892213004E1BD4 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D419E2FD1B892213004E1BD4 /* AudioToolbox.framework */; };
D419E3011B89228D004E1BD4 /* Alerts in Resources */ = {isa = PBXBuildFile; fileRef = D419E2FF1B89228D004E1BD4 /* Alerts */; };
D419E3021B89228D004E1BD4 /* Ringtones in Resources */ = {isa = PBXBuildFile; fileRef = D419E3001B89228D004E1BD4 /* Ringtones */; };
D45C0E611B9240E000B5BCB7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D45C0E601B9240E000B5BCB7 /* Images.xcassets */; };
D47FF9281B87EFA10068E9FA /* StopWatchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D47FF9271B87EFA10068E9FA /* StopWatchViewController.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -27,26 +42,45 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
0B6CAA681B9201B0004865B0 /* DetailViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DetailViewController.h; sourceTree = "<group>"; };
0B6CAA691B9201B0004865B0 /* DetailViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DetailViewController.m; sourceTree = "<group>"; };
0B6CAA701B92383B004865B0 /* home-hero-10-1440-900.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "home-hero-10-1440-900.jpg"; sourceTree = "<group>"; };
0B6CAA751B92562B004865B0 /* clock-timer-7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "clock-timer-7.png"; sourceTree = "<group>"; };
0B6CAA771B92566D004865B0 /* clock-stopwatch-7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "clock-stopwatch-7.png"; sourceTree = "<group>"; };
0B6CAA791B925679004865B0 /* clock-alarm-7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "clock-alarm-7.png"; sourceTree = "<group>"; };
0B6CAA7B1B9256F7004865B0 /* earth-america-7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "earth-america-7.png"; sourceTree = "<group>"; };
0B6CAA7D1B925F6F004865B0 /* PresetTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PresetTime.h; sourceTree = "<group>"; };
0B6CAA7E1B925F6F004865B0 /* PresetTime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PresetTime.m; sourceTree = "<group>"; };
0BC2093F1B87E50B00D9FAE9 /* TimerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimerViewController.h; sourceTree = "<group>"; };
0BC209401B87E50B00D9FAE9 /* TimerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TimerViewController.m; sourceTree = "<group>"; };
0BC2CC361B97B11D006DC7ED /* radial-gradient.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "radial-gradient.png"; sourceTree = "<group>"; };
0BC2CC381B97B27B006DC7ED /* images-5.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "images-5.jpeg"; sourceTree = "<group>"; };
0BC2CC3A1B97B5C5006DC7ED /* gradient_series___orange.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "gradient_series___orange.png"; sourceTree = "<group>"; };
0BC2CC3C1B97CB9D006DC7ED /* images-3.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "images-3.jpeg"; sourceTree = "<group>"; };
8D0537581B86687B00588318 /* Time.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Time.app; sourceTree = BUILT_PRODUCTS_DIR; };
8D05375C1B86687B00588318 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8D05375D1B86687C00588318 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
8D05375F1B86687C00588318 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
8D0537601B86687C00588318 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
8D0537621B86687C00588318 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
8D0537631B86687C00588318 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
8D0537661B86687C00588318 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
8D0537681B86687C00588318 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
8D05376B1B86687C00588318 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
8D0537711B86687C00588318 /* TimeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = TimeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
8D0537761B86687C00588318 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8D0537771B86687C00588318 /* TimeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TimeTests.m; sourceTree = "<group>"; };
D419E2FD1B892213004E1BD4 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
D419E2FF1B89228D004E1BD4 /* Alerts */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Alerts; sourceTree = "<group>"; };
D419E3001B89228D004E1BD4 /* Ringtones */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Ringtones; sourceTree = "<group>"; };
D45C0E601B9240E000B5BCB7 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
D47FF9261B87EFA10068E9FA /* StopWatchViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StopWatchViewController.h; sourceTree = "<group>"; };
D47FF9271B87EFA10068E9FA /* StopWatchViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StopWatchViewController.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
8D0537551B86687B00588318 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D419E2FE1B892213004E1BD4 /* AudioToolbox.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -63,6 +97,7 @@
8D05374F1B86687B00588318 = {
isa = PBXGroup;
children = (
D419E2FD1B892213004E1BD4 /* AudioToolbox.framework */,
8D05375A1B86687B00588318 /* Time */,
8D0537741B86687C00588318 /* TimeTests */,
8D0537591B86687B00588318 /* Products */,
Expand All @@ -83,10 +118,25 @@
children = (
8D05375F1B86687C00588318 /* AppDelegate.h */,
8D0537601B86687C00588318 /* AppDelegate.m */,
8D0537621B86687C00588318 /* ViewController.h */,
8D0537631B86687C00588318 /* ViewController.m */,
0B6CAA7D1B925F6F004865B0 /* PresetTime.h */,
0B6CAA7E1B925F6F004865B0 /* PresetTime.m */,
0BC2093F1B87E50B00D9FAE9 /* TimerViewController.h */,
0BC209401B87E50B00D9FAE9 /* TimerViewController.m */,
0B6CAA681B9201B0004865B0 /* DetailViewController.h */,
0B6CAA691B9201B0004865B0 /* DetailViewController.m */,
D47FF9261B87EFA10068E9FA /* StopWatchViewController.h */,
D47FF9271B87EFA10068E9FA /* StopWatchViewController.m */,
8D0537651B86687C00588318 /* Main.storyboard */,
8D0537681B86687C00588318 /* Images.xcassets */,
D45C0E601B9240E000B5BCB7 /* Images.xcassets */,
0BC2CC3C1B97CB9D006DC7ED /* images-3.jpeg */,
0BC2CC3A1B97B5C5006DC7ED /* gradient_series___orange.png */,
0BC2CC381B97B27B006DC7ED /* images-5.jpeg */,
0BC2CC361B97B11D006DC7ED /* radial-gradient.png */,
0B6CAA751B92562B004865B0 /* clock-timer-7.png */,
0B6CAA771B92566D004865B0 /* clock-stopwatch-7.png */,
0B6CAA791B925679004865B0 /* clock-alarm-7.png */,
0B6CAA7B1B9256F7004865B0 /* earth-america-7.png */,
0B6CAA701B92383B004865B0 /* home-hero-10-1440-900.jpg */,
8D05376A1B86687C00588318 /* LaunchScreen.xib */,
8D05375B1B86687B00588318 /* Supporting Files */,
);
Expand All @@ -96,6 +146,8 @@
8D05375B1B86687B00588318 /* Supporting Files */ = {
isa = PBXGroup;
children = (
D419E2FF1B89228D004E1BD4 /* Alerts */,
D419E3001B89228D004E1BD4 /* Ringtones */,
8D05375C1B86687B00588318 /* Info.plist */,
8D05375D1B86687C00588318 /* main.m */,
);
Expand Down Expand Up @@ -168,6 +220,7 @@
TargetAttributes = {
8D0537571B86687B00588318 = {
CreatedOnToolsVersion = 6.4;
DevelopmentTeam = 3J8TK6N9FY;
};
8D0537701B86687C00588318 = {
CreatedOnToolsVersion = 6.4;
Expand Down Expand Up @@ -199,9 +252,20 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
0B6CAA711B92383B004865B0 /* home-hero-10-1440-900.jpg in Resources */,
0BC2CC391B97B27B006DC7ED /* images-5.jpeg in Resources */,
0BC2CC3B1B97B5C5006DC7ED /* gradient_series___orange.png in Resources */,
0B6CAA7C1B9256F7004865B0 /* earth-america-7.png in Resources */,
0B6CAA761B92562B004865B0 /* clock-timer-7.png in Resources */,
0BC2CC3D1B97CB9D006DC7ED /* images-3.jpeg in Resources */,
0B6CAA781B92566D004865B0 /* clock-stopwatch-7.png in Resources */,
8D0537671B86687C00588318 /* Main.storyboard in Resources */,
0BC2CC371B97B11D006DC7ED /* radial-gradient.png in Resources */,
D419E3021B89228D004E1BD4 /* Ringtones in Resources */,
D45C0E611B9240E000B5BCB7 /* Images.xcassets in Resources */,
D419E3011B89228D004E1BD4 /* Alerts in Resources */,
0B6CAA7A1B925679004865B0 /* clock-alarm-7.png in Resources */,
8D05376C1B86687C00588318 /* LaunchScreen.xib in Resources */,
8D0537691B86687C00588318 /* Images.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -219,9 +283,12 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8D0537641B86687C00588318 /* ViewController.m in Sources */,
D47FF9281B87EFA10068E9FA /* StopWatchViewController.m in Sources */,
0B6CAA7F1B925F6F004865B0 /* PresetTime.m in Sources */,
0BC209411B87E50B00D9FAE9 /* TimerViewController.m in Sources */,
8D0537611B86687C00588318 /* AppDelegate.m in Sources */,
8D05375E1B86687C00588318 /* main.m in Sources */,
0B6CAA6A1B9201B0004865B0 /* DetailViewController.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -349,19 +416,25 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
INFOPLIST_FILE = Time/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
};
name = Debug;
};
8D05377D1B86687C00588318 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
INFOPLIST_FILE = Time/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
};
name = Release;
};
Expand Down Expand Up @@ -418,6 +491,7 @@
8D05377D1B86687C00588318 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
8D05377E1B86687C00588318 /* Build configuration list for PBXNativeTarget "TimeTests" */ = {
isa = XCConfigurationList;
Expand All @@ -426,6 +500,7 @@
8D0537801B86687C00588318 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Binary file added Time/Time/Alerts/aurora.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/bamboo.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/chord.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/circles.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/complete.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/hello.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/input.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/keys.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/note.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/popcorn.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/pulse.m4r
Binary file not shown.
Binary file added Time/Time/Alerts/synth.m4r
Binary file not shown.
Loading