Activity for Frank

  • Frank Frank committed [85d3e2] on Code

    Added dependencies needed for rtk LV2 UI building to README info

  • Frank Frank committed [ea08c8] on Code

    Github workflow: removed test trial

  • Frank Frank committed [26470d] on Code

    CMake: added missing install example files to /usr/share/qmidiarp

  • Frank Frank committed [232dba] on Code

    Cmake install: be consistent with .lv2 when installing in home directory

  • Frank Frank committed [5e1939] on Code

    Github workflow: more trials

  • Frank Frank committed [1a58ad] on Code

    Github workflow: missing lupdate dependency added

  • Frank Frank committed [7286f8] on Code

    Update workflow

  • Frank Frank committed [c0984d] on Code

    One more try with github workflows

  • Frank Frank committed [074514] on Code

    Remove github workflow

  • Frank Frank committed [708c5b] on Code

    Version pushed to 0.7.2

  • Frank Frank created a blog post

    qmidiarp-0.7.1 release

  • Frank Frank committed [4a5b04] on Code

    Prepare for 0.7.1 release

  • Frank Frank committed [9aa411] on Code

    Fixed some configure/Makefile.am options

  • Frank Frank committed [bec69b] on Code

    MidiSeq: try to fix github issues #16 and #4 resizing midiseq data vector

  • Frank Frank committed [110ad9] on Code

    Seq LV2 RTK: Approach original display size of Qt plugins

  • Frank Frank committed [2c17d3] on Code

    Arp LV2 RTK: Changed default pattern mechanism again and optimized layout

  • Frank Frank committed [ab368f] on Code

    Arp LV2 RTK: Read patterns from .qmidiarprc file and add selector to GUI

  • Frank Frank committed [f471a3] on Code

    Arp and Seq LV2 RTK: Better default settings (Arp didn't have pattern)

  • Frank Frank committed [900efd] on Code

    Remove unused midiworker from Qt LV2 UIs and Version->0.7.1

  • Frank Frank committed [77b2be] on Code

    cmake build: fixed LV2 RTK UI global symbol visibility

  • Frank Frank modified a blog post

    qmidiarp-0.7.0 release

  • Frank Frank modified a blog post

    qmidiarp-0.7.0 release

  • Frank Frank modified a blog post

    qmidiarp-0.7.0 release

  • Frank Frank modified a blog post

    qmidiarp-0.7.0 release

  • Frank Frank created a blog post

    qmidiarp-0.7.0 release

  • Frank Frank committed [d8eb72] on Code

    NEWS file updated

  • Frank Frank committed [d10f4b] on Code

    Version pushed to 0.7.0

  • Frank Frank committed [4a669a] on Code

    CMake: added robtk toolkit to dist tarball and small adjustments

  • Frank Frank committed [cc39ea] on Code

    Package: Add rtk ui sources as extra files to autotools tarball

  • Frank Frank committed [efd5fb] on Code

    LV2 RTK ARP: Fixed crash with jalv.qt5 (sending pattern after receive)

  • Frank Frank committed [c40e32] on Code

    LFO LV2 RTK: implemented offset dial following drawn wave minimum

  • Frank Frank committed [ff8e9e] on Code

    cmake: check for robtk presence during configure

  • Frank Frank committed [810055] on Code

    Cmake: fixed translation generator checks (lrelease, lupdate)

  • Frank Frank committed [80ca9f] on Code

    Fixed dependency check logic

  • Frank Frank committed [25b8ec] on Code

    restore compatibility with Qt < 5.15

  • Frank Frank committed [cfb037] on Code

    Added RTK UIs to cmake build environment as well

  • Frank Frank committed [6fd677] on Code

    Arp and Seq LV2 RTK: use uint8_t where possible

  • Frank Frank committed [f89426] on Code

    LV2 Arp RTK: Improved pattern string security

  • Frank Frank committed [528804] on Code

    Arp: Fixed influence of random that was not audible anymore (regression)

  • Frank Frank committed [515a47] on Code

    Arp and Seq LV2: do not update pattern on mouse release

  • Frank Frank committed [d7397d] on Code

    Added RTK build to autoconf/make

  • Frank Frank committed [704566] on Code

    LV2 modules: Added new UIs based on the robtk toolkit

  • Frank Frank committed [bd68bb] on Code

    Changed module type identification to be consistent with earlier changes

  • Frank Frank committed [aafc70] on Code

    GlobalStore: Reset repetion counter when starting at zero time offset

  • Frank Frank committed [7db47d] on Code

    cmake: fixed typo exposed by last commit

  • Frank Frank posted a comment on ticket #35

    Hi David, I think the last git commit (33b9849 ) should force the right flags for avoiding overlinking. I'm sorry I found out only now when the hotfix release is already out. Best Frank

  • Frank Frank committed [33b984] on Code

    Package: Try to force --as-needed linker flag in libtool (sf bug #35)

  • Frank Frank committed [48a6b9] on Code

    cmake: fixed requirement for MIDI backend when only building plugins

  • Frank Frank committed [58681f] on Code

    Added generated automake files to cmake make dist tarball, Version now 0.6.8

  • Frank Frank created a blog post

    qmidiarp-0.6.7 release

  • Frank Frank committed [dd0ed3] on Code

    NEWS file updated

  • Frank Frank committed [b1113d] on Code

    LFO: Fixed waveform display in application after realtime fix

  • Frank Frank committed [744491] on Code

    cmake: give the configure file a chance to be added to make-dist

  • Frank Frank committed [49b505] on Code

    Application: Fixed a small non-rt function call in the jack thread

  • Frank Frank committed [8ff8e5] on Code

    Package: Added CMake files to Makefile.am, too, and updated .gitignore

  • Frank Frank committed [c9eae7] on Code

    Cmake build: added handling of translation generation and installation

  • Frank Frank committed [7c6588] on Code

    Cmake build: added a git-based package generation for dist packages

  • Frank Frank committed [3827e8] on Code

    Some cmake output added to .gitignore

  • Frank Frank committed [570e3e] on Code

    Package: added a cmake build environment (no make dist yet)

  • Frank Frank committed [bc24c1] on Code

    Fixed sed option on BSD again (still github issue #1)

  • Frank Frank committed [48c44f] on Code

    LFO: Fixed malloc()s introduced during removal of Qt libs from DSPs

  • Frank Frank posted a comment on ticket #33

    Hi David, I pushed some changes to the repo that fix some of the lv2lint (0.17.71) fails. You are perfectly right that dynamically linking to Qt isn't a good way for LV2 UIs. But since the whole Qmidiarp application was built with it initially (and the plugins derived later), changing this would require either a rewrite with a statically linkable (and leaner) toolkit or without toolkit, which is substantial. It now reduces to this except the LFO plugin which has a realtime problem in addition (TODO):...

  • Frank Frank committed [26696a] on Code

    Update issue templates

  • Frank Frank committed [c862f6] on Code

    Fixed some (not all) lv2lint fails

  • Frank Frank committed [fc5e88] on Code

    Fixed (hopefully) sed warning on BSD (github issue #1)

  • Frank Frank modified ticket #35

    lv2 plugins are overlinked

  • Frank Frank posted a comment on ticket #35

    Hi David, I'm reopening the issue. Unfortunately this is hard to reproduce outside a packaging system's compilation. When I build on my system and check the .so binaries I don't get unused libraries reported when running ldd -u -r qmidiarp_seq_lv2.so and any of the other .so files produced. I remember from some past packaging work that this doesn't mean it will be the same on a distro build system, but I wonder (or forgot) what I can do in the corresponding Makefile.am to avoid this (i.e. avoid libtool...

  • Frank Frank committed [1de671] on Code

    Version pushed to 0.6.7

  • Frank Frank created a blog post

    qmidiarp-0.6.6 release

  • Frank Frank committed [37f4f5] on Code

    NEWS file updated

  • Frank Frank committed [aecd73] on Code

    Package: configure.ac updated

  • Frank Frank committed [47b68d] on Code

    Translation files updated

  • Frank Frank committed [3977b0] on Code

    Copyright dates updated

  • Frank Frank committed [34c713] on Code

    LV2: Fixed screen mute not updating immediately

  • Frank Frank committed [15d844] on Code

    LV2: Swapped order of ui type in desriptors: X11 now comes before Qt5

  • Frank Frank committed [f8a302] on Code

    Seq Loopmarker. Fixed marker sometimes snapping back after mouse click

  • Frank Frank committed [2d244e] on Code

    LV2: Added idle and show interface LV2 extensions (github #14)

  • Frank Frank committed [5942db] on Code

    Restore compatibility with Qt5 < 5.14

  • Frank Frank committed [8550e6] on Code

    NEWS file updated

  • Frank Frank committed [e44557] on Code

    Logwidget: fixed arg values

  • Frank Frank committed [32b71a] on Code

    Jack-Session removed due to 'official deprecation' for a long time now

  • Frank Frank committed [899970] on Code

    Maintenance: replaced some deprecated Qt5 functions

  • Frank Frank posted a comment on ticket #23

    Hi, Sorry, I'm discovering your request only now due to a failed notification. Handling such long cycles is indeed beyond the initial idea (which is around loops and patterns), and it would be unpractical to handle with the current implementation (data storage, drawing, internal memory handling, etc....). If you don't need a high time resolution, setting the tempo to something very low may go in that sense. But why don't you use a linear sequencer such as qtractor. That would do a good job there,...

  • Frank Frank committed [45bce3] on Git

    German and French translations updated, all the best!

  • Frank Frank committed [d5f8d5] on Git

    German and French translations updated

  • Frank Frank committed [cad2e8] on Git

    German and French translation sources updated

  • Frank Frank committed [16a676] on Git

    German and French translation sources updated

  • Frank Frank committed [b6f110]

    Revert "NSM: Added client_id returned to NSM in case of ALSA backend"

  • Frank Frank committed [772a78]

    NSM: Added client_id returned to NSM in case of ALSA backend

  • Frank Frank committed [92bf47]

    Make naming consistent for InOutBoxes show/hide

  • Frank Frank committed [85c472]

    LV2 includes: row back to keep compatibility with earlier LV2 versions

  • Frank Frank committed [r616]

    Fixed typo

  • Frank Frank committed [r516]

    French and German translations updated

  • Frank Frank committed [r615]

    French and German translations updated

  • Frank Frank committed [28cb06]

    Arp: make random mode not repeat notes and honor octave changes

  • Frank Frank committed [579b7d]

    Code: more cleanups

  • Frank Frank committed [2c1032]

    LFO: fixed old bug where recording with high resolutions stopped advancing

  • Frank Frank committed [1d0e45]

    Arp: come up with better initial settings: 8ths random 1 octave up

  • Frank Frank committed [d9e220]

    Start rework module interface to Engine to gain some structure

  • Frank Frank committed [9ce3cf]

    Renamed the InOutBox class to ModuleWidget to indicate usage

1 >