Activity for Swami Project

  • Tom M. Tom M. posted a comment on ticket #8

    Yes. I left it that way to see whether anybody still uses swami and complains. Good to know that this is still the case. We are currently moving development to Github. There will be an announcement soon. In the meantime check it out yourself. It should build fine: https://github.com/swami

  • J G Miller J G Miller created ticket #8

    FTBS libinstpatch GIT latest r.c779621 - missing last line (242) CMakeLists.txt

  • Tom M. Tom M. committed [4163ba]

    missing mutex unlock

  • Tom M. Tom M. committed [4be351]

    fix an uninitialized pointer access

  • Tom M. Tom M. committed [2f6b40]

    fix incorrect usage of g_value_set_flags()

  • Tom M. Tom M. committed [57733a]

    port fluidsynth plugin to 2.0 API

  • Tom M. Tom M. committed [076e41]

    alloc modulators on stack

  • Tom M. Tom M. committed [435ccd]

    remove unused and incomplete IpatchDLS2Param_tables.c

  • Tom M. Tom M. committed [b64224]

    properly clean up fluidsynth types

  • Tom M. Tom M. committed [e8535a]

    remove autotools

  • Tom M. Tom M. committed [cff0cf]

    fix integer comparision always evaluating to false on 64 bit machines

  • Tom M. Tom M. committed [4ea623]

    fix cleanup of IpatchDLS2Samples

  • Tom M. Tom M. committed [c77962]

    add formatting targets to libinstpatch and swami

  • Tom M. Tom M. committed [ad2c5d]

    fix various bugs introduced in eb66621806995834a9dc9d2c10c1d10756d05404

  • Tom M. Tom M. committed [7a63be]

    remove obsolete files

  • Tom M. Tom M. committed [5e9de5]

    fix return type of preset free functions

  • Tom M. Tom M. modified ticket #3

    Broken "Forums" link on Swami homepage

  • Element Green committed [20a8fd]

    Removed GnomeCanvas specific swamigui_util_canvas_line_set() function.

  • Element Green committed [35de56]

    Changed GTK_CHECK_* macros to G_TYPE_CHECK_*.

  • Element Green committed [b22fb8]

    Abandoned effort to port to GTK3.

  • Element Green committed [67480c]

    Fixed some GObject introspection annotation issues.

  • Yuri Yuri created ticket #7

    Crashes on FreeBSD: g_object_new (type, NULL) fails

  • Yuri Yuri created ticket #6

    Incompatible with fluidsynth 2.x

  • Element Green committed [bc75d9]

    Fixed crash bug in ipatch_container_type_get_child_types() when class has no child_types method and updated GI return value doc to have nullable.

  • Element Green committed [34d007]

    Lowered IPATCH_SAMPLE_RATE_MIN to 100 from 8000, since some samples can be found which are out of spec.

  • Element Green committed [268700]

    Updates to tests using new GObject introspection binding. Been a while though, not sure what current state is.

  • J G Miller J G Miller posted a comment on ticket #5

    Somebody forgot to add IpatchSF2ModList.h and IpatchSF2ModList.c to the Makefile.am...

  • J G Miller J G Miller posted a comment on ticket #4

    Newer gcc ie version 5 on Linix Mint 18.1 gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4)...

  • J G Miller J G Miller created ticket #5

    FTBS - libinstpatch : GIT latest r09b4081 - linking of riffdump - undefined references to ipatch_sf2_mod*

  • J G Miller J G Miller modified a comment on ticket #4

    The solution to this issue of needing a "NULL" equivalent for a va_list parameter...

  • J G Miller J G Miller posted a comment on ticket #4

    The solution to this issue used by the Aros project (whatever that is) is to first...

  • J G Miller J G Miller created ticket #4

    FTBS - libinstpatch : GIT latest r09b4081 - incompatible type

  • Element Green committed [4a73f7]

    Fix improper GValue type assignments in ipatch_...

  • Element Green committed [9ce840]

    Improve converter match logic and other related...

  • Element Green committed [134d32]

    Fix nullable sampledata parameter for ipatch_sf...

  • Element Green committed [a5a1a7]

    Add Since annotation to newly added ipatch_glis...

  • Element Green committed [98ebf3]

    Fix nullable item parameter for ipatch_sf2_zone...

  • Element Green committed [09b408]

    Use blank title if item title is NULL to stop e...

  • Element Green Element Green posted a comment on ticket #3

    Thanks for reporting this. I noticed this the other day too, though I'm not sure...

  • Element Green Element Green modified a comment on ticket #2

    What version of Swami are you using and from what source (distro package, source...

  • Element Green Element Green posted a comment on ticket #2

    What version of Swami are you using? There are some known file corruption bugs which...

  • Leon Arundell Leon Arundell posted a comment on ticket #2

    I reproduced this error by selecting "File > Save All" from the menu and then either...

  • Leon Arundell Leon Arundell created ticket #3

    Broken "Forums" link on Swami homepage

  • Leon Arundell Leon Arundell created ticket #2

    "Unexpected chunk size" errors

  • Element Green committed [9cea83]

    Fix multiple crash bugs with instrument solo

  • Element Green committed [96036c]

    Made many patch file internal defines and funct...

  • Element Green committed [264a6c]

    Add ipatch_glist_unref_free() for freeing GList...

  • Element Green committed [db1c4f]

    GI binding cleanup.

  • Element Green committed [77ea3e]

    IpatchConverter simplified to use GList instead...

  • Element Green committed [83b45f]

    Add SampleTransform test which tests all possib...

  • Element Green committed [edf852]

    Update SF2 test.

  • Element Green committed [bb4270]

    Add missing Test.py helper.

  • Element Green committed [313999]

    GI updates to IpatchUnit.

  • Element Green committed [00811f]

    Change Semitones, Cents, and SampleRate units t...

  • Element Green committed [ed1f03]

    Mark SF2 and SampleTransform tests as done.

  • Element Green committed [8bd343]

    New tests/TODO file for test coverage plans.

  • Element Green committed [0bbd32]

    Added IpatchSF2ModItem interface init to ipatch...

  • Element Green committed [846321]

    Set Ipatch GIR VERSION to 1.1 as it should be.

  • Element Green committed [1ae6e3]

    Thread safety improvements and GI related updat...

  • Element Green committed [527a47]

    ipatch_container_add() is now a real function, ...

  • Element Green committed [0b17a8]

    Change/add IpatchBase save functions and GI bin...

  • Element Green committed [725380]

    Renamed IPATCH_SAMPLE_8BIT, IPATCH_SAMPLE_16BIT...

  • Element Green committed [09dd71]

    Make ipatch_item_get_flags(), ipatch_item_set_f...

  • Element Green committed [fc836a]

    - Add missing ipatch_find_converters() from pub...

  • Element Green committed [f8d0ec]

    GI updates to IpatchConverter

  • Element Green committed [beb158]

    GI related updates to IpatchSF2GenItem

  • Element Green committed [345150]

    GI updates to IpatchContainer

  • Element Green committed [e48886]

    Skip boxed type methods from IpatchSF2Mod GI bi...

  • Element Green committed [5b52bc]

    IpatchSF2ModList changed to use GSList instead ...

  • Element Green committed [412a49]

    Renamed GI deprecated allow-none to nullable.

  • Element Green committed [9f1280]

    Removed duplicate init of oldval GValue in ipat...

  • Element Green committed [192cfe]

    Split IpatchSF2Mod and IpatchSF2ModList into se...

  • Element Green committed [da9917]

    Fixed many g_return_if_fail() macros to be g_re...

  • Element Green committed [18c01d]

    Added missing version.h to install.

  • Element Green committed [36f645]

    Added missing Since documentation to ipatch_sam...

  • Element Green committed [39a9c6]

    Revert "Not really merging, preparing to replac...

  • Element Green committed [1a6fc9]

    Sample loop is retained even if invalid, since ...

  • Element Green committed [0becb4]

    Added remove_full method to IpatchItem for spec...

  • Element Green committed [a71980]

    Fixes for some error message format string para...

  • Element Green committed [191e1a]

    type_prop_value_GHashFunc() now uses GParamSpec...

  • Element Green committed [eb6662]

    ipatch_sample_data_used() and ipatch_sample_dat...

  • Element Green committed [6d322e]

    Added "sample-cache-max-waste" and "sample-cach...

  • Element Green committed [4534ad]

    Minor lock optimizations to ipatch_sample_store...

  • Element Green committed [6f4e82]

    Updated author and copyright year information i...

  • Element Green committed [af81f8]

    Using G_GSSIZE_FORMAT instead of %d for ssize_t...

  • Element Green committed [f4cba1]

    Added ipatch_vbank_region_set_item() and ipatch...

  • Element Green committed [8a07db]

    ipatch_base_save() now migrates samples to new ...

  • Element Green committed [418b72]

    Only call g_object_unref on new_name_file if it...

  • Element Green committed [3912fe]

    Added appdata XML file.

  • dcb dcb created ticket #1

    IpatchUnit_DLS.c:278: possible bad test ?

  • Element Green committed [a6cd84]

    Fixed refcount leak in ipatch_sample_data_open_...

  • Element Green committed [1cd151]

    ipatch_migrate_file_sample_data() now migrates ...

  • Element Green committed [cfef68]

    Fixed refcount leak in swamigui_new_item().

  • Element Green committed [eb5bf8]

    Added ipatch_close() which closes swap file on ...

  • Element Green committed [881371]

    Multi-save dialog now selects first item in the...

  • Element Green committed [de6b3c]

    ipatch_sample_data_get_cache_sample() now prope...

  • Element Green committed [a9d0b6]

    Added ipatch_sample_cache_get_unused_size().

  • Element Green committed [74d265]

    Fixed RAM size used calculation in ipatch_sampl...

  • Element Green committed [16ed17]

    Multi-save dialog now assigns default patch dir...

  • Element Green committed [ff8b71]

    Added ipatch_sample_store_swap_close() which cl...

1 >