WordPress database error: [Table 'grayfus_wordpress.wp_comments' doesn't exist]
SELECT ID, COUNT( comment_ID ) AS ccount FROM wp_posts LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1') WHERE ID IN (19,12) GROUP BY ID

grayfuse.com - jeff gray - 2006 » Random Notes

Random Notes

Drive-By: Flash

Rich’s Resource Page

Bitmap Caching

Caches bitmap images so that they are processed out of RAM. Located in the contextual properties of the graphics you click on.

In actionscript you can use the moveclip.cachebitmap boolean property.

Filters
Predefined filters are available in the timeline as well as in raw actionscript. These are very similar to filter additions in bitmap video imaging programs.

WordPress database error: [Table 'grayfus_wordpress.wp_comments' doesn't exist]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 19 AND comment_approved = '1';

WordPress database error: [Table 'grayfus_wordpress.wp_comments' doesn't exist]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = '19' AND comment_approved = '1'

Add comment
October 27th, 2005

Drive-By: Audio Synthesis

REVIEW CONTENT

Additive Synthesis: Adding sine waves to create new sounds.
Subtractive Synthesis: Extracting waveforms from existing sounds.

LFO (Low Frequency Oscillator)
\/
Oscillator - Filter - Amp - Effects - Output
/\
ENVELOPE

VCO: Voltage Controlled Oscillator

Different Waves:
Sine, Square, Triangle, Sawtooth, and noise (arguable)

Fundamental is the raw tone that someone hears, which is open to each user’s interaction to that sound. Off of the fundamental, other frequencies and noise are layered on top of this to create the overall “sample” or synthesized sound.

Pulse Width Modulation doesn’t change the tone structure of a wave, but changes qualities of the overtones of a square wave.


Other waveform synthesis:

FM Synth
Granular Synth
Microsound Synth
Brownian Synth
Sample Synth

“Q” is way of amplifying the cutoff frequency.
“Filter Sweeping” is a general change of filtering over time causing dominant pitches and fundamentals to appear.

WordPress database error: [Table 'grayfus_wordpress.wp_comments' doesn't exist]
SELECT COUNT(comment_ID) FROM wp_comments WHERE comment_post_ID = 12 AND comment_approved = '1';

WordPress database error: [Table 'grayfus_wordpress.wp_comments' doesn't exist]
SELECT COUNT(*) FROM wp_comments WHERE comment_post_ID = '12' AND comment_approved = '1'

Add comment
September 29th, 2005


Calendar

September 2010
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
27282930  

Posts by Month

Posts by Category