Skip to content

Adding an octoDBAP spatializer and a DBAP Mapper

pierre leblanc requested to merge feat/dbap into develop

//Example of code using the octoDBAP spatializer and the dbapMapper :

~satieConfiguration = SatieConfiguration.new(s,[\octoDBAP]);

~satie = Satie.new(~satieConfiguration);

~satie.boot;

s.meter;

~satie.makeSynthDef(\defaultdbap,\default, spatSymbolArray:[\octoDBAP],paramsMapper:'dbapMapper');

~satie.makeSourceInstance(\testdbap, \defaultdbap, \default);

~satie.groupInstances[\default][\testdbap].set(\gainDB, 0, \aziDeg, 0, \distance, 5);

Edited by pierre leblanc

Merge request reports