Processing ControlP5 library example 2 : Style and setValue

In this follow up article (Processing ControlP5 example 1) an example on how to style (font, color) the ControlP5 interface elements and how to set their values, so you can use them also to monitor variables. Read Processing ControlP5 library example 2 : Style and setValue »

Processing ControlP5 library example 1 : user interface

The controlP5 library for Processing makes it easy to add knobs and buttons to your Processing applications. In this article an example how to add some interface elements (buttons, sliders etc.) and how to listen to their events. Read Processing ControlP5 library example 1 : user interface »

Convert AVCHD to other codecs for more fluent editing

The AVCHD codec is a very processor intensive codec. A lot of computers have problem displaying and editing 1080i video ( resolution 1920 by 1080 ) video. When editing video its important to have fast and smooth playback. You can also apply and preview effects a lot faster when not working with AVCHD. In this article some options to convert AVCHD to DV to work with AVCHD in a more fluent way. Read Convert AVCHD to other codecs for more fluent editing »

Encode HD video for Vimeo or YouTube ( Media Encoder CS4 )

Media Encoder CS4 comes with a few standard presets, however they contain not always the best settings. In this article you will find the optimal export/encoding options you can make voor YouTube/Vimeo HD quality movies. Read Encode HD video for Vimeo or YouTube ( Media Encoder CS4 ) »

Adobe Premiere CS4 Cheat Sheet mac

Overview with the most useful keyboard shortcuts for Premiere CS4 (Mac). Read Adobe Premiere CS4 Cheat Sheet mac »

Arduino programming – Manual and links

Download the Arduino programming notebook. Read Arduino programming – Manual and links »

Arduino Programming – HSB to RGB

Control a RGB led with Hue, Saturation and Brightness (HSB / HSV ). Read Arduino Programming – HSB to RGB »

Arduino Programming – Map and smooth values

Re-map a value from one range to another and smooth analog input values. Read Arduino Programming – Map and smooth values »

Arduino Programming – Interval

How to write a program that fires actions with different intervals without using the delay() function. Configuration of the serial port and printing values is also explained. Read Arduino Programming – Interval »

Arduino Programming – State change

How to program a state change functionality. ‘State change detection’ is a method to see when a button is pressed or released. You can use it to fire a different action each press of a button. In this tutorial the basic code structure ( setup, loop ) of Arduino script is also explained. Read Arduino Programming – State change »