Sponsored Content
Full Discussion: Just installed El Capitan...
Operating Systems OS X (Apple) Just installed El Capitan... Post 302963271 by wisecracker on Sunday 27th of December 2015 08:28:03 AM
Old 12-27-2015
Hi Neo...

No, I have kept the iMAC as virgin as pssible and am using it as a test bed for the project.

However the full Xcode package is on this MBP but only to OSX 10.7.5...

The AudioScope works mighy fine on El Capitan except it now stalls awaiting user input on using QuickTime Player for capturing a signal.

Using DEMO or SOX it works mighty fine...

This is the applescript code for OSX 10.7.5 and works perfectly for the MBP but I don't know what to do to make it work on the iMAC and OSX 10.11.2...
Code:
# #########################################################
# This is purely for a(n) MBP 13 inch, OSX 10.7.x.
QuickTime_Player()
{
# Using Quicktime as the sampling source.
# This takes about 4 seconds per sample total...
osascript << AppleSampler
	tell application "QuickTime Player"
		set sample to (new audio recording)
		set visible of front window to false
		tell sample
			delay 1.5
			start
			delay 1.5
			stop
		end tell
		quit
	end tell
AppleSampler
# Hold until Quicktime fully closes down...
wait
}

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installed software

I am a complete novice/dumbo with Unix. How can I ascertain what software is installed on a unix system? Any help is much appreciated. (3 Replies)
Discussion started by: wakeley
3 Replies

2. Shell Programming and Scripting

Two Oracle's installed

In my directory /u01/app/oracle/product I have two Oracle products installed. $ ls 8.1.7 817_http The application installed on the server is using PL/SQL procs to display webpages(not sure how) Now I have to create a similar server for development. Our sysadmin has built up a host... (1 Reply)
Discussion started by: rahulrathod
1 Replies

3. Programming

No dbx installed

I have a problem whith dbx: there is no dbx installed!!! Could someone tell me where do i get dbx program and how to install it? Thanks. (1 Reply)
Discussion started by: calloc
1 Replies

4. UNIX for Advanced & Expert Users

where is grub installed

Hi all, i am reading about USB bootable and it points me to grub in tutorial is issued command: grub grub> find /boot/grub/stage1 but it gives me: Error 15: File not found i do not have any problems with grub, i can choose between M$ and Linux while boot so when i issue: sudo fdisk... (6 Replies)
Discussion started by: wakatana
6 Replies

5. Solaris

apache installed or not

How to check out apache is installed in unix box ? i don't have execute for httpd -v command and also i don't have 'apache' directory under /usr/local but i could able to see many httpd processes running on the server. (2 Replies)
Discussion started by: Masanamuthu
2 Replies

6. UNIX for Advanced & Expert Users

Firewall installed

Hi Friends, I have installed Web App Server(WAS) on Linux box, but unable to launch webinterface from IE. I have a doubt that there is a firewall installed on the Linux box. How can I verify that there is no firewall installed on the machine where WAS is installed (Linux machine). ... (1 Reply)
Discussion started by: NARESH1302
1 Replies

7. AIX

OS Patches installed but they seem as not installed

Hello everyone: I've installed an OS patch into AIX 6.1 by running the following command: instfix -d /tmp/6100-02-03 -k "IZ41855" however it seem not installed instfix -i -k "IZ41855" There was no data for IZ41855 in the fix database. what am I doing wrong? (8 Replies)
Discussion started by: edgarvm
8 Replies

8. Solaris

To get access to installed SE 11

Hello.I am new member on this forum and I glad to salute you, members. I am beginner in Solaris OS. I am installed Solaris 11 on my computer from Live CD. When I try to enter in Solaris OS (which I installed) the system offers to enter login and password. I enter login and password of... (3 Replies)
Discussion started by: User_V
3 Replies

9. Red Hat

Trouble with installed / not installed rpm unixODBC/libodbc.so.1

Hey there, i run 1: on my server (RHEL 6) and getting response that the libodbc is not installed. If i use yum for installation, it tells me, there is no package like this ( 2: ). Since in the description of Definiens is mentioned that the Run-time dependency is unixODBC (libodbc.so.1), I assume... (2 Replies)
Discussion started by: rkirsten
2 Replies

10. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies
vbtmap(1)							 The VoxBo Manual							 vbtmap(1)

NAME
vbtmap - create a t-statistic map for VLSM SYNOPSIS
vbtmap <lesionfile> <scorefile> <outfile> <flag> ... DESCRIPTION
vbtmap is part of the VoxBo suite of tools for brain image analysis. vbtmap takes as input: a 4D lesion file containing 0/1 lesion maps for a series of subjects; and a 1D file containing a score for each sub- ject. It carries out a separate t-test for each voxel comparing the scores of those subjects with a lesion in that voxel with the remain- ing subjects. vbtmap can optionally calculate a Welch's t-test, and can calculate FDR-controlling thresholds. To get a complete list of available flags, run the program with no arguments. AVAILABILITY
Pre-built VoxBo binaries are available for Linux, OSX, and Cygwin, and via the NeuroDebian project (neuro.debian.net) for Debian deriva- tives. CAVEATS
VoxBo is provided with no warranty whatsoever. AUTHOR
For an historical roster of the VoxBo development team, visit www.voxbo.org. SEE ALSO
For detailed help on any VoxBo command-line program, run it with no arguments. For graphical programs, use the -h flag. For more help with VoxBo, for information about the mailing list, or to report bugs, visit the web site at www.voxbo.org. For information about file format support in VoxBo, see voxbo-fileformats(7). For general information about VoxBo, see voxbo(7). VoxBo January, 2011 (v1.8.5) vbtmap(1)
All times are GMT -4. The time now is 01:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy