<feed xmlns='http://www.w3.org/2005/Atom'>
<title>digitale-debutanten/lib, branch master</title>
<subtitle>Some old noise music experiments</subtitle>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/'/>
<entry>
<title>added "soft" clipper based on arcus tangens</title>
<updated>2012-12-18T19:55:49+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-12-18T19:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/commit/?id=46e77b128373ad7d10e004e790f1ff4d4021d4af'/>
<id>46e77b128373ad7d10e004e790f1ff4d4021d4af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed joystick and button controls, named buttons for left and right joysticks</title>
<updated>2012-09-11T15:06:29+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-11T15:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/commit/?id=a029d5e89345709a9ffe49c4168ea3a45317fec2'/>
<id>a029d5e89345709a9ffe49c4168ea3a45317fec2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added comments clarifing that scaling target ranges may be inversed</title>
<updated>2012-09-11T14:22:07+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-11T14:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/commit/?id=ed15304dbbfc62b3da2b5c7bf5770efa1ffa6457'/>
<id>ed15304dbbfc62b3da2b5c7bf5770efa1ffa6457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>explicitly yield() after broadcast() since it does not automatically yield (only when the broadcasting shred waits itself but this can be several messages later)</title>
<updated>2012-09-11T14:06:50+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-11T14:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/commit/?id=0a5cb89744cbd737b73e2687fd546952caae0661'/>
<id>0a5cb89744cbd737b73e2687fd546952caae0661</id>
<content type='text'>
fixes message loss for NanoEvents and RumbleEvents
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes message loss for NanoEvents and RumbleEvents
</pre>
</div>
</content>
</entry>
<entry>
<title>include symbolic control name in GenEvent, so port creation can be defined in GenEvent (by default)</title>
<updated>2012-09-11T13:26:04+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-11T13:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/commit/?id=a52a1d65a95606c254e384b558de49371002252c'/>
<id>a52a1d65a95606c254e384b558de49371002252c</id>
<content type='text'>
 * simplified and cleaned up NanoEvent and RumbleEvent code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * simplified and cleaned up NanoEvent and RumbleEvent code
</pre>
</div>
</content>
</entry>
<entry>
<title>added RumbleEvent class for using the "Logitech Rumble Gamepad"</title>
<updated>2012-09-11T12:38:14+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-11T12:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/commit/?id=2421be8140898e5306d9622c7856f71adc8f4518'/>
<id>2421be8140898e5306d9622c7856f71adc8f4518</id>
<content type='text'>
 * similar to NanoEvent: symbolic controller names, normalized value and scaling functions, ports
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * similar to NanoEvent: symbolic controller names, normalized value and scaling functions, ports
</pre>
</div>
</content>
</entry>
<entry>
<title>moved value scaling functions from NanoEvent into "GenEvent" base class</title>
<updated>2012-09-11T12:31:04+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-11T12:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/commit/?id=ae198fa7592e7bf801f3678b11a854c5a4e6d04d'/>
<id>ae198fa7592e7bf801f3678b11a854c5a4e6d04d</id>
<content type='text'>
so it can be used for other controller events as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so it can be used for other controller events as well
</pre>
</div>
</content>
</entry>
<entry>
<title>implemented NanoEvent ports: you can request a "port" for a registered control which will emit the control's data as samples</title>
<updated>2012-09-10T20:38:09+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-10T20:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/commit/?id=e711fce0ae256a18f9034d43888821c86219e15f'/>
<id>e711fce0ae256a18f9034d43888821c86219e15f</id>
<content type='text'>
 * may be used to simplify situations where a control directly influences a frequency/amplitude/phase
 * samples are generated uniformly between [-1, 1] and can be scaled using "Scale"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * may be used to simplify situations where a control directly influences a frequency/amplitude/phase
 * samples are generated uniformly between [-1, 1] and can be scaled using "Scale"
</pre>
</div>
</content>
</entry>
<entry>
<title>revised lfo patch using new Scale UGen</title>
<updated>2012-09-09T21:15:35+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-09T21:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/commit/?id=e6309bc6eceefa45b3fdbfcc6ed3dd3cd29a197c'/>
<id>e6309bc6eceefa45b3fdbfcc6ed3dd3cd29a197c</id>
<content type='text'>
 * new LFO rate knob (currently only sets SampOsc's rate)
 * cur_lfo/cur_osc are UGen references now, further simplifying code
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * new LFO rate knob (currently only sets SampOsc's rate)
 * cur_lfo/cur_osc are UGen references now, further simplifying code
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed Chugen and Chubgraph Clipper implementations so they can be used as dropin replacements for the Clipper Chugin</title>
<updated>2012-09-09T21:14:15+00:00</updated>
<author>
<name>Robin Haberkorn</name>
<email>robin.haberkorn@googlemail.com</email>
</author>
<published>2012-09-09T21:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fmsbw.de/digitale-debutanten/commit/?id=7327367e6081efbc765a51102aa6dea869d70c0e'/>
<id>7327367e6081efbc765a51102aa6dea869d70c0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
