Skip to content

cenllv/AscoGraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ascograph - graphical editor for composition and performance with Antescofo


Ascograph Features: 
-------------------

* automatic conversion from MusicXML files to Antescofo Language.
* pianoroll or classical musical staff notes display.
* automatic scrolling of notes view and editor view with Antescofo Score
  Follower.
* note selection from editor or interface, in both directions
  for fast and easy modifications : double click on a line in the text
  editor to see which note it is in the pianoroll.
* syntax coloring, autocompletion (Ctr-Tab)



Dependencies :
--------------

Ascograph is built on OpenFrameworks, version 8.



Build : (for now, works just on MacOS X) 
----------------------------------------

To build Ascograph, you will need CMake, minimum version 2.8.

# go into the directory where the sources are located :
cd apps/Antescofo/Ascograph/

# create makefiles
cmake cmake

# launch build
make -j 4

The resulting application will be found in apps/Antescofo/Ascograph/bin/ directory.


Thomas Coffy
thomas.coffy@ircam.fr

About

Editor for Antescofo interractive musical scores

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.8%
  • C 34.9%
  • Makefile 7.0%
  • Objective-C++ 1.3%
  • Objective-C 1.1%
  • HTML 0.7%
  • Other 1.2%