<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=LV2_plugins</id>
	<title>LV2 plugins - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.joanillo.org/index.php?action=history&amp;feed=atom&amp;title=LV2_plugins"/>
	<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=LV2_plugins&amp;action=history"/>
	<updated>2026-09-20T19:25:08Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://wiki.joanillo.org/index.php?title=LV2_plugins&amp;diff=90268&amp;oldid=prev</id>
		<title>95.17.68.146: /* Newtonator (soft synth) */</title>
		<link rel="alternate" type="text/html" href="http://wiki.joanillo.org/index.php?title=LV2_plugins&amp;diff=90268&amp;oldid=prev"/>
		<updated>2011-08-22T10:31:53Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Newtonator (soft synth)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;*http://lv2plug.in/&lt;br /&gt;
*http://lv2plug.in/docs/index.php?title=Main_Page&lt;br /&gt;
&lt;br /&gt;
LV2 is a standard for plugins and matching host applications, mainly targeted at audio processing and generation.&lt;br /&gt;
&lt;br /&gt;
LV2 is a simple but extensible successor of LADSPA, intended to address the limitations of LADSPA which many applications have outgrown.&lt;br /&gt;
&lt;br /&gt;
LV2 poden ser tant efectes com sintetitzadors (instruments)&lt;br /&gt;
&lt;br /&gt;
Recommended hosts: Ardour 2.7, Zynjacku/LV2Rack.&lt;br /&gt;
=CALF LV2 plugins=&lt;br /&gt;
Calf audio plugin pack for LADSPA, DSSI, LV2 and JACK. Contains effects (flanger, reverb, tape-like delay, phaser, rotary speaker, multi-mode filter, multi-tap chorus and compressor) and instruments (organ simulator and a monophonic synthesizer) &lt;br /&gt;
*http://sourceforge.net/projects/calf/&lt;br /&gt;
*download: http://sourceforge.net/projects/calf/files/calf/0.0.18.3/calf-0.0.18.3.tar.gz/download&lt;br /&gt;
&lt;br /&gt;
descarrego. Llegir README i INSTALL&lt;br /&gt;
&lt;br /&gt;
Instal.lo el paquet lv2core, lv2-c++-tools i lv2-c++-tools-dev&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ ./configure&lt;br /&gt;
...&lt;br /&gt;
checking where to install LV2 plugins... /usr/local/lib/lv2/&lt;br /&gt;
...&lt;br /&gt;
$ make&lt;br /&gt;
dóna un error&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Finalment,&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ sudo apt-get install calf-plugins&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
===plugins d'efectes amb Ardour===&lt;br /&gt;
Ho provo amb el Ardour. Agafo una pista de veu de la Maria. Els plugins de Calf tenen dues entrades, i com que les pistes són mono, creo una pista stereo i hi copio l'audio de la pista mono. Ara ja puc aplicar un plugin LV2, per exemple un compressor. En el Show Editor Mixer, amb el botó dret faig new plugin &amp;gt; plugin manager, i m'apareix tota la llista (primer els LADSPA, després els LV2).&lt;br /&gt;
&lt;br /&gt;
A la veu de la Maria li puc aplicar corus, reverb i compressio&lt;br /&gt;
===Instruments LV2===&lt;br /&gt;
Com a instruments tinc un monosynth i un orgue. Com es proven? Amb Ardour no. S'ha de llegir el README, utilitzem calfjackhost&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
* JACK client application&lt;br /&gt;
&lt;br /&gt;
You can also use Calf plugins as separate applications, connecting to other&lt;br /&gt;
applications using JACK Audio Connection Kit (version 0.103 or newer is&lt;br /&gt;
required). To run the client, type:&lt;br /&gt;
&lt;br /&gt;
        calfjackhost monosynth !&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ calfjackhost monosynth&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Si utilitzo l'admiració (!) el que fa és connectar-ho a la sortida. També puc encadenar el monosynth a altres efectes (calfjackhost monosynth ! vintagedelay ! flanger !)&lt;br /&gt;
&lt;br /&gt;
El monosynth està molt bé per les similituds amb el MeeBlip synth, serveix bé per aprendre tota la teoria relacionada amb els sintes basats en oscil.lador, filtre i ADSR.&lt;br /&gt;
&lt;br /&gt;
I molt bo el so de l'orgue:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ calfjackhost organ&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Programació d'un plugin=&lt;br /&gt;
LV2 programming for the complete idiot:&lt;br /&gt;
*http://ll-plugins.nongnu.org/lv2pftci/&lt;br /&gt;
&lt;br /&gt;
Exemple amplificador:&lt;br /&gt;
*http://lv2plug.in/plugins/&lt;br /&gt;
=Newtonator (soft synth)=&lt;br /&gt;
(TBD)&lt;br /&gt;
&lt;br /&gt;
Brand new LV2 plugin soft synth here. The Newtonator (v0.5.0) features:&lt;br /&gt;
&lt;br /&gt;
 * LV2-compliant synth plugin&lt;br /&gt;
 * Simple, easy-to-use GTK-based GUI&lt;br /&gt;
 * 3-note polyphony (err, um, until I can do some serious optimization)&lt;br /&gt;
 * &amp;quot;Unique&amp;quot; synthesis algorithm (Tuna Pagan Fellowship)&lt;br /&gt;
&lt;br /&gt;
The Newtonator specializes in making crazy, harsh sounds, so if you're&lt;br /&gt;
looking for some sounds to produce the next Yanni album, keep&lt;br /&gt;
looking. Please refer to the user manual&lt;br /&gt;
(http://newtonator.sourceforge.net/manual/index.html) for more gory&lt;br /&gt;
details.&lt;br /&gt;
&lt;br /&gt;
Download: http://sourceforge.net/projects/newtonator/files/newtonator-0.5.0.tar.gz/download&lt;/div&gt;</summary>
		<author><name>95.17.68.146</name></author>
		
	</entry>
</feed>