Répondre au commentaire

user warning: Unknown column 'i18n.language' in 'where clause' query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta LEFT JOIN i18n_blocks i18n ON (b.module = i18n.module AND b.delta = i18n.delta) WHERE (i18n.language ='fr' OR i18n.language ='' OR i18n.language IS NULL) AND ( b.theme = 'garland' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) )ORDER BY b.region, b.weight, b.module in /var/alternc/html/o/orangeseeds/usr/drupal-6/modules/block/block.module on line 456.

Voici un exemple de

Voici un exemple de microloop qui utilise un son .wav fragmenté (sounddata_data2[]) mélangé a une boucle généré par la boucle Y.

void osc7(void)
{
int y;
int x; 

	for ( y = 0 ; y < 255; y++)
	{
		for(x = 105 ; x < 200 ; x++)
		{
  		OCR0A = pgm_read_byte(&sounddata_data2[x]) ;
		_delay_us (100);
		OCR0A = (y);
		}
	}
}

Répondre

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.