Nakalyne Developer Blog

Back to Nakalynist Central

Recent Posts

Nakalyne Interface for 2009 08 10
Posted: 2009-08-10 13:10:35 by cyanpjh
Here is the nakalyneinterface.h for 2009 08 10 nakalyneinterface.h
Read more... (0 Comments)
Peeking into NKLMs
Posted: 2009-07-20 06:16:40 (Modified: 2009-07-20 06:19:22) by cyanpjh
The Nakalyne file format's extension is NKLM, simply standing for the NaKaLyne Module, these files aren't XML, nor are they anything like BMX, MOD or the other binary formats. Instead, Nakalyne uses SQLite3 for its storage medium. SQLite is an SQL engine that is a bit like a very minimalist PostgreSQL in general syntax (closer than MySQL anyway). An NKLM to Peek Into The first thing to do is to download the command-line tools needed to work with SQLite stores. and add them to your PATH enviro...
Read more... (0 Comments)
Nakalyne Interface for 2009 07 20
Posted: 2009-07-20 05:30:44 by cyanpjh
Here is the nakalyneinterface.h for 2009 07 20 nakalyneinterface.h
Read more... (0 Comments)
A Walkthrough of CyanPhase LFO
Posted: 2009-07-17 19:30:42 (Modified: 2009-07-18 08:57:32) by cyanpjh
Note: remember to watch for changes in the API when considering developing for Nakalyne CyanPhase LFO CyanPhase LFO is a simple machine that demonstrates creating automation machines, which are similar in concept to Peer machines. Downloads The source for the CyanPhase LFO machine Walkthrough Now for a walkthrough: Headers #include <windows.h> #include <stdio.h> #include <math.h> #include "../nakalyneinterface.h" #include "lfo.h" #include "resource.h" The usual head...
Read more... (0 Comments)
Nakalyne Interface for 2009 07 15
Posted: 2009-07-15 16:55:31 by cyanpjh
Here is the nakalyneinterface.h for 2009 07 15 nakalyneinterface.h
Read more... (0 Comments)
A Walkthrough of Turbion Geiger
Posted: 2009-07-15 16:51:55 (Modified: 2009-07-21 02:53:22) by cyanpjh
Note: remember to watch for changes in the API when considering developing for Nakalyne Turbion Geiger Turbion Geiger was a machine that was part of the CnW (CyanPhase and WakaX) Turbion Pack back in the days when it was released for Buzz. As a way to gauge the flexibility of the API, I've maintained ports for some of the machines I've been involved in, which includes the Turbion machines. Downloads The source for the nakalyne version of Turbion Geiger The source for the buzz version of Tur...
Read more... (0 Comments)