In the default bindings, the key combo <alt E> is bound to send an application kill request.
					
				
			 
			
		 
    
		
			
			
				
				
				
					Doeke — 
				 
				
					
						How can you quit 4coder from fullscreen? alt+f4 doesn't work
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						Floresy at least with opengl, if you're detaching your shader and shaderprogram objects asap, sho…
					
				
			 
			
		 
    
		
			
			
				
				
				
					Tom — 
				 
				
					
						at least with opengl, if you're detaching your shader and shaderprogram objects asap, shouldn't t…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						And if you are gong to be doing a lot of hot swapping, be aware of how to clean up old programs
…
					
				
			 
			
		 
    
		
			
			
				
				
				
					Tom — 
				 
				
					
						a pitfall to be aware of, for others attempting this: check if the new shader source compiles cor…
					
				
			 
			
		 
    
		
			
			
				
				
				
					Jesse — 
				 
				
					
						Smooth. Lovely aesthetic.
What's the title of the song in the earlier part of the video with the…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						I'm loving these development videos! Keep up the good work. 
How long do these videos usually ta…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						<rant>
Wow. LLVM is starting to look less appealing by the day. This isn't the first proble…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						Right. I explained that poorly. What I wanted to say is that runtime will treat both shaders as c…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						mmozeiko Ubershaders is not for putting vertex and fragment shaders in one. That's not possible a…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						Hmmm... maybe I ought to clean that behavior up a little bit.  It sounds like it would have saved…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						Ubershaders is not for putting vertex and fragment shaders in one. That's not possible at all wit…
					
				
			 
			
		 
    
		
			
			
				
				
				
					Chen — 
				 
				
					
						Yo this is pretty cool. You know how to do uber shaders? like vertex and fragment all in one file…
					
				
			 
			
		 
    
		
			
			
				
				
				
					Raytio — 
				 
				
					
						What is the default behavior for the get_file_list api on windows.
Should the endpoint of the pa…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						That was what what caused the segfault, but it was a signal of a deeper issue.
The program wasn'…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						Removing that line shouldn't be the cause of the problem unless there's something else is going o…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						MotionBox 1.2.0-1 is online and it fixes Youtube and SoundCloud.
Give it a spin !
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						It's even simpler than that. Just the act of linking it with clang is enough to make it to work.
…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						Yes! Perfect! That worked. Thank you.
Now this seems completely obvious but I'm glad decided I a…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						1
2$> ./test.bin 
hello, world!
 
Success! 
I uncommented/deleted the line 
1store %..string…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						Do you have any clue where the issue might reside? If so, I'll start poking around and see if I c…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						If the compiled executable crashes, I probably have a runtime error going on. It could be caused …
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						The ear is highly sensitive to pitch, and I agree that something like
1
2DeltaPhase += DeltaDelt…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						Are you building from Bill's source or mine?
Mine builds perfectly fine. The issue is in running…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						So I've been playing around a bit with music synthesizing and I've got a fundamental issue I'd li…
					
				
			 
			
		 
    
		
			
			
				
				
				
					Jesse — 
				 
				
					
						abnercoimbre mmozeiko Simplified view on how I do it is - you just go line by line and pretend to…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						Hi there, Maxwell.
Welcome to our humble abode. I might've done a bit of ROM hacking in my youth…
					
				
			 
			
		 
    
		
			
			
				
				
				
				
					
						I could work around the segmentation fault by changing "gs" in line 4686
1__asm__("mov %%gs:0x10,…
					
				
			 
			
		 
    
		
			
			
				
				
				
					Den V — 
				 
				
					
						This was very helpful.  Thank you all who contributed to the topic.