|
Sound Design Toolkit
074
Physically informed sound synthesis for everyday sounds
|
#include "ext.h"#include "ext_obex.h"#include "z_dsp.h"#include "SDT/SDTCommon.h"#include "SDT/SDTSolids.h"Data Structures | |
| struct | _modal |
Typedefs | |
| typedef struct _modal | t_modal |
Functions | |
| void | modal_pickups (t_modal *x, void *attr, long ac, t_atom *av) |
| void * | modal_new (t_symbol *s, long argc, t_atom *argv) |
| void | modal_free (t_modal *x) |
| void | modal_assist (t_modal *x, void *b, long m, long a, char *s) |
| void | modal_freqs (t_modal *x, void *attr, long ac, t_atom *av) |
| void | modal_decays (t_modal *x, void *attr, long ac, t_atom *av) |
| void | modal_fragmentSize (t_modal *x, void *attr, long ac, t_atom *av) |
| void | modal_activeModes (t_modal *x, void *attr, long ac, t_atom *av) |
| void | modal_dsp (t_modal *x, t_signal **sp, short *count) |
| void | modal_dsp64 (t_modal *x, t_object *dsp64, short *count, double samplerate, long maxvectorsize, long flags) |
| int C74_EXPORT | main (void) |
Max external implementing a modal resonator.
This file is part of the 'Sound Design Toolkit' (SDT) Developed with the contribution of the following EU-projects: 2001-2003 'SOb' http://www.soundobject.org/ 2006-2009 'CLOSED' http://closed.ircam.fr/ 2008-2011 'NIW' http://www.niwproject.eu/ 2014-2017 'SkAT-VG http://www.skatvg.eu/
Contacts: stefano.papetti@zhdk.ch stefano.dellemonache@gmail.com stefanobaldan@iuav.it
Complete list of authors (either programmers or designers): Federico Avanzini (avanzini@dei.unipd.it) Nicola Bernardini (nicb@sme-ccppd.org) Gianpaolo Borin (gianpaolo.borin@tin.it) Carlo Drioli (carlo.drioli@univr.it) Stefano Delle Monache (stefano.dellemonache@gmail.com) Delphine Devallez Federico Fontana (federico.fontana@uniud.it) Laura Ottaviani Stefano Papetti (stefano.papetti@zhdk.ch) Pietro Polotti (pietro.polotti@univr.it) Matthias Rath Davide Rocchesso (roc@iuav.it) Stefania Serafin (sts@media.aau.dk) Stefano Baldan (stefanobaldan@iuav.it)
The SDT is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
The SDT is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the SDT; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.