User:Smosher: Difference between revisions

Content added Content deleted
(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…')
 
No edit summary
Line 22: Line 22:


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 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=
=Stance on Programming=
Line 41: Line 39:
==Concurrency==
==Concurrency==
It's not as scary as its made out to be.
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. 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.