summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-10-06Fix voice number (display, and use, 0 based voice numbers).David Robillard1-1/+1
2008-10-05Remove cruft.David Robillard4-16/+0
2008-10-05More case sensitive fixing (duh).David Robillard2-1/+1
2008-10-05Move engine.cpp to ingen_engine.cpp to avoid case insensitive name clashes.David Robillard2-1/+1
2008-10-05Initialize _prepared_buffers.David Robillard1-0/+3
2008-10-05Set port values for message context ports (from kfoltman).David Robillard2-4/+14
2008-10-04Apply context extension fixes from kfoltman.David Robillard2-12/+19
2008-10-03Fix missing include (resolve ticket #206).David Robillard1-0/+1
2008-10-03Make liblo optional for building ingen.David Robillard9-21/+21
2008-10-03Good riddance.David Robillard17-625/+0
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard37-37/+37
2008-10-02Fix loading plugins with garbage extension_data pointers (tsk tsk, swh).David Robillard2-1/+7
2008-10-02Trim Ingen documentation a bit.David Robillard1-3/+0
2008-10-02Make --build-docs at configure time trigger documentation building at build t...David Robillard6-19/+5
2008-10-02Build against local libraries with uselib_local instead of CFLAGS kludges.David Robillard7-8/+15
2008-10-02Fix loading of LADSPA and LV2 plugins, and HTTP support (actually build optio...David Robillard1-5/+11
2008-10-01Fix building without libsoup.David Robillard5-13/+18
2008-10-01Fix compilation.David Robillard7-6/+7
2008-09-30Move LV2 extension stuff to less horribly named directory.David Robillard4-4/+4
2008-09-30Install modules (mostly) the same place as autohell.David Robillard6-14/+11
2008-09-30Working ingen when built/installed via waf.David Robillard4-4/+22
2008-09-30Fix building (both autohell and waf) with simpler ingen tree layout.David Robillard14-45/+43
2008-09-30Remove old directories.David Robillard4-9/+3
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard322-0/+0
2008-09-30Install ingen executable.David Robillard1-3/+1
2008-09-30Wafify ingen.David Robillard13-8/+250
2008-09-30More waf.David Robillard1-1/+0
2008-09-29More context extension work.David Robillard14-18/+117
2008-09-29Fix crash when using ingen -gl to load a patch (because the plugin hasn't arr...David Robillard1-3/+3
2008-09-29 * Context extension work.David Robillard7-18/+53
2008-09-28Merge weird split set_port_value / set_port_value_immediately API (whether a ...David Robillard14-188/+28
2008-09-28Update contexts extension.David Robillard7-7/+87
2008-09-28Fix #202 but in the other direction and for modules too (show symbols when th...David Robillard1-0/+4
2008-09-28Remove header namespace pollution (particularly from libs/gui/App.hpp).David Robillard28-83/+100
2008-09-28Fix last fix :)David Robillard1-3/+2
2008-09-28Fix unlocked access to plugin RDF (possible segfault with -eg).David Robillard1-0/+2
2008-09-28Fix potential crash when port blinkenports activity is followed by port destr...David Robillard4-3/+19
2008-09-28Select all support (from kfoltman).David Robillard5-0/+34
2008-09-28Add valgrind wrapper script.David Robillard1-0/+5
2008-09-27Fix building w/o soup.David Robillard1-0/+6
2008-09-25Remove annoying/obvious/pointless tooltip from plugin selector list.David Robillard1-1/+0
2008-09-15Fix hotkeys involving the 'e' key (don't steal for edit mode unless no modifi...David Robillard1-5/+9
2008-09-15Tidy edit menu.David Robillard1-15/+10
2008-09-15Fix connecting when human names are visible.David Robillard1-5/+10
2008-09-15Make view togglable between symbols and human names (just LV2 plugins for now).David Robillard10-12/+106
2008-09-15More HiGgey menu.David Robillard1-525/+543
2008-09-14Fix crash on load location.David Robillard1-1/+1
2008-09-14Don't print to the console when unrecognized MIDI is received.David Robillard1-2/+2
2008-09-06Voodoo debugging.David Robillard1-2/+2
2008-09-05Don't build against unused LV2 OSC stuff.David Robillard2-3/+0