User:Smosher: Difference between revisions

m
no edit summary
(Created page with '{{mylangbegin}} {{mylang|C|comfy}} {{mylang|Perl|comfy}} {{mylang|Perl 6|neophyte}} {{mylang|Io|neophyte}} {{mylangend}} =Background= Since 1998 I've enjoyed working as a progra…')
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 4:
{{mylang|Perl 6|neophyte}}
{{mylang|Io|neophyte}}
{{mylang|Bash}}
{{mylangend}}
 
=Background=
Since 1998 I've enjoyed working as a programmer and systems administrator. In both capacities there is a lot of work with C, Perl and shell scripting.
 
Besides those listed (the ones I use regularly) I know too many languages to mention, all to varying degrees. Don't we all?
 
=Interests=
Line 22 ⟶ 25:
 
I would like to create a replacement for LADSPA/DSSI. In the name of flexibility, the plugins simply do not provide enough information to the host and presuppose a scheme where connections are (necessarily) tediously micromanaged by the user.
 
I have published demo code for operating a Korg padKontrol (hardware MIDI controller) in 'native' mode.[http://comichunter.net/nowhere/pK_native/] It took me too long to track down and interpret (and reconcile) all of the necessary information. The bare-functionality C was published to help others who might want to support pK in native mode.
 
=Stance on Programming=
Line 41 ⟶ 42:
==Concurrency==
It's not as scary as its made out to be.
 
=Code=
==padKontrol Native Mode==
I have published [http://comichunter.net/nowhere/pK_native/ demo code] for operating a Korg padKontrol (hardware MIDI controller) in 'native' mode.[http://comichunter.net/nowhere/pK_native/] It took me too long to track down and interpret (and reconcile) all of the necessary information. The bare-functionality C was published to help others who might want to support pK in native mode.
 
==GitHub==
For now, it's just [http://gist.github.com/smosher my gists]. I should add the Korg pK code to github at some point.
Anonymous user