vendor/assets/application/examples/midi.rb in atome-0.5.7.6.0 vs vendor/assets/application/examples/midi.rb in atome-0.5.7.6.5

- old
+ new

@@ -1,4 +1,28 @@ # frozen_string_literal: true +new({molecule: :system}) do |params| + alert Atome::host + alert Universe.engine +end -puts "connect a midi devide and run atome in native mode th elook in te console" \ No newline at end of file +puts "connect a midi device and run atome in native mode then look in the console" + +system({message: "open 'test autoload.bwproject'"}) + +def api_infos + { + "example": "Purpose of the example", + "methods_found": [ + "bwproject", + "engine" + ], + "bwproject": { + "aim": "The `bwproject` method's purpose is determined by its specific functionality.", + "usage": "Refer to Atome documentation for detailed usage of `bwproject`." + }, + "engine": { + "aim": "The `engine` method's purpose is determined by its specific functionality.", + "usage": "Refer to Atome documentation for detailed usage of `engine`." + } +} +end