Bells on Sunday

Sun, 04/15/2012 - 14:41

You may need: Adobe Flash Player.

Sound synthesis: Csound

Mandolino italiano

Tue, 04/10/2012 - 20:23

You may need: Adobe Flash Player.

Sound synthesis: Csound

Il pirla

Mon, 04/09/2012 - 20:26

You may need: Adobe Flash Player.

Sound synthesis: Csound  

 

How to hide the website description in your  Home Page without removing the "description" Meta-tag

Composing a string quartet, elements and instructions

This article describes the composition of a music piece for string quartet, by starting from sets of musical symbols of pithces, duration unities, tuplets, timbre and intesity.

Five variations for unaccompanied Clarinet

Linux resize images

Thu, 12/22/2011 - 00:09
By supposing you have imagemagick installed on your OS, run a shell and type:
mogrify -resize 200x200 -format png *.jpg
then press the ENTER key. Of course you can replace 200x200 with your preferred size.

Linux change file owner

Wed, 12/21/2011 - 22:48
Run a shell. To change the owner of a file, type:
chown USERNAME FILENAME
and press the ENTER key. To change the group type:
chgrp GROUPNAME FILENAME
and press the ENTER key.

Take twelve pitches, for example the chromatic scale inside an octave:

1 2 3 4 5 6 7 8 9 10 11 12
a a-sharp b c c-sharp d d-sharp e f f-sharp g g-sharp

take the value of each letter of your girl's name: Giulietta: 7 9 21 12 9 5 20 20 1

ffmpeg desktop recording - on Linux OS

Mon, 12/19/2011 - 06:09
Save this code as recording.sh:
#!/bin/bash
ffmpeg -f x11grab -r 35 -s svga -i :0.0 -sameq /home/user_/grabvideo-svga-out.mpg
then make the file executable (setting permissions). To start recording your actions on desktop, click or  double click on the file. To stop recording kill the ffmpeg process typing into a shell: kill -9 [n]

Tre frammenti dall'Inno (2011)

Sun, 11/27/2011 - 23:58
Tre frammenti dall'Inno, fot Soprano and chamber orchestra

Generating Lilypond music score

Wed, 11/16/2011 - 16:19

What is Lyg? Lyg is a small software that generates full Lilypond files, ready to be processed by Lilypond.

Composing a musical piece - 01

Tue, 11/15/2011 - 00:46
Today will take a look at how to write a music piece. Our piece will have three voices: V1, V2, V3

Serial music in Csound score - Csmusgen

Mon, 11/14/2011 - 07:39

Csmusgen generates csound scores by starting from music series. Up to 26 parameters available.Csmusgen, manipulates music series as Csound score.

Generating music in Lilypond syntax

Sun, 11/13/2011 - 02:23
A short video about a software that generates music pieces in Lilypond syntax. This is a first, command-line based version of Lyg, a program provided of a FLTK GUI, that generates music pieces as full Lilypond music scores.
Syndicate content
© 2012 Luigi Negretti Lanner - All rights deserved. m