Thoughtful, detailed coverage of the Mac, iPhone, and iPad, plus the best-selling Take Control ebooks.

 

Record Online Meetings in Pear Note

While Pear Note is primarily geared toward recording notes in the physical world, it's possible to use it to record things in the virtual world as well. For instance, you can use it to record and take notes on Skype calls. To do this:

  1. Download Soundflower and install it (along with the Soundflowerbed app that comes with it).
  2. Download LineIn and install it.
  3. Start Soundflowerbed, and select Built-in Output (or whatever output you'd like to listen to the conversation on).
  4. Start LineIn, and select your microphone (e.g. Built-in Mic) as the input and Soundflower (2ch) as the output, then press Pass Thru.
  5. Open Pear Note Preferences, select Recording, and select Soundflower (2ch) as the audio device.
  6. Open Skype Preferences, select Audio, and select Soundflower (2ch) as the audio output and your microphone (e.g. Built-in Mic) as the audio input.
  7. Hit record in Pear Note and make your Skype call.

This will allow you to conduct your Skype call while Pear Note records both your audio and the other participant's.

Visit Useful Fruit Software

 

 

Recent TidBITS Talk Discussions
 
 
Previous: TidBITS 81 Next: TidBITS 83

INIT Introduction

This document came about because of the System Heap/INIT paranoia I've seen lately. It represents the total sum of the knowledge I have accumulated from writing system level software (INITs/cdevs/System Extensions) for three years and is accurate based on my experience and the experiences of many other Macintosh programmers. It will help you make rational decisions about resolving INIT conflicts, dispel some common myths, teach you a thing or two, and explain what really happens with all this System Heap stuff. Neophytes, forgive me if I confuse you with the programmer-speak necessary to explain this topicShow full article

Diving In

For starters, your Macintosh has a fixed amount of memory installed in it, which acts like desk space for things you are currently working on. In real life, when you want to work on something you might take it out of your filing cabinet and put it on your desk where you can work on it effectivelyShow full article

Onto INITs!

If a program wants to achieve some kind of a global effects (like QuicKeys allowing you to define macros that work in any program), it has to find out how to graft itself into your system and keep a portion of memory for itself that will stay around even when a program quits (remember folks, the memory a program allocates for itself is freed up again when it quits). We are talking sophisticated stuff hereShow full article

The Killer INIT

When an INIT causes a problem, you'll hear ten people shout in unison, "Have you increased the size of your System Heap?" There are utilities out there that let you manually make the System Heap bigger in an effort to fix crashes due to INITsShow full article

Little Known Facts

Many people do not realize this, but with all versions of MultiFinder, the System Heap can actually grow even after start up time, easing INIT memory conflictsShow full article

Summing It Up

Properly written INITs shouldn't exhibit any of the above stated problems. But if your Macintosh needs a little tweaking to get it working smoothly again, there is nothing wrong to giving a little more memory to the System HeapShow full article

Show the full text of all articles