Timeline
02/09/10:
- 12:49 Changeset [2438] by
- Fix port value broadcasting to work with all types.
- 12:49 Changeset [2437] by
- Non-fatal warning when control is out of range (needs to be sorted …
- 11:21 Changeset [2436] by
- Make control bindings actually (audibly) take effect.
- 11:08 Changeset [2435] by
- Fix bugs with child blocking events. e.g. CreatePortEvent? as a child of …
- 11:05 Changeset [2434] by
- Spelling.
02/07/10:
- 09:57 Changeset [2433] by
- Show type (LV2, LADSPA, etc) label in plugin window rather than URI.
02/05/10:
- 13:19 Changeset [2432] by
- Convert C-style casts to C++ style casts.
- 13:17 Changeset [2431] by
- Add lolep:UtilityPlugin class (for now anyway). Don't call resize_port …
- 07:02 Ticket #479 (Internal plugins (note, trigger, controller) don't show label port. (rev ...) created by
- Steps to reproduce: - Start ingen with "ingen -ge". - Right click on …
02/04/10:
- 16:25 Changeset [2430] by
- Free predicate SLV2Values before exit.
- 15:53 Changeset [2429] by
- Fix a bunch of memory leaks.
- 15:53 Changeset [2428] by
- Tidy up DeprecatedLoader?, fix predicates.
- 14:25 Changeset [2427] by
- --no-ladspa compile-time option.
- 11:34 Changeset [2426] by
- Consistent name (property_changed) for ObjectModel::signal_property …
- 11:21 Changeset [2425] by
- Follow lv2:name for nodes as well (when human names are visible).
- 11:15 Changeset [2424] by
- Change patch port label when human name changes (e.g. update label when …
- 11:00 Ticket #461 (Changing symbol and label changes the label of the audio input/output on ...) closed by
- fixed
- 10:57 Ticket #478 (When renaming an audio input symbol ingen crash) closed by
- fixed: Ever vigilant with the renaming testing :) (thanks for the good, clear …
- 10:57 Changeset [2423] by
- Fix crash on port rename (fix ticket #478).
- 10:18 Changeset [2422] by
- Use std::string.clear().
- 10:16 Ticket #476 (liblash deprecation is too early) closed by
- invalid: The code that used liblash was removed. Which of the fourteen thousand …
- 09:22 Changeset [2421] by
- ... but not in python :)
- 09:21 Changeset [2420] by
- Use std::string::empty where possible (faster, and less prone to C string …
- 02:51 Ticket #478 (When renaming an audio input symbol ingen crash) created by
- Steps to reproduce: -Starts ingen with "ingen -ge" -Add audio input …
02/03/10:
- 18:03 Changeset [2419] by
- Use full URIs where necessary (fix lost properties bugs).
- 17:29 Changeset [2418] by
- MIDI feedback.
- 12:39 Changeset [2417] by
- Responder => Request, and handle EventSource? unblocking from Request …
- 11:27 Ticket #477 (No labels on ports of LADSPA plugins) closed by
- fixed: Fixed in r2416.
- 11:27 Changeset [2416] by
- Make human names work with LADSPA plugins as well (fix ticket #477).
- 10:30 Changeset [2415] by
- Fix connecting via HTTP (partially, GUI shows up at least...).
- 10:30 Changeset [2414] by
- Consistent message style.
- 02:58 Ticket #477 (No labels on ports of LADSPA plugins) created by
- LADSPA plugins appear without labels on their ports. LV2s are fine.
02/02/10:
- 23:35 Changeset [2413] by
- Only bind notes to toggle controls, so it is possible to bind non-toggle …
- 23:20 Changeset [2412] by
- Binding of MIDI notes to toggle parameters.
- 22:43 Changeset [2411] by
- Properly detect lv2:portProperty.
- 22:08 Changeset [2410] by
- Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= …
- 20:46 Changeset [2409] by
- Comprehensive use of cached URIs and more advanced Value (Atom) system. …
- 12:37 Changeset [2408] by
- Use Glib string interning (quarks) to make Path/URI operator== very fast. …
02/01/10:
- 17:54 Changeset [2407] by
- Remove CUC macro definition from Atom.hpp.
- 17:44 Changeset [2406] by
- Use Glib quarks to implement LV2 URI Map extension.
- 17:43 Changeset [2405] by
- Remove <sstream> and <iostream> includes, add <ostream> include.
- 17:22 Changeset [2404] by
- Remove set_port_value from CommonInterface? (replaced with …
- 16:18 Changeset [2403] by
- Make sizeof(Raul::Atom) the size of a pointer. Accomplished by wrapping …
- 16:14 Changeset [2402] by
- Fix memory leaks in list_test.
- 14:40 Changeset [2401] by
- Build unit tests against local library version/headers, even if installed.
- 14:27 Changeset [2400] by
- Make time_test non-interactive for automated testing.
- 11:24 Changeset [2399] by
- Fix leaks and an iterator error found by cppcheck.
- 11:06 Changeset [2398] by
- Use consistent and more globally unique inclusion guards.
- 09:37 Changeset [2397] by
- Fix hardcoded 'lib' in pkgconfig file (patch courtesy of Orcan Ogetbil) …
01/31/10:
- 06:21 Ticket #461 (Changing symbol and label changes the label of the audio input/output on ...) reopened by
- This bug is still there on revision 2396. Changing symbol changes the …
01/30/10:
- 06:31 Ticket #476 (liblash deprecation is too early) created by
- All versions of LASH 0.6 could not save JACK connections, only ALSA. I …
01/29/10:
- 16:33 Changeset [2396] by
- Tidy.
- 05:20 Ticket #475 (Patchage can't restore saved objects position.) created by
- Sorry for bad english. I have installed entire svn tree but not patchage. …
01/28/10:
- 23:58 Changeset [2395] by
- Improved/quicker/easier handling of control port ranges. * Add "Set …
- 23:56 Changeset [2394] by
- Fix return of reference to a temporary. Bump version to 0.6.1 (library …
- 20:35 Changeset [2393] by
- Remove references to deleted ports with control bindings (fix crash when …
- 20:01 Changeset [2392] by
- Send binding information to client.
- 17:43 Changeset [2391] by
- Magic MIDI binding via special ingen_control port. Always set lv2:minimum …
- 10:45 Changeset [2390] by
- Don't load ingen:node and lv2:port as properties (so they don't show up in …
01/27/10:
- 22:02 Changeset [2389] by
- Shrink code (generic Control::enable and Control::disable by iterating …
- 21:55 Changeset [2388] by
- Use ingen-ui for prefix instead of ingenuity.
- 21:54 Changeset [2387] by
- Trim cruft.
- 20:53 Changeset [2386] by
- Ssshhh.
- 20:16 Changeset [2385] by
- Universal properties window. Instead of custom designed limited dialogs …
- 20:05 Changeset [2384] by
- Add Path::base_no_scheme for serialising paths without the ugly path: …
- 20:05 Changeset [2383] by
- Prettier human-readable Atom and Atom::Type serialisation.
- 12:01 Changeset [2382] by
- Remove nonexistent sample plugin from lolep.
01/23/10:
- 13:49 Ticket #474 (circular shared_ptr storage) closed by
- invalid: thanks for clearing that up. Sorry for the noise.
- 12:15 Ticket #474 (circular shared_ptr storage) created by
- I would have e-mailed about this...but I can't seem to find any other way …
01/22/10:
- 09:56 Changeset [2381] by
- Use FlowCanvas? centering code.
- 09:53 Changeset [2380] by
- Fix crash if scroll_to_center() is called before show() (though centering …
01/18/10:
- 10:36 Ticket #473 (Text in plugin properties dialog not selectable) closed by
- fixed: Fixed in r2397
- 10:36 Changeset [2379] by
- Make path and URI selectable in node properties window (fix ticket #473).
- 10:35 Changeset [2378] by
- Upgrade to waf 1.5.11
- 09:03 Ticket #473 (Text in plugin properties dialog not selectable) created by
- Right click on plugin node -> Properties. The text in the dialog can't be …
- 09:00 Changeset [2377] by
- Remove no-working reverse plugin.
01/17/10:
- 21:51 Ticket #472 ("JACK protocol mismatch 4") closed by
- invalid
- 18:19 Ticket #472 ("JACK protocol mismatch 4") created by
- I have just built Ingen against the Jack headers provided by my …
01/16/10:
- 07:46 Changeset [2376] by
- Comments…
01/15/10:
- 08:50 Changeset [2375] by
- Remove non-functional Sample plugin from Lolep.
- 08:40 Changeset [2374] by
- Rename Imum to Lolep (LOw LEvel Plugins).
- 07:52 Ticket #471 (r2372 build error "cannot find input file arith.ttl.in for processing") closed by
- fixed: Fixed in r2373
- 07:35 Changeset [2373] by
- Add missing file.
- 06:37 Ticket #471 (r2372 build error "cannot find input file arith.ttl.in for processing") created by
- hi drobilla! just did a fresh checkout of the entire trunk to rebuild my …
01/14/10:
- 18:37 Changeset [2372] by
- More polymorphic arithmetic plugins (difference and product).
01/12/10:
- 09:38 Changeset [2371] by
- Use C90 style comments.
Note: See TracTimeline
for information about the timeline view.
