Skip to content
Snippets Groups Projects
Commit 25850468 authored by Josh Siegle's avatar Josh Siegle
Browse files

Clean up OS X environment

parent af002dda
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,9 @@ cscope.out
*.continuous
*.events
# 8. OS X related
.DS_Store
Builds/MacOSX/open-ephys.xcodeproj/project.xcworkspace/xcuserdata/ryan.xcuserdatad/UserInterfaceState.xcuserstate
Builds/MacOSX/open-ephys.xcodeproj/*.mode1v3
Builds/MacOSX/open-ephys.xcodeproj/*.pbxuser
Builds/MacOSX/open-ephys.xcodeproj/xcuserdata
Builds/MacOSX/open-ephys.xcodeproj/project.xcworkspace
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0460"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "609761DEC9151D2CDD50270C"
BuildableName = "open-ephys.app"
BlueprintName = "open-ephys"
ReferencedContainer = "container:open-ephys.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "609761DEC9151D2CDD50270C"
BuildableName = "open-ephys.app"
BlueprintName = "open-ephys"
ReferencedContainer = "container:open-ephys.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "609761DEC9151D2CDD50270C"
BuildableName = "open-ephys.app"
BlueprintName = "open-ephys"
ReferencedContainer = "container:open-ephys.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<BuildableProductRunnable>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "609761DEC9151D2CDD50270C"
BuildableName = "open-ephys.app"
BlueprintName = "open-ephys"
ReferencedContainer = "container:open-ephys.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>open-ephys.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>609761DEC9151D2CDD50270C</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
......@@ -466,7 +466,7 @@ void SpikeDetector::process(AudioSampleBuffer& buffer,
}
for (int xxx = 0; xxx < 100; xxx++) // overload with spikes for testing purposes
//for (int xxx = 0; xxx < 100; xxx++) // overload with spikes for testing purposes
addSpikeEvent(&newSpike, events, peakIndex);
// advance the sample index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment