Questions tagged [livecoding]
22 questions
15
votes
4 answers
What's available for livecoding music?
I recently found out about livecoding where someone will program something on the fly to make music. Apparently there are special languages and libraries for this sort of thing. So I'd like to know if anyone has any experience with it and if they…

Eugene M
- 47,557
- 14
- 38
- 44
13
votes
8 answers
What programming language features are well suited for developing a live coding framework?
I would like to build a "live coding framework".
I should explain what is meant by "live coding framework". I'll do so by comparing live coding to traditional coding.
Generally put, in traditional programming you write code, sometimes compile it,…

JeremyFromEarth
- 14,344
- 4
- 33
- 47
8
votes
2 answers
Software or Tricks For Live Coding Presentation
I am going to be giving an intro presentation / training class on Ruby on Rails soon. I would like to make it interesting and engaging while still seeming "polished". Since it's a hands-on class most people will be building an app along with me, I…

silvamerica
- 994
- 5
- 19
5
votes
2 answers
Where can I find a good tutorial/introduction to Live Coding?
I've just stumbled across this fascinating article on the BBC website regarding producing music in realtime using a programming language - so called "Live Coding"
I can't seem to find much info on getting started having a go at this sort of stuff,…

Calanus
- 25,619
- 25
- 85
- 120
4
votes
1 answer
Live coding in AspNet Core
I was wondering, if it is possible to do live coding using Asp.Net core similar how it is possible to do this in node.js using nodemon. I am trying to learn asp.net core and I find the code-compile-debug cycle very slow and inconvenient.

gyurisc
- 11,234
- 16
- 68
- 102
4
votes
1 answer
Finding the line number of a function in Haskell
I am trying to create a Haskell program which draws some simple 2d shapes to screen, but when you hover over each shape, it prints the line of source code where the shape was created.
In order to do this I would like to be able to create shapes with…

Craig Innes
- 1,573
- 11
- 23
2
votes
0 answers
Installing Text (Texture) Livecoding Library
Rephrased:
There's a livecoding environment called Text (or Texture) written in Haskell (author: Alex Mclean/yaxu). It's not available on hackage, and it requires hand-installation, both of itself and of some dependencies. (A list of the…

amindfv
- 8,438
- 5
- 36
- 58
2
votes
1 answer
Edit assembly language code in Visual Studio while stepping through each statement
In Visual Studio, is it possible to edit assembly language code while stepping through each statement (so that statements in the program can be modified while the program is running?) It would be useful to modify statements in a program while the…

Anderson Green
- 30,230
- 67
- 195
- 328
1
vote
0 answers
Unreal Engine5 LiveCoding causes error `(missing LinkerPath field)`
I'm a new to unreal engine5. I made a blue print project, and added a c++ file, but when compiled, It causes the error, unable to parse C:/program Files/Epic Games/UE_5.1/Engine/Intermediate/LiveCoding.json (missing LinkerPath field) as the above.…

tmal
- 47
- 6
1
vote
1 answer
Using Different Keys in the FoxDot live coding environment for Python
So lately, I've been trying out FoxDot for live coding music, and it's great! There's only one problem...keys.
You can change the scale simply by doing something like:
scale=Scale.minor
but it seems everything starts on C. Like what if I wanted to…

Boy Infinite
- 11
- 2
1
vote
1 answer
CSS live editing - Play framework
i have made a webpage and now it is "feature-complete".
As a next step i want to put some style to it.
The project is based on the Play framework and i choose SCSS as my CSS alternative (with an SBT plugin to convert SCSS -> CSS).
Every time i…

Lazarus535
- 1,158
- 1
- 8
- 23
1
vote
2 answers
How to Match Parenthesis to Parse a S-Expression?
I am trying to create a function that does the following:
Assuming that the code input is "(a 1 2 (b 3 4 5 (c 6) |7) 8 9)"
where the pipe | symbol is the position of the cursor,
the function returns:
a String "b 3 4 5 (c 6) 7" representing the code…

euwbah
- 363
- 1
- 13
1
vote
2 answers
Play framework - access assets on runtime
Gooday.
What i try to achieve: Use play while being able to edit javascript and lessfiles live in the chrome dev tool.
What i figured out: if you add the "public" folder of the project to the workspace in the ressources tab of the chrome dev tool,…

user3555936
- 25
- 4
0
votes
1 answer
Live coding on FTP
I have so many sites with different FTP settings. all of them are different like some are word press, drupal, joomla. I mostly have to work on files on FTP, for that i have to first download the latest file then i do the changes and upload again on…

pixel boon
- 133
- 1
- 1
- 7
0
votes
1 answer
SuperCollider error: ServerOptions.memSize not understood
I ran into a memory error so I'm trying to allocate more memory to the server, as instructed by the IDE. However, it doesn't recognise the class method which is clearly documented. What could have possibly gone wrong??
There is absolutely nothing to…

gedankespieler
- 31
- 3