Conference paper Open Access
Daniel Mayer
<?xml version='1.0' encoding='utf-8'?> <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"> <identifier identifierType="DOI">10.5281/zenodo.3898757</identifier> <creators> <creator> <creatorName>Daniel Mayer</creatorName> </creator> </creators> <titles> <title>Fb1 - An interface for single sample feedback and feedforward in SuperCollider</title> </titles> <publisher>Zenodo</publisher> <publicationYear>2020</publicationYear> <dates> <date dateType="Issued">2020-06-17</date> </dates> <resourceType resourceTypeGeneral="ConferencePaper"/> <alternateIdentifiers> <alternateIdentifier alternateIdentifierType="url">https://zenodo.org/record/3898757</alternateIdentifier> </alternateIdentifiers> <relatedIdentifiers> <relatedIdentifier relatedIdentifierType="DOI" relationType="IsVersionOf">10.5281/zenodo.3898756</relatedIdentifier> <relatedIdentifier relatedIdentifierType="URL" relationType="IsPartOf">https://zenodo.org/communities/smc</relatedIdentifier> </relatedIdentifiers> <rightsList> <rights rightsURI="https://creativecommons.org/licenses/by/3.0/legalcode">Creative Commons Attribution 3.0 Unported</rights> <rights rightsURI="info:eu-repo/semantics/openAccess">Open Access</rights> </rightsList> <descriptions> <description descriptionType="Abstract"><p>The class Fb1, contained in miSCellaneous_lib, an extension of SuperCollider (SC), enables single sample feedback and feedforward with arbitrary block sizes. This is made possible by an iterative application of the defining relation in the SynthDef (instrument) graph, a method suggested by Nathaniel Virgo. While alternative approaches exist, e.g. by setting SC server&#39;s block size to 1, Fb1 provides a clear interface: the relation, which describes the calculation of subsequent samples from previous samples, is passed via an SC Function (the capital indicates the SC object) with the two arguments &#39;in&#39; (feedforward) and &#39;out&#39; (feedback). Consequentially, difference equations of linear filters can almost directly be taken over in the syntax, in which they are described in standard DSP literature. Because any operators can be written in the Function, non-linear filters and totally irregular feedback / feedforward setups can also be explored. Further options include arbitrary look-back depths and multichannel sizes, which allow complicated setups with a few lines of code. In August 2019 the class Fb1_ODE for integrating resp. audifying ordinary (systems of) differential equations with initial values in realtime was added to miSCellaneous_lib v0.22. It is based on Fb1 and will be described in more detail in a separate paper.&nbsp;</p></description> </descriptions> </resource>
All versions | This version | |
---|---|---|
Views | 200 | 200 |
Downloads | 138 | 138 |
Data volume | 25.8 MB | 25.8 MB |
Unique views | 177 | 177 |
Unique downloads | 123 | 123 |