Changes

Jump to navigation Jump to search
no edit summary
Line 13: Line 13:  
* Your software does not need a GUI. The controlling of your software should completely done via command-line/config-files/[https://en.wikipedia.org/wiki/Musical_Instrument_Digital_Interface MIDI]/[https://en.wikipedia.org/wiki/Open_Sound_Control OSC]. If there is only a GUI control it may be impossible to write an engine.
 
* Your software does not need a GUI. The controlling of your software should completely done via command-line/config-files/[https://en.wikipedia.org/wiki/Musical_Instrument_Digital_Interface MIDI]/[https://en.wikipedia.org/wiki/Open_Sound_Control OSC]. If there is only a GUI control it may be impossible to write an engine.
 
* VST instruments are currently not supported! The only plugin format you can use is currently LV2 (inside MOD-UI engine).
 
* VST instruments are currently not supported! The only plugin format you can use is currently LV2 (inside MOD-UI engine).
 +
* If you don't use a LV2 plugin, your software has to use [http://www.jackaudio.org/ JACK] as audio-server.
    
Ok, if you have read until this line and you are not already shocked from the prerequirements you should share your idea with the [https://discourse.zynthian.org/ Zynthian-Forum]. Perhaps some more hints and spoilers can help for your project.
 
Ok, if you have read until this line and you are not already shocked from the prerequirements you should share your idea with the [https://discourse.zynthian.org/ Zynthian-Forum]. Perhaps some more hints and spoilers can help for your project.
 +
 +
== LV2 plugins ==
    
== Write the engine ==
 
== Write the engine ==

Navigation menu