├── .github └── workflows │ └── main.yml ├── .gitignore ├── .gitmodules ├── CNAME ├── COPYING.txt ├── Documentation ├── Implementation.tex ├── ToDoList.tex └── images │ ├── ClassDiagram.pdf │ ├── JSON.png │ ├── ScenarioConnect.pdf │ ├── ScenarioDrop.pdf │ ├── ScenarioEdit.pdf │ ├── ScenarioInit.pdf │ ├── Scenarios.docx │ ├── ScenariosConnect.docx │ ├── ScenariosDrop.docx │ └── ScenariosEdit.docx ├── README.md ├── css ├── AccelerometerEdit.css ├── Accueil.css ├── FaustInterface.css ├── Finish.css ├── Library.css ├── Main.css ├── Menu.css ├── Modules.css ├── Pedagogie.css ├── Playground.css ├── Reset.css ├── Scenes.css └── perfect-scrollbar.min.css ├── favicon.ico ├── fonts ├── proxima_nova_reg-webfont.eot ├── proxima_nova_reg-webfont.svg ├── proxima_nova_reg-webfont.ttf └── proxima_nova_reg-webfont.woff ├── index.html ├── logo ├── fpgapp.png └── fpgdoc.png ├── package.json ├── public ├── faust-modules │ ├── Licence.md │ ├── Modes-de-jeu-SMARTFAUST.md │ ├── combined │ │ ├── AtonalSoftHarp.dsp │ │ ├── Birds.dsp │ │ ├── BlowhistleBottle.dsp │ │ ├── BouncyHarp.dsp │ │ ├── Brass.dsp │ │ ├── CMajDryHarp.dsp │ │ ├── CMajFlute.dsp │ │ ├── CMajSoftHarp.dsp │ │ ├── ChromaticSoftHarp.dsp │ │ ├── Clarinet.dsp │ │ ├── FlappyFlute.dsp │ │ ├── Flute.dsp │ │ ├── Meow.dsp │ │ ├── Modulations.dsp │ │ ├── PentatonicDryHarp.dsp │ │ ├── PentatonicFlute.dsp │ │ ├── PentatonicSoftHarp.dsp │ │ ├── Pulsaxophone.dsp │ │ ├── RandomFlute.dsp │ │ ├── Seaside.dsp │ │ ├── StalactiteHarp.dsp │ │ ├── TibetanBowl.dsp │ │ ├── TibetanBowlMulti.dsp │ │ ├── TunedBars.dsp │ │ ├── Whistles.dsp │ │ └── WoodenKeyboard.dsp │ ├── effects │ │ ├── ASREnvelope.dsp │ │ ├── BandPassFilter.dsp │ │ ├── CombFilter.dsp │ │ ├── Echo.dsp │ │ ├── Flanger.dsp │ │ ├── Freeverb.dsp │ │ ├── Granulator.dsp │ │ ├── HighPassFilter.dsp │ │ ├── InstrReverb.dsp │ │ ├── Loop.dsp │ │ ├── LowPassFilter.dsp │ │ ├── Modulations.dsp │ │ ├── Notch.dsp │ │ ├── OnOff.dsp │ │ ├── PeakEqualizer.dsp │ │ ├── Phaser.dsp │ │ ├── RandomRingModulation.dsp │ │ ├── RandomVibrato.dsp │ │ ├── RingModulation.dsp │ │ ├── SLimiter.dsp │ │ ├── VibratoEnvelope.dsp │ │ ├── Volume.dsp │ │ ├── WahWah.dsp │ │ └── ZitaReverb.dsp │ ├── generators │ │ ├── Kisana.dsp │ │ ├── SAtonalSoftHarp.dsp │ │ ├── SBird.dsp │ │ ├── SBlowhistleBottle.dsp │ │ ├── SBouncyHarp.dsp │ │ ├── SBrass.dsp │ │ ├── SBrassMulti.dsp │ │ ├── SCMajBlowBottle.dsp │ │ ├── SCMajDryHarp.dsp │ │ ├── SCMajFlute.dsp │ │ ├── SCMajSoftHarp.dsp │ │ ├── SCMajTunedBars.dsp │ │ ├── SCameleonKeyboard.dsp │ │ ├── SChromaticSoftHarp.dsp │ │ ├── SChromaticTunedBars.dsp │ │ ├── SClarinet.dsp │ │ ├── SFlute.dsp │ │ ├── SModulation1.dsp │ │ ├── SModulation2.dsp │ │ ├── SModulation3.dsp │ │ ├── SModulation4.dsp │ │ ├── SNoise.dsp │ │ ├── SNoiseS.dsp │ │ ├── SNoiseburst.dsp │ │ ├── SOscillator.dsp │ │ ├── SPentatonicBlowBottle.dsp │ │ ├── SPentatonicDryHarp.dsp │ │ ├── SPentatonicFlute.dsp │ │ ├── SPentatonicSoftHarp.dsp │ │ ├── SPulsaxophone.dsp │ │ ├── SRandomAndHold.dsp │ │ ├── SRandomFlute.dsp │ │ ├── SRandomFrequencyGenerator.dsp │ │ ├── STibetanBowl.dsp │ │ ├── STinkle.dsp │ │ ├── STunedBar.dsp │ │ ├── STunedBar3.dsp │ │ ├── STunedBar6.dsp │ │ ├── SWhistles2.dsp │ │ └── SWhistles3.dsp │ ├── index.json │ ├── make-json │ └── update-acc ├── img │ ├── BACK.png │ ├── Oldlogo.png │ ├── analyser-bg.png │ ├── big.png │ ├── blueFilter.png │ ├── body-bkg.gif │ ├── body-bkg.png │ ├── cancel_white.png │ ├── checkBox.png │ ├── close.png │ ├── cross_close.png │ ├── cross_close_menu.png │ ├── curve1.png │ ├── curve2.png │ ├── curve3.png │ ├── curve4.png │ ├── edit.png │ ├── enter.png │ ├── export.png │ ├── fullscreen.png │ ├── grame.png │ ├── ico-analyser.gif │ ├── ico-arrow.png │ ├── ico-close.gif │ ├── ico-micro-mute.png │ ├── ico-micro.png │ ├── ico-play.gif │ ├── ico-plus.png │ ├── ico-speaker-mute.png │ ├── ico-speaker.png │ ├── ico-stop.gif │ ├── loader.gif │ ├── logo.png │ ├── logoAnim.gif │ ├── minus.png │ ├── open.png │ ├── output-bkg.gif │ ├── pseudoRandomFilter2.png │ ├── pseudoRandomFilter3.png │ ├── slider-bkg.gif │ ├── slider-handle.png │ ├── slider.png │ ├── slider_chrome.png │ ├── sliderleft.png │ ├── sliderleft_chrome.png │ ├── slidermiddle.png │ ├── slidermiddle_chrome.png │ ├── sliderright.png │ ├── sliderright_chrome.png │ ├── trash.png │ ├── triangleClose.png │ ├── triangleOpen.png │ └── validate_white.png └── json │ ├── Big_Exemple.json │ ├── Big_Exemple_Precompile.json │ ├── Small_Exemple.json │ ├── Small_Exemple_Precompile.json │ ├── patch_big.json │ ├── patch_big_precompile.json │ ├── patch_light.json │ └── patch_light_precompile.json ├── resources ├── resources_en-EN.json └── resources_fr-FR.json ├── src ├── Accelerometer.ts ├── App.ts ├── CodeFaustParser.ts ├── Connect.ts ├── Dragging.ts ├── DriveAPI.ts ├── EquivalentFaust.ts ├── Error.ts ├── ExportLib.ts ├── Lib │ ├── AudioContextMonkeyPatch.js │ └── perfectScrollBar │ │ └── js │ │ ├── perfect-scrollbar.min.d.ts │ │ └── perfect-scrollbar.min.js ├── Main.ts ├── Menu │ ├── AccelerometerEdit.ts │ ├── AccelerometerEditView.ts │ ├── Export.ts │ ├── ExportView.ts │ ├── Library.ts │ ├── LibraryView.ts │ ├── Load.ts │ ├── LoadView.ts │ ├── Menu.ts │ ├── MenuView.ts │ ├── Save.ts │ └── SaveView.ts ├── Messages.ts ├── Modules │ ├── FaustInterface.ts │ ├── ModuleClass.ts │ ├── ModuleFaust.ts │ └── ModuleView.ts ├── Resources.ts ├── Scenes │ ├── SceneClass.ts │ └── SceneView.ts ├── Utilitary.ts └── global.d.ts └── vite.config.js /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules/ 3 | dist/ 4 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | faustplayground.grame.fr -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/COPYING.txt -------------------------------------------------------------------------------- /Documentation/Implementation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/Implementation.tex -------------------------------------------------------------------------------- /Documentation/ToDoList.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/ToDoList.tex -------------------------------------------------------------------------------- /Documentation/images/ClassDiagram.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/images/ClassDiagram.pdf -------------------------------------------------------------------------------- /Documentation/images/JSON.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/images/JSON.png -------------------------------------------------------------------------------- /Documentation/images/ScenarioConnect.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/images/ScenarioConnect.pdf -------------------------------------------------------------------------------- /Documentation/images/ScenarioDrop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/images/ScenarioDrop.pdf -------------------------------------------------------------------------------- /Documentation/images/ScenarioEdit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/images/ScenarioEdit.pdf -------------------------------------------------------------------------------- /Documentation/images/ScenarioInit.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/images/ScenarioInit.pdf -------------------------------------------------------------------------------- /Documentation/images/Scenarios.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/images/Scenarios.docx -------------------------------------------------------------------------------- /Documentation/images/ScenariosConnect.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/images/ScenariosConnect.docx -------------------------------------------------------------------------------- /Documentation/images/ScenariosDrop.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/images/ScenariosDrop.docx -------------------------------------------------------------------------------- /Documentation/images/ScenariosEdit.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/Documentation/images/ScenariosEdit.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/README.md -------------------------------------------------------------------------------- /css/AccelerometerEdit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/AccelerometerEdit.css -------------------------------------------------------------------------------- /css/Accueil.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /css/FaustInterface.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/FaustInterface.css -------------------------------------------------------------------------------- /css/Finish.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/Finish.css -------------------------------------------------------------------------------- /css/Library.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/Library.css -------------------------------------------------------------------------------- /css/Main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/Main.css -------------------------------------------------------------------------------- /css/Menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/Menu.css -------------------------------------------------------------------------------- /css/Modules.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/Modules.css -------------------------------------------------------------------------------- /css/Pedagogie.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/Pedagogie.css -------------------------------------------------------------------------------- /css/Playground.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/Playground.css -------------------------------------------------------------------------------- /css/Reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/Reset.css -------------------------------------------------------------------------------- /css/Scenes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/Scenes.css -------------------------------------------------------------------------------- /css/perfect-scrollbar.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/css/perfect-scrollbar.min.css -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/favicon.ico -------------------------------------------------------------------------------- /fonts/proxima_nova_reg-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/fonts/proxima_nova_reg-webfont.eot -------------------------------------------------------------------------------- /fonts/proxima_nova_reg-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/fonts/proxima_nova_reg-webfont.svg -------------------------------------------------------------------------------- /fonts/proxima_nova_reg-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/fonts/proxima_nova_reg-webfont.ttf -------------------------------------------------------------------------------- /fonts/proxima_nova_reg-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/fonts/proxima_nova_reg-webfont.woff -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/index.html -------------------------------------------------------------------------------- /logo/fpgapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/logo/fpgapp.png -------------------------------------------------------------------------------- /logo/fpgdoc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/logo/fpgdoc.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/package.json -------------------------------------------------------------------------------- /public/faust-modules/Licence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/Licence.md -------------------------------------------------------------------------------- /public/faust-modules/Modes-de-jeu-SMARTFAUST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/Modes-de-jeu-SMARTFAUST.md -------------------------------------------------------------------------------- /public/faust-modules/combined/AtonalSoftHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/AtonalSoftHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/Birds.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/Birds.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/BlowhistleBottle.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/BlowhistleBottle.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/BouncyHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/BouncyHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/Brass.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/Brass.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/CMajDryHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/CMajDryHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/CMajFlute.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/CMajFlute.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/CMajSoftHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/CMajSoftHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/ChromaticSoftHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/ChromaticSoftHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/Clarinet.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/Clarinet.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/FlappyFlute.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/FlappyFlute.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/Flute.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/Flute.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/Meow.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/Meow.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/Modulations.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/Modulations.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/PentatonicDryHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/PentatonicDryHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/PentatonicFlute.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/PentatonicFlute.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/PentatonicSoftHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/PentatonicSoftHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/Pulsaxophone.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/Pulsaxophone.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/RandomFlute.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/RandomFlute.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/Seaside.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/Seaside.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/StalactiteHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/StalactiteHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/TibetanBowl.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/TibetanBowl.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/TibetanBowlMulti.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/TibetanBowlMulti.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/TunedBars.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/TunedBars.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/Whistles.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/Whistles.dsp -------------------------------------------------------------------------------- /public/faust-modules/combined/WoodenKeyboard.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/combined/WoodenKeyboard.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/ASREnvelope.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/ASREnvelope.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/BandPassFilter.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/BandPassFilter.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/CombFilter.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/CombFilter.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/Echo.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/Echo.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/Flanger.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/Flanger.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/Freeverb.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/Freeverb.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/Granulator.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/Granulator.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/HighPassFilter.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/HighPassFilter.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/InstrReverb.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/InstrReverb.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/Loop.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/Loop.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/LowPassFilter.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/LowPassFilter.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/Modulations.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/Modulations.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/Notch.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/Notch.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/OnOff.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/OnOff.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/PeakEqualizer.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/PeakEqualizer.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/Phaser.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/Phaser.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/RandomRingModulation.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/RandomRingModulation.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/RandomVibrato.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/RandomVibrato.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/RingModulation.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/RingModulation.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/SLimiter.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/SLimiter.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/VibratoEnvelope.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/VibratoEnvelope.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/Volume.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/Volume.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/WahWah.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/WahWah.dsp -------------------------------------------------------------------------------- /public/faust-modules/effects/ZitaReverb.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/effects/ZitaReverb.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/Kisana.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/Kisana.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SAtonalSoftHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SAtonalSoftHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SBird.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SBird.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SBlowhistleBottle.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SBlowhistleBottle.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SBouncyHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SBouncyHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SBrass.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SBrass.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SBrassMulti.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SBrassMulti.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SCMajBlowBottle.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SCMajBlowBottle.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SCMajDryHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SCMajDryHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SCMajFlute.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SCMajFlute.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SCMajSoftHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SCMajSoftHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SCMajTunedBars.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SCMajTunedBars.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SCameleonKeyboard.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SCameleonKeyboard.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SChromaticSoftHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SChromaticSoftHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SChromaticTunedBars.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SChromaticTunedBars.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SClarinet.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SClarinet.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SFlute.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SFlute.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SModulation1.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SModulation1.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SModulation2.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SModulation2.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SModulation3.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SModulation3.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SModulation4.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SModulation4.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SNoise.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SNoise.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SNoiseS.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SNoiseS.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SNoiseburst.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SNoiseburst.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SOscillator.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SOscillator.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SPentatonicBlowBottle.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SPentatonicBlowBottle.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SPentatonicDryHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SPentatonicDryHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SPentatonicFlute.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SPentatonicFlute.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SPentatonicSoftHarp.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SPentatonicSoftHarp.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SPulsaxophone.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SPulsaxophone.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SRandomAndHold.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SRandomAndHold.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SRandomFlute.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SRandomFlute.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SRandomFrequencyGenerator.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SRandomFrequencyGenerator.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/STibetanBowl.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/STibetanBowl.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/STinkle.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/STinkle.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/STunedBar.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/STunedBar.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/STunedBar3.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/STunedBar3.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/STunedBar6.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/STunedBar6.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SWhistles2.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SWhistles2.dsp -------------------------------------------------------------------------------- /public/faust-modules/generators/SWhistles3.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/generators/SWhistles3.dsp -------------------------------------------------------------------------------- /public/faust-modules/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/index.json -------------------------------------------------------------------------------- /public/faust-modules/make-json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/make-json -------------------------------------------------------------------------------- /public/faust-modules/update-acc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/faust-modules/update-acc -------------------------------------------------------------------------------- /public/img/BACK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/BACK.png -------------------------------------------------------------------------------- /public/img/Oldlogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/Oldlogo.png -------------------------------------------------------------------------------- /public/img/analyser-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/analyser-bg.png -------------------------------------------------------------------------------- /public/img/big.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/big.png -------------------------------------------------------------------------------- /public/img/blueFilter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/blueFilter.png -------------------------------------------------------------------------------- /public/img/body-bkg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/body-bkg.gif -------------------------------------------------------------------------------- /public/img/body-bkg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/body-bkg.png -------------------------------------------------------------------------------- /public/img/cancel_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/cancel_white.png -------------------------------------------------------------------------------- /public/img/checkBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/checkBox.png -------------------------------------------------------------------------------- /public/img/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/close.png -------------------------------------------------------------------------------- /public/img/cross_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/cross_close.png -------------------------------------------------------------------------------- /public/img/cross_close_menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/cross_close_menu.png -------------------------------------------------------------------------------- /public/img/curve1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/curve1.png -------------------------------------------------------------------------------- /public/img/curve2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/curve2.png -------------------------------------------------------------------------------- /public/img/curve3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/curve3.png -------------------------------------------------------------------------------- /public/img/curve4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/curve4.png -------------------------------------------------------------------------------- /public/img/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/edit.png -------------------------------------------------------------------------------- /public/img/enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/enter.png -------------------------------------------------------------------------------- /public/img/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/export.png -------------------------------------------------------------------------------- /public/img/fullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/fullscreen.png -------------------------------------------------------------------------------- /public/img/grame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/grame.png -------------------------------------------------------------------------------- /public/img/ico-analyser.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/ico-analyser.gif -------------------------------------------------------------------------------- /public/img/ico-arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/ico-arrow.png -------------------------------------------------------------------------------- /public/img/ico-close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/ico-close.gif -------------------------------------------------------------------------------- /public/img/ico-micro-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/ico-micro-mute.png -------------------------------------------------------------------------------- /public/img/ico-micro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/ico-micro.png -------------------------------------------------------------------------------- /public/img/ico-play.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/ico-play.gif -------------------------------------------------------------------------------- /public/img/ico-plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/ico-plus.png -------------------------------------------------------------------------------- /public/img/ico-speaker-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/ico-speaker-mute.png -------------------------------------------------------------------------------- /public/img/ico-speaker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/ico-speaker.png -------------------------------------------------------------------------------- /public/img/ico-stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/ico-stop.gif -------------------------------------------------------------------------------- /public/img/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/loader.gif -------------------------------------------------------------------------------- /public/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/logo.png -------------------------------------------------------------------------------- /public/img/logoAnim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/logoAnim.gif -------------------------------------------------------------------------------- /public/img/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/minus.png -------------------------------------------------------------------------------- /public/img/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/open.png -------------------------------------------------------------------------------- /public/img/output-bkg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/output-bkg.gif -------------------------------------------------------------------------------- /public/img/pseudoRandomFilter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/pseudoRandomFilter2.png -------------------------------------------------------------------------------- /public/img/pseudoRandomFilter3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/pseudoRandomFilter3.png -------------------------------------------------------------------------------- /public/img/slider-bkg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/slider-bkg.gif -------------------------------------------------------------------------------- /public/img/slider-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/slider-handle.png -------------------------------------------------------------------------------- /public/img/slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/slider.png -------------------------------------------------------------------------------- /public/img/slider_chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/slider_chrome.png -------------------------------------------------------------------------------- /public/img/sliderleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/sliderleft.png -------------------------------------------------------------------------------- /public/img/sliderleft_chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/sliderleft_chrome.png -------------------------------------------------------------------------------- /public/img/slidermiddle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/slidermiddle.png -------------------------------------------------------------------------------- /public/img/slidermiddle_chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/slidermiddle_chrome.png -------------------------------------------------------------------------------- /public/img/sliderright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/sliderright.png -------------------------------------------------------------------------------- /public/img/sliderright_chrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/sliderright_chrome.png -------------------------------------------------------------------------------- /public/img/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/trash.png -------------------------------------------------------------------------------- /public/img/triangleClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/triangleClose.png -------------------------------------------------------------------------------- /public/img/triangleOpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/triangleOpen.png -------------------------------------------------------------------------------- /public/img/validate_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/img/validate_white.png -------------------------------------------------------------------------------- /public/json/Big_Exemple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/json/Big_Exemple.json -------------------------------------------------------------------------------- /public/json/Big_Exemple_Precompile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/json/Big_Exemple_Precompile.json -------------------------------------------------------------------------------- /public/json/Small_Exemple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/json/Small_Exemple.json -------------------------------------------------------------------------------- /public/json/Small_Exemple_Precompile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/json/Small_Exemple_Precompile.json -------------------------------------------------------------------------------- /public/json/patch_big.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/json/patch_big.json -------------------------------------------------------------------------------- /public/json/patch_big_precompile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/json/patch_big_precompile.json -------------------------------------------------------------------------------- /public/json/patch_light.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/json/patch_light.json -------------------------------------------------------------------------------- /public/json/patch_light_precompile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/public/json/patch_light_precompile.json -------------------------------------------------------------------------------- /resources/resources_en-EN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/resources/resources_en-EN.json -------------------------------------------------------------------------------- /resources/resources_fr-FR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/resources/resources_fr-FR.json -------------------------------------------------------------------------------- /src/Accelerometer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Accelerometer.ts -------------------------------------------------------------------------------- /src/App.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/App.ts -------------------------------------------------------------------------------- /src/CodeFaustParser.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/CodeFaustParser.ts -------------------------------------------------------------------------------- /src/Connect.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Connect.ts -------------------------------------------------------------------------------- /src/Dragging.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Dragging.ts -------------------------------------------------------------------------------- /src/DriveAPI.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/DriveAPI.ts -------------------------------------------------------------------------------- /src/EquivalentFaust.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/EquivalentFaust.ts -------------------------------------------------------------------------------- /src/Error.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Error.ts -------------------------------------------------------------------------------- /src/ExportLib.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/ExportLib.ts -------------------------------------------------------------------------------- /src/Lib/AudioContextMonkeyPatch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Lib/AudioContextMonkeyPatch.js -------------------------------------------------------------------------------- /src/Lib/perfectScrollBar/js/perfect-scrollbar.min.d.ts: -------------------------------------------------------------------------------- 1 | declare var Ps; -------------------------------------------------------------------------------- /src/Lib/perfectScrollBar/js/perfect-scrollbar.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Lib/perfectScrollBar/js/perfect-scrollbar.min.js -------------------------------------------------------------------------------- /src/Main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Main.ts -------------------------------------------------------------------------------- /src/Menu/AccelerometerEdit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/AccelerometerEdit.ts -------------------------------------------------------------------------------- /src/Menu/AccelerometerEditView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/AccelerometerEditView.ts -------------------------------------------------------------------------------- /src/Menu/Export.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/Export.ts -------------------------------------------------------------------------------- /src/Menu/ExportView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/ExportView.ts -------------------------------------------------------------------------------- /src/Menu/Library.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/Library.ts -------------------------------------------------------------------------------- /src/Menu/LibraryView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/LibraryView.ts -------------------------------------------------------------------------------- /src/Menu/Load.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/Load.ts -------------------------------------------------------------------------------- /src/Menu/LoadView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/LoadView.ts -------------------------------------------------------------------------------- /src/Menu/Menu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/Menu.ts -------------------------------------------------------------------------------- /src/Menu/MenuView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/MenuView.ts -------------------------------------------------------------------------------- /src/Menu/Save.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/Save.ts -------------------------------------------------------------------------------- /src/Menu/SaveView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Menu/SaveView.ts -------------------------------------------------------------------------------- /src/Messages.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Messages.ts -------------------------------------------------------------------------------- /src/Modules/FaustInterface.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Modules/FaustInterface.ts -------------------------------------------------------------------------------- /src/Modules/ModuleClass.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Modules/ModuleClass.ts -------------------------------------------------------------------------------- /src/Modules/ModuleFaust.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Modules/ModuleFaust.ts -------------------------------------------------------------------------------- /src/Modules/ModuleView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Modules/ModuleView.ts -------------------------------------------------------------------------------- /src/Resources.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Resources.ts -------------------------------------------------------------------------------- /src/Scenes/SceneClass.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Scenes/SceneClass.ts -------------------------------------------------------------------------------- /src/Scenes/SceneView.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Scenes/SceneView.ts -------------------------------------------------------------------------------- /src/Utilitary.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/Utilitary.ts -------------------------------------------------------------------------------- /src/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/src/global.d.ts -------------------------------------------------------------------------------- /vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/grame-cncm/faustplayground/HEAD/vite.config.js --------------------------------------------------------------------------------