about summary refs log tree commit diff
path: root/backend
Commit message (Collapse)AuthorAgeFilesLines
* Properly AGPL-ifysternenseemann2017-09-262-0/+34
|
* Fix the soundfont location for ArchLinuxsternenseemann2017-09-231-1/+1
|
* Lots of design improvements & feature additionssternenseemann2017-09-102-34/+38
| | | | | | | | | | | | | | - Seed storage - added an endpoint for receiving a random seed - added an input for manually entering a seed - seeds get saved to local storage - param storage - params (maxhops, seed, starting_node) get saved to local storage - restored upon reload - added in browser player which generates a wav based on the seed - renamed midi format to mid - improve overall look and usability of the sidebar - introduced issues in the dialogs -> TODO
* Improve temp file generationsternenseemann2017-09-081-1/+3
|
* Add WAV export in backendsternenseemann2017-09-081-1/+45
|
* Fix prematurely finished interpretationssternenseemann2017-09-071-3/+1
|
* Implement MIDI export client side, serve frontendsternenseemann2017-08-312-1/+3
|
* Make backend fully functional for midi generationsternenseemann2017-08-312-6/+23
|
* Advance API implementationsternenseemann2017-08-312-39/+62
| | | | | | * Move and fix JSON parsing for the Graph * Add takeNotes for Music * Add mockup of Api implementation & the Api definition
* Add backend JSON parsing of graph scoressternenseemann2017-08-291-0/+47
This introduces the soon to be backend of likely music, as well as adding an ID to Nodes. Currently the backend only includes code for parsing the json graph format to be sent by the frontend (see example-graph.json).