Git Product home page Git Product logo

ide-csound's People

Contributors

anwarhahjjeffersongeorge avatar nwhetsell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ide-csound's Issues

Doesn't seem to pick up environmental variables

I have INCDIR set in my profile for including udos in my csd files, it seems running Csound from ide-csound in Atom doesn't seem to pick up the INCDIR because I get an include'd file not found error. Running the csd in terminal gives no issue.

Changes required due to TextBuffer.save becoming async in Atom 1.19

Hi! Thanks for maintaining the ide-csound package!

In Atom v1.19, we will release a major change to Atom's core text buffer data structure. As part of this change, we have made TextBuffer.save asynchronous; rather than blocking until the save is complete, it now immediately returns a Promise that resolves when the save is complete. Because of this, a few other Atom APIs that use save have similarly become async:

  • Pane.close
  • TextBuffer.save
  • TextEditor.save
  • Pane.saveItem
  • Pane.saveItemAs
  • Pane.saveActiveItem
  • Pane.saveActiveItemAs
  • Pane.saveItems
  • Workspace.saveActivePaneItem
  • Workspace.saveActivePaneItemAs

Effects on this package

We think this package could be impacted by this upgrade because it calls the changed methods in the following places:

  • TextEditor.save

We found these calls using a regex search, so this list might be incomplete, and it might contain some false positives.

What to do about the change

It should be pretty easy to adjust your package code and/or tests to work with the new async behavior, and to simultaneously keep it working with older versions of Atom. Here are some examples of pull requests we opened on our bundled packages to cope with the change:

Please let me know if you have any questions. I would be happy to help!

Uncaught TypeError: Cannot read property 'getTitle' of undefined

Every time I try to run the program this pops up.

Atom: 1.16.0 x64
Electron: 1.3.13
OS: Mac OS X 10.12.4
Thrown From: ide-csound package 0.0.9

Stack Trace

Uncaught TypeError: Cannot read property 'getTitle' of undefined

At /Users/lcukypawn/.atom/packages/ide-csound/lib/message-history-element.coffee:11

TypeError: Cannot read property 'getTitle' of undefined
    at /packages/ide-csound/lib/message-history-element.coffee:11:12)
    at TabView.module.exports.TabView.updateTitle (/app.asar/node_modules/tabs/lib/tab-view.js:310:27)
    at /app.asar/node_modules/tabs/lib/tab-view.js:36:12)
    at TabBarView.module.exports.TabBarView.addTabForItem (/app.asar/node_modules/tabs/lib/tab-bar-view.js:216:17)
    at /app.asar/node_modules/tabs/lib/tab-bar-view.js:146:14)
    at /app.asar/node_modules/tabs/lib/main.js:83:24
    at /app.asar/src/pane-container.js:95:16
    at Function.module.exports.Emitter.simpleDispatch (/app.asar/node_modules/event-kit/lib/emitter.js:25:14)
    at Emitter.module.exports.Emitter.emit (/app.asar/node_modules/event-kit/lib/emitter.js:129:28)
    at PaneContainer.module.exports.PaneContainer.didAddPane (/app.asar/src/pane-container.js:308:27)
    at Pane.module.exports.Pane.setContainer (/app.asar/src/pane.js:131:26)
    at PaneAxis.module.exports.PaneAxis.addChild (/app.asar/src/pane-axis.js:145:13)
    at PaneAxis.module.exports.PaneAxis.insertChildAfter (/app.asar/src/pane-axis.js:216:19)
    at Pane.module.exports.Pane.split (/app.asar/src/pane.js:938:23)
    at Pane.module.exports.Pane.splitDown (/app.asar/src/pane.js:907:19)
    at Object.run (/packages/ide-csound/lib/ide-csound.coffee:50:36)
    at /packages/ide-csound/lib/ide-csound.coffee:39:82)
    at CommandRegistry.module.exports.CommandRegistry.handleCommandEvent (/app.asar/src/command-registry.js:259:29)
    at CommandRegistry.handleCommandEvent (/app.asar/src/command-registry.js:3:59)
    at CommandRegistry.module.exports.CommandRegistry.dispatch (/app.asar/src/command-registry.js:160:19)
    at AtomEnvironment.module.exports.AtomEnvironment.dispatchApplicationMenuCommand (/app.asar/src/atom-environment.js:1179:28)
    at EventEmitter.outerCallback (/app.asar/src/application-delegate.js:312:25)
    at emitThree (events.js:116:13)
    at EventEmitter.emit (events.js:194:7)

Commands

     -1:04.7.0 core:select-all (input.hidden-input)
     -1:03.7.0 core:backspace (input.hidden-input)
     -0:57.9.0 core:select-all (input.hidden-input)
     -0:57.1.0 core:backspace (input.hidden-input)
     -0:51.8.0 core:select-all (input.hidden-input)
     -0:50.3.0 core:backspace (input.hidden-input)
     -0:11.4.0 ide-csound:run (div.package-readme.native-key-bindings)

Non-Core Packages

atom-beautify 0.29.18 
atom-clock 0.1.6 
double-tag 0.8.0 
atom-json-editor 0.4.1 
atom-material-syntax 1.0.2 
atom-music 0.7.0 
busy-signal 1.3.0 
dictionary 0.5.0 
electron 1.6.6 
html-template-generator 0.3.0 
ide-csound 0.0.9 
intentions 1.1.2 
json-generator 0.1.15 
language-csound 0.2.0 
linter-csound 0.2.4 
rhyming-dictionary 0.3.2 
TinyRave 2.2.1 
web-accessibility-checker 0.1.4 
web-audio-api-snippets 1.3.0 
web-lookup 1.3.1 
web-midi-api-snippets 0.1.3 

can't install ide-csound

Hi!
I have boost installed already but still can't install the ide-csound. here is the error message:

> [email protected] install /private/var/folders/yv/c83tsh4d6fd_kzgvsrcq3zs40000gn/T/apm-install-dir-116121-19519-1v2ne1m/node_modules/ide-csound/node_modules/csound-api
> node-gyp rebuild

  CXX(target) Release/obj.target/csound-api/src/csound-api.o

../src/csound-api.cpp:1:10: fatal error: 'boost/lockfree/queue.hpp' file not found
#include <boost/lockfree/queue.hpp>
         ^
1 error generated.
make: *** [Release/obj.target/csound-api/src/csound-api.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/lib/build.js:269:23)
gyp ERR! stack     at ChildProcess.emit (events.js:98:17)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (child_process.js:820:12)
gyp ERR! System Darwin 15.2.0
gyp ERR! command "node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /private/var/folders/yv/c83tsh4d6fd_kzgvsrcq3zs40000gn/T/apm-install-dir-116121-19519-1v2ne1m/node_modules/ide-csound/node_modules/csound-api
gyp ERR! node -v v0.10.40
gyp ERR! node-gyp -v v2.0.2
gyp ERR! not ok 
npm WARN engine [email protected]: wanted: {"node":">=0.12.0"} (current: {"node":"0.10.40","npm":"2.13.3"})
npm ERR! Darwin 15.2.0
npm ERR! argv "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/npm/bin/npm-cli.js" "--globalconfig" "/Users/mfl/.atom/.apm/.apmrc" "--userconfig" "/Users/mfl/.atom/.apmrc" "install" "/private/var/folders/yv/c83tsh4d6fd_kzgvsrcq3zs40000gn/T/d-116121-19519-1c2jdhf/package.tgz" "--target=0.34.5" "--arch=x64"
npm ERR! node v0.10.40
npm ERR! npm  v2.13.3
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the csound-api package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls csound-api
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /private/var/folders/yv/c83tsh4d6fd_kzgvsrcq3zs40000gn/T/apm-install-dir-116121-19519-1v2ne1m/npm-debug.log

Csound Output stops displaying after 1st run

After the first run, the Csound output pane stops displaying any text output.
Example:

<CsoundSynthesizer>
<CsOptions>
-odac -+rtaudio=CoreAudio
</CsOptions>
<CsInstruments>

sr = 44100
ksmps = 256
nchnls = 2
0dbfs  = 1

instr main

    aOut vco2 0.4, 440
    printk2 k(aOut)
    outs aOut, aOut

endin


</CsInstruments>
<CsScore>
i "main" 0 1

</CsScore>
</CsoundSynthesizer>

This should print the values of the aOut audio signal on second run.
This is on Atom 1.16.0

Can't install

Trying to install but error is occurring:

Installing “[email protected]” failed.Hide output…

[email protected] install /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-9956-la7cr6.fiu4/node_modules/ide-csound/node_modules/csound-api
node-gyp rebuild

CXX(target) Release/obj.target/csound-api/src/csound-api.o

gyp info it worked if it ends with ok
gyp verb cli [ '/Applications/Atom.app/Contents/Resources/app/apm/bin/node',
gyp verb cli '/Applications/Atom.app/Contents/Resources/app/apm/node_modules/.bin/node-gyp',
gyp verb cli 'rebuild' ]
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "/Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh" in the PATH
gyp verb which succeeded /Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh /Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh
gyp verb check python version /Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh -c "import platform; print(platform.python_version());" returned: "2.7.10\n"
gyp verb get node dir compiling against --target node version: 2.0.18
gyp verb command install [ '2.0.18' ]
gyp verb install input version string "2.0.18"
gyp verb install installing version: iojs-2.0.18
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: iojs-2.0.18
gyp verb build dir attempting to create "build" dir: /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-9956-la7cr6.fiu4/node_modules/ide-csound/node_modules/csound-api/build
gyp verb build dir "build" dir needed to be created? /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-9956-la7cr6.fiu4/node_modules/ide-csound/node_modules/csound-api/build
gyp verb build/config.gypi creating config file
gyp sill build/config.gypi { target_defaults:
gyp sill build/config.gypi { cflags: [],
gyp sill build/config.gypi default_configuration: 'Release',
gyp sill build/config.gypi defines: [],
gyp sill build/config.gypi include_dirs: [],
gyp sill build/config.gypi libraries: [] },
gyp sill build/config.gypi variables:
gyp sill build/config.gypi { asan: 0,
gyp sill build/config.gypi coverage: false,
gyp sill build/config.gypi debug_devtools: 'node',
gyp sill build/config.gypi debug_http2: false,
gyp sill build/config.gypi debug_nghttp2: false,
gyp sill build/config.gypi force_dynamic_crt: 0,
gyp sill build/config.gypi host_arch: 'x64',
gyp sill build/config.gypi icu_data_file: 'icudt59l.dat',
gyp sill build/config.gypi icu_data_in: '../../deps/icu-small/source/data/in/icudt59l.dat',
gyp sill build/config.gypi icu_endianness: 'l',
gyp sill build/config.gypi icu_gyp_path: 'tools/icu/icu-generic.gyp',
gyp sill build/config.gypi icu_locales: 'en,root',
gyp sill build/config.gypi icu_path: 'deps/icu-small',
gyp sill build/config.gypi icu_small: true,
gyp sill build/config.gypi icu_ver_major: '59',
gyp sill build/config.gypi llvm_version: 0,
gyp sill build/config.gypi node_byteorder: 'little',
gyp sill build/config.gypi node_enable_d8: false,
gyp sill build/config.gypi node_enable_v8_vtunejit: false,
gyp sill build/config.gypi node_install_npm: true,
gyp sill build/config.gypi node_module_version: 57,
gyp sill build/config.gypi node_no_browser_globals: false,
gyp sill build/config.gypi node_prefix: '/',
gyp sill build/config.gypi node_release_urlbase: 'https://nodejs.org/download/release/',
gyp sill build/config.gypi node_shared: false,
gyp sill build/config.gypi node_shared_cares: false,
gyp sill build/config.gypi node_shared_http_parser: false,
gyp sill build/config.gypi node_shared_libuv: false,
gyp sill build/config.gypi node_shared_openssl: false,
gyp sill build/config.gypi node_shared_zlib: false,
gyp sill build/config.gypi node_tag: '',
gyp sill build/config.gypi node_use_bundled_v8: true,
gyp sill build/config.gypi node_use_dtrace: true,
gyp sill build/config.gypi node_use_etw: false,
gyp sill build/config.gypi node_use_lttng: false,
gyp sill build/config.gypi node_use_openssl: true,
gyp sill build/config.gypi node_use_perfctr: false,
gyp sill build/config.gypi node_use_v8_platform: true,
gyp sill build/config.gypi node_without_node_options: false,
gyp sill build/config.gypi openssl_fips: '',
gyp sill build/config.gypi openssl_no_asm: 0,
gyp sill build/config.gypi shlib_suffix: '57.dylib',
gyp sill build/config.gypi target_arch: 'x64',
gyp sill build/config.gypi uv_parent_path: '/deps/uv/',
gyp sill build/config.gypi uv_use_dtrace: true,
gyp sill build/config.gypi v8_enable_gdbjit: 0,
gyp sill build/config.gypi v8_enable_i18n_support: 1,
gyp sill build/config.gypi v8_enable_inspector: 1,
gyp sill build/config.gypi v8_no_strict_aliasing: 1,
gyp sill build/config.gypi v8_optimized_debug: 0,
gyp sill build/config.gypi v8_promise_internal_field_count: 1,
gyp sill build/config.gypi v8_random_seed: 0,
gyp sill build/config.gypi v8_trace_maps: 0,
gyp sill build/config.gypi v8_use_snapshot: true,
gyp sill build/config.gypi want_separate_host_toolset: 0,
gyp sill build/config.gypi xcode_version: '7.0',
gyp sill build/config.gypi nodedir: '/Users/marcelocarneiro/.atom/.node-gyp/.node-gyp/iojs-2.0.18',
gyp sill build/config.gypi copy_dev_lib: true,
gyp sill build/config.gypi standalone_static_library: 1,
gyp sill build/config.gypi dry_run: '',
gyp sill build/config.gypi legacy_bundling: '',
gyp sill build/config.gypi save_dev: '',
gyp sill build/config.gypi browser: '',
gyp sill build/config.gypi commit_hooks: 'true',
gyp sill build/config.gypi only: '',
gyp sill build/config.gypi viewer: 'man',
gyp sill build/config.gypi also: '',
gyp sill build/config.gypi rollback: 'true',
gyp sill build/config.gypi sign_git_commit: '',
gyp sill build/config.gypi audit: 'true',
gyp sill build/config.gypi usage: '',
gyp sill build/config.gypi runtime: 'electron',
gyp sill build/config.gypi globalignorefile: '/Applications/Atom.app/Contents/Resources/app/apm/etc/npmignore',
gyp sill build/config.gypi init_author_url: '',
gyp sill build/config.gypi maxsockets: '50',
gyp sill build/config.gypi shell: '/bin/bash',
gyp sill build/config.gypi metrics_registry: 'https://registry.npmjs.org/',
gyp sill build/config.gypi parseable: '',
gyp sill build/config.gypi shrinkwrap: 'true',
gyp sill build/config.gypi init_license: 'ISC',
gyp sill build/config.gypi timing: '',
gyp sill build/config.gypi if_present: '',
gyp sill build/config.gypi cache_max: 'Infinity',
gyp sill build/config.gypi init_author_email: '',
gyp sill build/config.gypi sign_git_tag: '',
gyp sill build/config.gypi dist_url: 'https://atom.io/download/electron',
gyp sill build/config.gypi cert: '',
gyp sill build/config.gypi git_tag_version: 'true',
gyp sill build/config.gypi local_address: '',
gyp sill build/config.gypi long: '',
gyp sill build/config.gypi fetch_retries: '2',
gyp sill build/config.gypi registry: 'https://registry.npmjs.org/',
gyp sill build/config.gypi no_proxy: '',
gyp sill build/config.gypi key: '',
gyp sill build/config.gypi message: '%s',
gyp sill build/config.gypi versions: '',
gyp sill build/config.gypi globalconfig: '/Users/marcelocarneiro/.atom/.apm/.apmrc',
gyp sill build/config.gypi always_auth: '',
gyp sill build/config.gypi logs_max: '10',
gyp sill build/config.gypi prefer_online: '',

gyp sill build/config.gypi global_style: 'true',
gyp sill build/config.gypi cache_lock_retries: '10',
gyp sill build/config.gypi update_notifier: 'true',
gyp sill build/config.gypi heading: 'npm',
gyp sill build/config.gypi fetch_retry_mintimeout: '10000',
gyp sill build/config.gypi offline: '',
gyp sill build/config.gypi read_only: '',
gyp sill build/config.gypi searchlimit: '20',
gyp sill build/config.gypi access: '',
gyp sill build/config.gypi json: '',
gyp sill build/config.gypi allow_same_version: '',
gyp sill build/config.gypi description: 'true',
gyp sill build/config.gypi engine_strict: '',
gyp sill build/config.gypi https_proxy: '',
gyp sill build/config.gypi userconfig: '/Users/marcelocarneiro/.atom/.apmrc',
gyp sill build/config.gypi init_module: '/Users/marcelocarneiro/.atom/.node-gyp/.npm-init.js',
gyp sill build/config.gypi cidr: '',
gyp sill build/config.gypi node_version: '8.9.3',
gyp sill build/config.gypi user: '501',
gyp sill build/config.gypi target: '2.0.18',
gyp sill build/config.gypi auth_type: 'legacy',
gyp sill build/config.gypi editor: 'vi',
gyp sill build/config.gypi ignore_prepublish: '',
gyp sill build/config.gypi save: 'true',
gyp sill build/config.gypi script_shell: '',
gyp sill build/config.gypi tag: 'latest',
gyp sill build/config.gypi progress: '',
gyp sill build/config.gypi global: '',
gyp sill build/config.gypi ham_it_up: '',
gyp sill build/config.gypi optional: 'true',
gyp sill build/config.gypi searchstaleness: '900',
gyp sill build/config.gypi bin_links: 'true',
gyp sill build/config.gypi force: '',
gyp sill build/config.gypi save_prod: '',
gyp sill build/config.gypi searchopts: '',
gyp sill build/config.gypi node_gyp: '/Applications/Atom.app/Contents/Resources/app/apm/bin/../node_modules/.bin/node-gyp',
gyp sill build/config.gypi depth: 'Infinity',
gyp sill build/config.gypi rebuild_bundle: 'true',
gyp sill build/config.gypi sso_poll_frequency: '500',
gyp sill build/config.gypi unicode: '',
gyp sill build/config.gypi fetch_retry_maxtimeout: '60000',
gyp sill build/config.gypi ca: '',
gyp sill build/config.gypi save_prefix: '^',
gyp sill build/config.gypi scripts_prepend_node_path: 'warn-only',
gyp sill build/config.gypi sso_type: 'oauth',
gyp sill build/config.gypi strict_ssl: 'true',
gyp sill build/config.gypi tag_version_prefix: 'v',
gyp sill build/config.gypi dev: '',
gyp sill build/config.gypi fetch_retry_factor: '10',
gyp sill build/config.gypi group: '20',
gyp sill build/config.gypi save_exact: '',
gyp sill build/config.gypi cache_lock_stale: '60000',
gyp sill build/config.gypi prefer_offline: '',
gyp sill build/config.gypi version: '',
gyp sill build/config.gypi cache_min: '10',
gyp sill build/config.gypi otp: '',
gyp sill build/config.gypi cache: '/Users/marcelocarneiro/.atom/.apm',
gyp sill build/config.gypi searchexclude: '',
gyp sill build/config.gypi color: 'true',
gyp sill build/config.gypi package_lock: 'true',
gyp sill build/config.gypi package_lock_only: '',
gyp sill build/config.gypi save_optional: '',
gyp sill build/config.gypi user_agent: 'npm/6.2.0 node/v8.9.3 darwin x64',
gyp sill build/config.gypi ignore_scripts: '',
gyp sill build/config.gypi cache_lock_wait: '10000',
gyp sill build/config.gypi production: 'true',
gyp sill build/config.gypi save_bundle: '',
gyp sill build/config.gypi send_metrics: '',
gyp sill build/config.gypi init_version: '1.0.0',
gyp sill build/config.gypi node_options: '',
gyp sill build/config.gypi umask: '0022',
gyp sill build/config.gypi scope: '',
gyp sill build/config.gypi git: 'git',
gyp sill build/config.gypi init_author_name: '',
gyp sill build/config.gypi onload_script: '',
gyp sill build/config.gypi tmp: '/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T',
gyp sill build/config.gypi unsafe_perm: 'true',
gyp sill build/config.gypi link: '',
gyp sill build/config.gypi prefix: '/Applications/Atom.app/Contents/Resources/app/apm' } }
gyp verb build/config.gypi writing out config file: /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-9956-la7cr6.fiu4/node_modules/ide-csound/node_modules/csound-api/build/config.gypi
gyp verb config.gypi checking for gypi file: /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-9956-la7cr6.fiu4/node_modules/ide-csound/node_modules/csound-api/config.gypi
gyp verb common.gypi checking for gypi file: /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-9956-la7cr6.fiu4/node_modules/ide-csound/node_modules/csound-api/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh
gyp info spawn args [ '/Applications/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-9956-la7cr6.fiu4/node_modules/ide-csound/node_modules/csound-api/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Applications/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/marcelocarneiro/.atom/.node-gyp/.node-gyp/iojs-2.0.18/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/marcelocarneiro/.atom/.node-gyp/.node-gyp/iojs-2.0.18',
gyp info spawn args '-Dnode_gyp_dir=/Applications/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=iojs.lib',
gyp info spawn args '-Dmodule_root_dir=/private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-9956-la7cr6.fiu4/node_modules/ide-csound/node_modules/csound-api',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /Users/marcelocarneiro/.atom/.node-gyp/.node-gyp/iojs-2.0.18
gyp verb which succeeded for make /usr/bin/make
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
../src/csound-api.cc:3:10: fatal error: 'csound/cwindow.h' file not found
#include <csound/cwindow.h>
^
1 error generated.
make: *** [Release/obj.target/csound-api/src/csound-api.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp/lib/build.js:276:23)
gyp ERR! stack at emitTwo (events.js:126:13)
gyp ERR! stack at ChildProcess.emit (events.js:214:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
gyp ERR! System Darwin 17.7.0
gyp ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/.bin/node-gyp" "rebuild"
gyp ERR! cwd /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-9956-la7cr6.fiu4/node_modules/ide-csound/node_modules/csound-api
gyp ERR! node -v v8.9.3
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm WARN enoent ENOENT: no such file or directory, open '/private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-9956-la7cr6.fiu4/package.json'
npm WARN apm-install-dir-11952-9956-la7cr6.fiu4 No description
npm WARN apm-install-dir-11952-9956-la7cr6.fiu4 No repository field.
npm WARN apm-install-dir-11952-9956-la7cr6.fiu4 No README data
npm WARN apm-install-dir-11952-9956-la7cr6.fiu4 No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/marcelocarneiro/.atom/.apm/_logs/2019-06-02T23_45_05_965Z-debug.log

Installing “[email protected]” failed.Show output…
Installing “[email protected]” failed.Hide output…

[email protected] install /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-10096-hrjyba.ny9ge/node_modules/ide-csound/node_modules/csound-api
node-gyp rebuild

CXX(target) Release/obj.target/csound-api/src/csound-api.o

gyp info it worked if it ends with ok
gyp verb cli [ '/Applications/Atom.app/Contents/Resources/app/apm/bin/node',
gyp verb cli '/Applications/Atom.app/Contents/Resources/app/apm/node_modules/.bin/node-gyp',
gyp verb cli 'rebuild' ]
gyp info using [email protected]
gyp info using [email protected] | darwin | x64
gyp verb command rebuild []
gyp verb command clean []
gyp verb clean removing "build" directory
gyp verb command configure []
gyp verb check python checking for Python executable "/Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh" in the PATH
gyp verb which succeeded /Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh /Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh
gyp verb check python version /Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh -c "import platform; print(platform.python_version());" returned: "2.7.10\n"
gyp verb get node dir compiling against --target node version: 2.0.18
gyp verb command install [ '2.0.18' ]
gyp verb install input version string "2.0.18"
gyp verb install installing version: iojs-2.0.18
gyp verb install --ensure was passed, so won't reinstall if already installed
gyp verb install version is already installed, need to check "installVersion"
gyp verb got "installVersion" 9
gyp verb needs "installVersion" 9
gyp verb install version is good
gyp verb get node dir target node version installed: iojs-2.0.18
gyp verb build dir attempting to create "build" dir: /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-10096-hrjyba.ny9ge/node_modules/ide-csound/node_modules/csound-api/build
gyp verb build dir "build" dir needed to be created? /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-10096-hrjyba.ny9ge/node_modules/ide-csound/node_modules/csound-api/build
gyp verb build/config.gypi creating config file
gyp sill build/config.gypi { target_defaults:
gyp sill build/config.gypi { cflags: [],
gyp sill build/config.gypi default_configuration: 'Release',
gyp sill build/config.gypi defines: [],
gyp sill build/config.gypi include_dirs: [],
gyp sill build/config.gypi libraries: [] },
gyp sill build/config.gypi variables:
gyp sill build/config.gypi { asan: 0,
gyp sill build/config.gypi coverage: false,
gyp sill build/config.gypi debug_devtools: 'node',
gyp sill build/config.gypi debug_http2: false,
gyp sill build/config.gypi debug_nghttp2: false,
gyp sill build/config.gypi force_dynamic_crt: 0,
gyp sill build/config.gypi host_arch: 'x64',
gyp sill build/config.gypi icu_data_file: 'icudt59l.dat',
gyp sill build/config.gypi icu_data_in: '../../deps/icu-small/source/data/in/icudt59l.dat',
gyp sill build/config.gypi icu_endianness: 'l',
gyp sill build/config.gypi icu_gyp_path: 'tools/icu/icu-generic.gyp',
gyp sill build/config.gypi icu_locales: 'en,root',
gyp sill build/config.gypi icu_path: 'deps/icu-small',
gyp sill build/config.gypi icu_small: true,
gyp sill build/config.gypi icu_ver_major: '59',
gyp sill build/config.gypi llvm_version: 0,
gyp sill build/config.gypi node_byteorder: 'little',
gyp sill build/config.gypi node_enable_d8: false,
gyp sill build/config.gypi node_enable_v8_vtunejit: false,
gyp sill build/config.gypi node_install_npm: true,
gyp sill build/config.gypi node_module_version: 57,
gyp sill build/config.gypi node_no_browser_globals: false,
gyp sill build/config.gypi node_prefix: '/',
gyp sill build/config.gypi node_release_urlbase: 'https://nodejs.org/download/release/',
gyp sill build/config.gypi node_shared: false,
gyp sill build/config.gypi node_shared_cares: false,
gyp sill build/config.gypi node_shared_http_parser: false,
gyp sill build/config.gypi node_shared_libuv: false,
gyp sill build/config.gypi node_shared_openssl: false,
gyp sill build/config.gypi node_shared_zlib: false,
gyp sill build/config.gypi node_tag: '',
gyp sill build/config.gypi node_use_bundled_v8: true,
gyp sill build/config.gypi node_use_dtrace: true,
gyp sill build/config.gypi node_use_etw: false,
gyp sill build/config.gypi node_use_lttng: false,
gyp sill build/config.gypi node_use_openssl: true,
gyp sill build/config.gypi node_use_perfctr: false,
gyp sill build/config.gypi node_use_v8_platform: true,
gyp sill build/config.gypi node_without_node_options: false,
gyp sill build/config.gypi openssl_fips: '',
gyp sill build/config.gypi openssl_no_asm: 0,
gyp sill build/config.gypi shlib_suffix: '57.dylib',
gyp sill build/config.gypi target_arch: 'x64',
gyp sill build/config.gypi uv_parent_path: '/deps/uv/',
gyp sill build/config.gypi uv_use_dtrace: true,
gyp sill build/config.gypi v8_enable_gdbjit: 0,
gyp sill build/config.gypi v8_enable_i18n_support: 1,
gyp sill build/config.gypi v8_enable_inspector: 1,
gyp sill build/config.gypi v8_no_strict_aliasing: 1,
gyp sill build/config.gypi v8_optimized_debug: 0,
gyp sill build/config.gypi v8_promise_internal_field_count: 1,
gyp sill build/config.gypi v8_random_seed: 0,
gyp sill build/config.gypi v8_trace_maps: 0,
gyp sill build/config.gypi v8_use_snapshot: true,
gyp sill build/config.gypi want_separate_host_toolset: 0,
gyp sill build/config.gypi xcode_version: '7.0',
gyp sill build/config.gypi nodedir: '/Users/marcelocarneiro/.atom/.node-gyp/.node-gyp/iojs-2.0.18',
gyp sill build/config.gypi copy_dev_lib: true,
gyp sill build/config.gypi standalone_static_library: 1,
gyp sill build/config.gypi dry_run: '',
gyp sill build/config.gypi legacy_bundling: '',
gyp sill build/config.gypi save_dev: '',
gyp sill build/config.gypi browser: '',
gyp sill build/config.gypi commit_hooks: 'true',
gyp sill build/config.gypi only: '',
gyp sill build/config.gypi viewer: 'man',
gyp sill build/config.gypi also: '',
gyp sill build/config.gypi rollback: 'true',
gyp sill build/config.gypi sign_git_commit: '',
gyp sill build/config.gypi audit: 'true',
gyp sill build/config.gypi usage: '',
gyp sill build/config.gypi runtime: 'electron',
gyp sill build/config.gypi globalignorefile: '/Applications/Atom.app/Contents/Resources/app/apm/etc/npmignore',
gyp sill build/config.gypi init_author_url: '',
gyp sill build/config.gypi maxsockets: '50',
gyp sill build/config.gypi shell: '/bin/bash',
gyp sill build/config.gypi metrics_registry: 'https://registry.npmjs.org/',
gyp sill build/config.gypi parseable: '',
gyp sill build/config.gypi shrinkwrap: 'true',
gyp sill build/config.gypi init_license: 'ISC',
gyp sill build/config.gypi timing: '',
gyp sill build/config.gypi if_present: '',
gyp sill build/config.gypi cache_max: 'Infinity',
gyp sill build/config.gypi init_author_email: '',
gyp sill build/config.gypi sign_git_tag: '',
gyp sill build/config.gypi dist_url: 'https://atom.io/download/electron',
gyp sill build/config.gypi cert: '',
gyp sill build/config.gypi git_tag_version: 'true',
gyp sill build/config.gypi local_address: '',
gyp sill build/config.gypi long: '',
gyp sill build/config.gypi fetch_retries: '2',
gyp sill build/config.gypi registry: 'https://registry.npmjs.org/',
gyp sill build/config.gypi no_proxy: '',
gyp sill build/config.gypi key: '',
gyp sill build/config.gypi message: '%s',
gyp sill build/config.gypi versions: '',
gyp sill build/config.gypi globalconfig: '/Users/marcelocarneiro/.atom/.apm/.apmrc',
gyp sill build/config.gypi always_auth: '',
gyp sill build/config.gypi logs_max: '10',
gyp sill build/config.gypi prefer_online: '',

gyp sill build/config.gypi global_style: 'true',
gyp sill build/config.gypi cache_lock_retries: '10',
gyp sill build/config.gypi update_notifier: 'true',
gyp sill build/config.gypi heading: 'npm',
gyp sill build/config.gypi fetch_retry_mintimeout: '10000',
gyp sill build/config.gypi offline: '',
gyp sill build/config.gypi read_only: '',
gyp sill build/config.gypi searchlimit: '20',
gyp sill build/config.gypi access: '',
gyp sill build/config.gypi json: '',
gyp sill build/config.gypi allow_same_version: '',
gyp sill build/config.gypi description: 'true',
gyp sill build/config.gypi engine_strict: '',
gyp sill build/config.gypi https_proxy: '',
gyp sill build/config.gypi userconfig: '/Users/marcelocarneiro/.atom/.apmrc',
gyp sill build/config.gypi init_module: '/Users/marcelocarneiro/.atom/.node-gyp/.npm-init.js',
gyp sill build/config.gypi cidr: '',
gyp sill build/config.gypi node_version: '8.9.3',
gyp sill build/config.gypi user: '501',
gyp sill build/config.gypi target: '2.0.18',
gyp sill build/config.gypi auth_type: 'legacy',
gyp sill build/config.gypi editor: 'vi',
gyp sill build/config.gypi ignore_prepublish: '',
gyp sill build/config.gypi save: 'true',
gyp sill build/config.gypi script_shell: '',
gyp sill build/config.gypi tag: 'latest',
gyp sill build/config.gypi progress: '',
gyp sill build/config.gypi global: '',
gyp sill build/config.gypi ham_it_up: '',
gyp sill build/config.gypi optional: 'true',
gyp sill build/config.gypi searchstaleness: '900',
gyp sill build/config.gypi bin_links: 'true',
gyp sill build/config.gypi force: '',
gyp sill build/config.gypi save_prod: '',
gyp sill build/config.gypi searchopts: '',
gyp sill build/config.gypi node_gyp: '/Applications/Atom.app/Contents/Resources/app/apm/bin/../node_modules/.bin/node-gyp',
gyp sill build/config.gypi depth: 'Infinity',
gyp sill build/config.gypi rebuild_bundle: 'true',
gyp sill build/config.gypi sso_poll_frequency: '500',
gyp sill build/config.gypi unicode: '',
gyp sill build/config.gypi fetch_retry_maxtimeout: '60000',
gyp sill build/config.gypi ca: '',
gyp sill build/config.gypi save_prefix: '^',
gyp sill build/config.gypi scripts_prepend_node_path: 'warn-only',
gyp sill build/config.gypi sso_type: 'oauth',
gyp sill build/config.gypi strict_ssl: 'true',
gyp sill build/config.gypi tag_version_prefix: 'v',
gyp sill build/config.gypi dev: '',
gyp sill build/config.gypi fetch_retry_factor: '10',
gyp sill build/config.gypi group: '20',
gyp sill build/config.gypi save_exact: '',
gyp sill build/config.gypi cache_lock_stale: '60000',
gyp sill build/config.gypi prefer_offline: '',
gyp sill build/config.gypi version: '',
gyp sill build/config.gypi cache_min: '10',
gyp sill build/config.gypi otp: '',
gyp sill build/config.gypi cache: '/Users/marcelocarneiro/.atom/.apm',
gyp sill build/config.gypi searchexclude: '',
gyp sill build/config.gypi color: 'true',
gyp sill build/config.gypi package_lock: 'true',
gyp sill build/config.gypi package_lock_only: '',
gyp sill build/config.gypi save_optional: '',
gyp sill build/config.gypi user_agent: 'npm/6.2.0 node/v8.9.3 darwin x64',
gyp sill build/config.gypi ignore_scripts: '',
gyp sill build/config.gypi cache_lock_wait: '10000',
gyp sill build/config.gypi production: 'true',
gyp sill build/config.gypi save_bundle: '',
gyp sill build/config.gypi send_metrics: '',
gyp sill build/config.gypi init_version: '1.0.0',
gyp sill build/config.gypi node_options: '',
gyp sill build/config.gypi umask: '0022',
gyp sill build/config.gypi scope: '',
gyp sill build/config.gypi git: 'git',
gyp sill build/config.gypi init_author_name: '',
gyp sill build/config.gypi onload_script: '',
gyp sill build/config.gypi tmp: '/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T',
gyp sill build/config.gypi unsafe_perm: 'true',
gyp sill build/config.gypi link: '',
gyp sill build/config.gypi prefix: '/Applications/Atom.app/Contents/Resources/app/apm' } }
gyp verb build/config.gypi writing out config file: /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-10096-hrjyba.ny9ge/node_modules/ide-csound/node_modules/csound-api/build/config.gypi
gyp verb config.gypi checking for gypi file: /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-10096-hrjyba.ny9ge/node_modules/ide-csound/node_modules/csound-api/config.gypi
gyp verb common.gypi checking for gypi file: /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-10096-hrjyba.ny9ge/node_modules/ide-csound/node_modules/csound-api/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /Applications/Atom.app/Contents/Resources/app/apm/bin/python-interceptor.sh
gyp info spawn args [ '/Applications/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-10096-hrjyba.ny9ge/node_modules/ide-csound/node_modules/csound-api/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Applications/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/marcelocarneiro/.atom/.node-gyp/.node-gyp/iojs-2.0.18/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/marcelocarneiro/.atom/.node-gyp/.node-gyp/iojs-2.0.18',
gyp info spawn args '-Dnode_gyp_dir=/Applications/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp',
gyp info spawn args '-Dnode_lib_file=iojs.lib',
gyp info spawn args '-Dmodule_root_dir=/private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-10096-hrjyba.ny9ge/node_modules/ide-csound/node_modules/csound-api',
gyp info spawn args '--depth=.',
gyp info spawn args '--no-parallel',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp verb command build []
gyp verb build type Release
gyp verb architecture x64
gyp verb node dev dir /Users/marcelocarneiro/.atom/.node-gyp/.node-gyp/iojs-2.0.18
gyp verb which succeeded for make /usr/bin/make
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
../src/csound-api.cc:3:10: fatal error: 'csound/cwindow.h' file not found
#include <csound/cwindow.h>
^
1 error generated.
make: *** [Release/obj.target/csound-api/src/csound-api.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/Applications/Atom.app/Contents/Resources/app/apm/node_modules/node-gyp/lib/build.js:276:23)
gyp ERR! stack at emitTwo (events.js:126:13)
gyp ERR! stack at ChildProcess.emit (events.js:214:7)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:198:12)
gyp ERR! System Darwin 17.7.0
gyp ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/.bin/node-gyp" "rebuild"
gyp ERR! cwd /private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-10096-hrjyba.ny9ge/node_modules/ide-csound/node_modules/csound-api
gyp ERR! node -v v8.9.3
gyp ERR! node-gyp -v v3.4.0
gyp ERR! not ok
npm WARN enoent ENOENT: no such file or directory, open '/private/var/folders/8v/gl2yqq311kl6m8kqjs2r0sx00000gn/T/apm-install-dir-11952-10096-hrjyba.ny9ge/package.json'
npm WARN apm-install-dir-11952-10096-hrjyba.ny9ge No description
npm WARN apm-install-dir-11952-10096-hrjyba.ny9ge No repository field.
npm WARN apm-install-dir-11952-10096-hrjyba.ny9ge No README data

npm WARN apm-install-dir-11952-10096-hrjyba.ny9ge No license field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /Users/marcelocarneiro/.atom/.apm/_logs/2019-06-02T23_45_42_657Z-debug.log

Cant make it work on windows

Hello, i am trying to install the ide-csound package for atom but i got an error.

In Powershell:

Boost installed at:
"C:\local\boost_1_71_0"

Csound include at:
"C:\Program Files\Csound6_x64\include"

Csound Lib:
"C:\Program Files\Csound6_x64\lib"

Windows tools and python successfully installed:
npm install --global --production windows-build-tools

then...

PS C:\WINDOWS\system32> $Env:CL = '/I"C:\local\boost_1_71_0" /I"C:\Program Files\Csound6_x64\include"'
>> $Env:LINK = '"C:\Program Files\Csound6_x64\lib"'
>> npm install csound-api                                                                                                                                                                       
> [email protected] install C:\WINDOWS\system32\node_modules\csound-api
> node-gyp rebuild


C:\WINDOWS\system32\node_modules\csound-api>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild )
MSBUILD : error MSB1009: El archivo de proyecto no existe.
Modificador: build/binding.sln
gyp ERR! build error
gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe` failed with exit code: 1
gyp ERR! stack     at ChildProcess.onExit (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\build.js:262:23)
gyp ERR! stack     at ChildProcess.emit (events.js:198:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12)
gyp ERR! System Windows_NT 10.0.18362
gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd C:\WINDOWS\system32\node_modules\csound-api
gyp ERR! node -v v10.16.3
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
npm WARN [email protected] No description
npm WARN [email protected] No repository field.

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Usuario\AppData\Roaming\npm-cache\_logs\2019-10-12T20_36_28_105Z-debug.log

Regards,
Pablo

two questions

as the title suggests, this is nor really an issue. but i did not find other ways to ask.

  1. is it possible to stop a running csound file?
  2. is it possible to set the console to the right side (instead of bottom), and adjust its font size?
    thanks -
    joachim

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.