A Microphone not for SSB (2)

orpheusMicrophone

I have a nice audio interface with +48V phantom power and phase-reverse capabilities. The only problem is that I must find a PC with an IEEE 1394 interface to set up the device.

A Microphone not for SSB

BM-800

A microphone with an electret microphone module. You can find the circuit diagram at http://ameblo.jp/shin-aiai/entry-12120744691.html.

In the article, the author suggests to replace the Zener diode with a resistor to reduce the noise. When one starts to replace the parts, he may also be tempted to replace the whole circuit, and the microphone module, and finally there will be no original parts at all.

Git and Xcode (2)

gitXcode2

When you do Source Control -> Commit, you can check the checkbox, Push to remote, at the bottom left corner to also push to your remote repository.

Screen Shot 2016-01-17 at 11.09.17 AM

https://github.com/jh1ood/libsndfileXcode/commits/master

TimeMachine

You can always compare the different file versions with the menu: View -> Version Editor -> Show Comparison View. By clicking the clock-shaped icon in the middle, you will have a GUI similar to Time Machine.

Git and Xcode

glutXcode3

Suppose you found a nice cool Xcode project in a remote repository, say, https://github.com/jh1ood/glutXcode.

checkout3

You can check out the project from the Welcome screen of Xcode, or from the menu Souce Control -> Check Out….

checkoutlist3

Copy the repository URL, for example, https://github.com/jh1ood/glutXcode.git, and paste it into the repository location field.

After several clicks, you will have the project downloaded into your Xcode. Please also see my previous article, OpenGL and GLUT with Xcode for the description of the project itself.