Search for «Rect»doc code in class tags
Demo of Model-View-Controller design
by jamshark70 on 09 Dec'18 02:49 inThis question comes up often: What is the best way to structure GUI code. IMO, Model-View-Controller (when done correctly) gives you the most flexi
midi soft takeover
by meunier.fabien on 21 Nov'18 17:25 init avoids jump of value when the value on your GUI and the value of your midi controller are differents. In other words your midi controller take cont
DiamondSlider : custom unidimensionnal slider GUI.
by Dindoléon on 18 Nov'18 16:07 inCustom unidimensionnal slider GUI I made for my touchscreen instrument. Presented here as a tuner, but can serve any control purpose.
Harmo : Harmonic Series modulated by a MultiSlider interface.
by Dindoléon on 18 Nov'18 15:16 inMultiSlider plot display allowing to shape a harmonic series. This is a simplification of Bruno Ruviaro's Additive Synthesis GUI Demo 2.
Poussière : standalone dust generator (uncommented version of luce)
by Dindoléon on 18 Nov'18 13:22 inDust2 synth controlled by a custom 2D slider (kind of simulates vinyl crackles). Actually an uncommented fork of the luce module. Easy to integrate an
luce : standalone synth and custom slider GUI demo
by Dindoléon on 18 Nov'18 11:54 inluce is a standalone synth module driven by a custom 2D slider GUI. It is easy to integrate and to modify. It also serves the purpose of understanding
Rate Player
by joehigham on 30 Jul'18 18:40 inThis is a player that I use for live work. It takes piano samples (or anything else I guess) and plays them in a rhythmic way that is also based on ch
Filter Explorer @ 1000 Hz of the Cutoff Frequency (Centre Frequency)
by prko on 22 Apr'18 01:44 inSpecial Thanks to Russell Johnston who gave an excellent solution to MouseLeaveAction issue via the sc-users list! Thanks to Fredrik Olofsson who men
Equal-Loudness Contour Experience in SC
by prko on 05 Apr'18 11:16 inEqual-Loudness Contour Experience in SC special thanks to James Harkins who resolved my errors in the code via the sc-users list!
Diplopterys Cabrerana
by blaz.pavlica on 17 Sep'17 12:00 inThis is the code used for the first song on my album Blaž Pavlica - Virtual Entheogen https://zvocniprepihi.bandcamp.com/album/bla-pavlica-virtual-
Squiggle squiggle
by 56228375 on 09 Aug'17 00:51 inA more extensive squiggle session. Construction is detailed in a blog post http://technogems.blogspot.be/2017/08/automating-squiggles-in-supercollider
FFT additive oversampling (graphical demo of the sampling theorem)
by jamshark70 on 08 Jun'17 09:51 inI originally wrote this to demonstrate what sampled audio really represents -- that is, if a series of samples represents the one and only band-limite
granular AM synthesis
by 56228375 on 19 Feb'17 01:06 inMy first composition that goes beyond tweaking documentation examples. It uses a kind of granular synthesis where each grain is a short AM synthesized
AMSynth GUI
by TrysonHardie on 12 Nov'16 20:46 inRecreation of AMSynth (only GUI) -> https://youtu.be/ZsTNBsti6xM
Method help re-ordering utility
by jamshark70 on 22 Jul'16 20:34 inIf you have a large class with a lot of methods, you probably want to sort the methods in the auto-generated SCDoc template into an order that's meani
GUI: Scrolling list of multi-view items
by jamshark70 on 17 Jan'16 04:07 inA common GUI requirement is a scrollable list of similar items. If the list consists of strings, it's easy -- use ListView. If, for example, each "lin
experiments in detecting fast onsets with Amplitude UGens
by julian.rohrhuber on 19 Dec'15 20:57 inA series of consecutive experiments (all results visualised as plots) that try to detect onsets in a noisy signal.