RenamoFest Part II: Updating Ugen plugin names, class and helpfiles for new naming conventions
parent
8b231257ec
commit
205cc528a5
@ -1,4 +1,4 @@
|
|||||||
TITLE:: FDNMF
|
TITLE:: FluidBufNMF
|
||||||
summary:: Non-Negative Matrix Factorisation on Spectral Frames
|
summary:: Non-Negative Matrix Factorisation on Spectral Frames
|
||||||
categories:: Libraries>FluidDecomposition
|
categories:: Libraries>FluidDecomposition
|
||||||
related:: Overviews/FluCoMa
|
related:: Overviews/FluCoMa
|
||||||
@ -1,3 +1,3 @@
|
|||||||
s.reboot
|
s.reboot
|
||||||
b = Buffer.cueSoundFile(s,"/Users/owen/Desktop/denoise_stn/sources/01-mix.wav",0,1)
|
b = Buffer.cueSoundFile(s,"/Users/owen/Desktop/denoise_stn/sources/01-mix.wav",0,1)
|
||||||
x = {FDRTHPSS.ar(DiskIn.ar(1,b.bufnum,loop:1))}.play
|
x = {FluidHPSS.ar(DiskIn.ar(1,b.bufnum,loop:1))}.play
|
||||||
@ -1,4 +1,4 @@
|
|||||||
s.reboot;
|
s.reboot;
|
||||||
b = Buffer.cueSoundFile(s,"/Users/owen/Box Sync/FluCoMa/Test files/SMS test files/Test Files/PAs 24 bit files/maxou-FR-a-k.wav.wav",0,1);
|
b = Buffer.cueSoundFile(s,"/Users/owen/Box Sync/FluCoMa/Test files/SMS test files/Test Files/PAs 24 bit files/maxou-FR-a-k.wav.wav",0,1);
|
||||||
b.query
|
b.query
|
||||||
x = {FDRTSines.ar(DiskIn.ar(1,b.bufnum))}.play;
|
x = {FluidSines.ar(DiskIn.ar(1,b.bufnum))}.play;
|
||||||
|
|||||||
@ -0,0 +1,6 @@
|
|||||||
|
s.reboot;
|
||||||
|
b = Buffer.cueSoundFile(s,"/Users/owen/Desktop/denoise_stn/sources/01-mix.wav",0,1);
|
||||||
|
|
||||||
|
|
||||||
|
b.query
|
||||||
|
x = {FluidTransients.ar(DiskIn.ar(1,b.bufnum))}.play;
|
||||||
Loading…
Reference in New Issue