Timeline


and .

02/09/10:

12:49 Changeset [2438] by drobilla
Fix port value broadcasting to work with all types.
12:49 Changeset [2437] by drobilla
Non-fatal warning when control is out of range (needs to be sorted …
11:21 Changeset [2436] by drobilla
Make control bindings actually (audibly) take effect.
11:08 Changeset [2435] by drobilla
Fix bugs with child blocking events. e.g. CreatePortEvent? as a child of …
11:05 Changeset [2434] by drobilla
Spelling.

02/07/10:

09:57 Changeset [2433] by drobilla
Show type (LV2, LADSPA, etc) label in plugin window rather than URI.

02/05/10:

13:19 Changeset [2432] by drobilla
Convert C-style casts to C++ style casts.
13:17 Changeset [2431] by drobilla
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 Fenixin <fenixin@…>
Steps to reproduce: - Start ingen with "ingen -ge". - Right click on …

02/04/10:

16:25 Changeset [2430] by drobilla
Free predicate SLV2Values before exit.
15:53 Changeset [2429] by drobilla
Fix a bunch of memory leaks.
15:53 Changeset [2428] by drobilla
Tidy up DeprecatedLoader?, fix predicates.
14:25 Changeset [2427] by drobilla
--no-ladspa compile-time option.
11:34 Changeset [2426] by drobilla
Consistent name (property_changed) for ObjectModel::signal_property …
11:21 Changeset [2425] by drobilla
Follow lv2:name for nodes as well (when human names are visible).
11:15 Changeset [2424] by drobilla
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 dave
fixed
10:57 Ticket #478 (When renaming an audio input symbol ingen crash) closed by dave
fixed: Ever vigilant with the renaming testing :) (thanks for the good, clear …
10:57 Changeset [2423] by drobilla
Fix crash on port rename (fix ticket #478).
10:18 Changeset [2422] by drobilla
Use std::string.clear().
10:16 Ticket #476 (liblash deprecation is too early) closed by dave
invalid: The code that used liblash was removed. Which of the fourteen thousand …
09:22 Changeset [2421] by drobilla
... but not in python :)
09:21 Changeset [2420] by drobilla
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 Fenixin <fenixin@…>
Steps to reproduce: -Starts ingen with "ingen -ge" -Add audio input …

02/03/10:

18:03 Changeset [2419] by drobilla
Use full URIs where necessary (fix lost properties bugs).
17:29 Changeset [2418] by drobilla
MIDI feedback.
12:39 Changeset [2417] by drobilla
Responder => Request, and handle EventSource? unblocking from Request …
11:27 Ticket #477 (No labels on ports of LADSPA plugins) closed by dave
fixed: Fixed in r2416.
11:27 Changeset [2416] by drobilla
Make human names work with LADSPA plugins as well (fix ticket #477).
10:30 Changeset [2415] by drobilla
Fix connecting via HTTP (partially, GUI shows up at least...).
10:30 Changeset [2414] by drobilla
Consistent message style.
02:58 Ticket #477 (No labels on ports of LADSPA plugins) created by t_w_@…
LADSPA plugins appear without labels on their ports. LV2s are fine.

02/02/10:

23:35 Changeset [2413] by drobilla
Only bind notes to toggle controls, so it is possible to bind non-toggle …
23:20 Changeset [2412] by drobilla
Binding of MIDI notes to toggle parameters.
22:43 Changeset [2411] by drobilla
Properly detect lv2:portProperty.
22:08 Changeset [2410] by drobilla
Bind ports with lv2:portProperty lv2:toggled specially (on iff value >= …
20:46 Changeset [2409] by drobilla
Comprehensive use of cached URIs and more advanced Value (Atom) system. …
12:37 Changeset [2408] by drobilla
Use Glib string interning (quarks) to make Path/URI operator== very fast. …

02/01/10:

17:54 Changeset [2407] by drobilla
Remove CUC macro definition from Atom.hpp.
17:44 Changeset [2406] by drobilla
Use Glib quarks to implement LV2 URI Map extension.
17:43 Changeset [2405] by drobilla
Remove <sstream> and <iostream> includes, add <ostream> include.
17:22 Changeset [2404] by drobilla
Remove set_port_value from CommonInterface? (replaced with …
16:18 Changeset [2403] by drobilla
Make sizeof(Raul::Atom) the size of a pointer. Accomplished by wrapping …
16:14 Changeset [2402] by drobilla
Fix memory leaks in list_test.
14:40 Changeset [2401] by drobilla
Build unit tests against local library version/headers, even if installed.
14:27 Changeset [2400] by drobilla
Make time_test non-interactive for automated testing.
11:24 Changeset [2399] by drobilla
Fix leaks and an iterator error found by cppcheck.
11:06 Changeset [2398] by drobilla
Use consistent and more globally unique inclusion guards.
09:37 Changeset [2397] by drobilla
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 fenixin@…
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 cook60020tmp@…
All versions of LASH 0.6 could not save JACK connections, only ALSA. I …

01/29/10:

16:33 Changeset [2396] by drobilla
Tidy.
05:20 Ticket #475 (Patchage can't restore saved objects position.) created by cook60020tmp@…
Sorry for bad english. I have installed entire svn tree but not patchage. …

01/28/10:

23:58 Changeset [2395] by drobilla
Improved/quicker/easier handling of control port ranges. * Add "Set …
23:56 Changeset [2394] by drobilla
Fix return of reference to a temporary. Bump version to 0.6.1 (library …
20:35 Changeset [2393] by drobilla
Remove references to deleted ports with control bindings (fix crash when …
20:01 Changeset [2392] by drobilla
Send binding information to client.
17:43 Changeset [2391] by drobilla
Magic MIDI binding via special ingen_control port. Always set lv2:minimum …
10:45 Changeset [2390] by drobilla
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 drobilla
Shrink code (generic Control::enable and Control::disable by iterating …
21:55 Changeset [2388] by drobilla
Use ingen-ui for prefix instead of ingenuity.
21:54 Changeset [2387] by drobilla
Trim cruft.
20:53 Changeset [2386] by drobilla
Ssshhh.
20:16 Changeset [2385] by drobilla
Universal properties window. Instead of custom designed limited dialogs …
20:05 Changeset [2384] by drobilla
Add Path::base_no_scheme for serialising paths without the ugly path: …
20:05 Changeset [2383] by drobilla
Prettier human-readable Atom and Atom::Type serialisation.
12:01 Changeset [2382] by drobilla
Remove nonexistent sample plugin from lolep.

01/23/10:

13:49 Ticket #474 (circular shared_ptr storage) closed by chris@…
invalid: thanks for clearing that up. Sorry for the noise.
12:15 Ticket #474 (circular shared_ptr storage) created by chris@…
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 drobilla
Use FlowCanvas? centering code.
09:53 Changeset [2380] by drobilla
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 dave
fixed: Fixed in r2397
10:36 Changeset [2379] by drobilla
Make path and URI selectable in node properties window (fix ticket #473).
10:35 Changeset [2378] by drobilla
Upgrade to waf 1.5.11
09:03 Ticket #473 (Text in plugin properties dialog not selectable) created by t_w_@…
Right click on plugin node -> Properties. The text in the dialog can't be …
09:00 Changeset [2377] by drobilla
Remove no-working reverse plugin.

01/17/10:

21:51 Ticket #472 ("JACK protocol mismatch 4") closed by Robert Persson <halfbeinghalfthing+devdotdrobilladotnet@…>
invalid
18:19 Ticket #472 ("JACK protocol mismatch 4") created by halfbeinghalfthing+devdotdrobilladotnet@…
I have just built Ingen against the Jack headers provided by my …

01/16/10:

07:46 Changeset [2376] by drobilla
Comments…

01/15/10:

08:50 Changeset [2375] by drobilla
Remove non-functional Sample plugin from Lolep.
08:40 Changeset [2374] by drobilla
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 dave
fixed: Fixed in r2373
07:35 Changeset [2373] by drobilla
Add missing file.
06:37 Ticket #471 (r2372 build error "cannot find input file arith.ttl.in for processing") created by nettings
hi drobilla! just did a fresh checkout of the entire trunk to rebuild my …

01/14/10:

18:37 Changeset [2372] by drobilla
More polymorphic arithmetic plugins (difference and product).

01/12/10:

09:38 Changeset [2371] by drobilla
Use C90 style comments.
Note: See TracTimeline for information about the timeline view.