Building a GUI to control a synth
-
- KVRer
- 2 posts since 31 Jan, 2014
Hello,
This may be a super noob question but...
I've seen a couple of threads on here regarding GUI development, however I am quite new to programming and making GUI's. I'm working on building a synth using C++, and I'm wondering how a GUI for a synth is "mapped" to the code so that it can control the code.
I'm planning to make the GUI using photoshop or gimp, and I don't understand how to "link" the GUI to my code, so that I can turn a knob on the GUI and hear the sound change in response.
Any help is much appreciated!
Daniel
This may be a super noob question but...
I've seen a couple of threads on here regarding GUI development, however I am quite new to programming and making GUI's. I'm working on building a synth using C++, and I'm wondering how a GUI for a synth is "mapped" to the code so that it can control the code.
I'm planning to make the GUI using photoshop or gimp, and I don't understand how to "link" the GUI to my code, so that I can turn a knob on the GUI and hear the sound change in response.
Any help is much appreciated!
Daniel
- addled muppet weed
- 111293 posts since 26 Jan, 2003 from through the looking glass
http://www.kvraudio.com/forum/viewforum.php?f=33
if you ask in there youll get a lot more programmers seeing your post.
good luck with your project
if you ask in there youll get a lot more programmers seeing your post.
good luck with your project
-
- D.H. MOD
- 17890 posts since 21 Jun, 2008
Moved to DSP and Plug-in Development.
No longer a moderator.
-
- KVRian
- 1278 posts since 24 May, 2004
-
- KVRer
- Topic Starter
- 2 posts since 31 Jan, 2014
Thank you for the quick respsonses! I'm checking stuff out now
