Search found 21 matches

by Fiwe
Wed Feb 13, 2019 2:57 pm
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Heya, here's the open-sourced code - sorry for the delay!
https://gitlab.com/Fiwe
by Fiwe
Tue Jan 08, 2019 1:26 pm
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Hello, yes it is. Progress has been slowing down lately, mainly because we lack resources on the hardware side. Here's the current focus: - Refactoring the code to properly open-source - Porting the code to bare-metal raspberry pi, because we lack hardware resources for our stm32-based platform - Fi...
by Fiwe
Thu Aug 30, 2018 10:07 am
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Yeah true enough, it's getting overdue... :) I'll perform some minimal cleaning (e.g. remove a few F words :-p) and publish the code here: https://gitlab.com/Fiwe/studio However, you may be overestimating the amount to which the binaries are distributed. We are really in need for more testers, so an...
by Fiwe
Mon Aug 27, 2018 11:10 am
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Hello! Yeah the guitarix thing is probably the most natural but then one must be careful when zooming to not accidently change knobs. It's testeable right now by setting both modifiers (zoom and knob) to None. I've just put up a new version online with: - Fixed the mousewheel increment on the knobs ...
by Fiwe
Fri Aug 24, 2018 5:41 pm
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Small update: I have actually made it a preference of the "gear icon" menu to use the MouseWheel with a Control/Shift/Alt/None keypress.
by Fiwe
Wed Aug 22, 2018 12:38 pm
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Ok I've put up a new version with these changes: - Ctrl+Wheel on the main view zooms in/out whereas Nothing+Wheel turns the knobs - Nothing+Wheel in the right panel on the params' values does the same as wheeling on the knobs - Fixed the last-tab-closed bug with sound remaining - Fixed emergency mut...
by Fiwe
Tue Aug 21, 2018 5:41 pm
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Hello gimmeapill ! It's good to see that the fixes go in the right direction :) Mousewheel over a knob only changes its value if you have the Shift key pressed. The Shift keypress detection was added so that users don't accidentally change a knob value when zooming in/out with the mousewheel... For ...
by Fiwe
Thu Aug 16, 2018 5:01 pm
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Hello, thanks for your testing endurance ;) On the UI ergonomy, the following might help: - You may double-click on the scene to automatically toggle between fully zoomed in/out mode. This may be quicker than the mousewheel... - Leaving (hovering) your mouse over an effect will show a tooltip with t...
by Fiwe
Mon Aug 13, 2018 9:49 am
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Hello Gimmeapill, Thank you for testing and reporting bugs and potential enhancements :) One reason why the sound you get from Fiwe sounds slightly different from what you'd get from Guitarix is that its Cabinet effect is not properly implemented in Fiwe yet. It uses a default cabinet impulse respon...
by Fiwe
Wed Jul 11, 2018 9:35 am
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Hello, just a quick post to mention that the GUI/engine separation is done. The audio clicks / xruns should be resolved now :)
by Fiwe
Fri Jun 29, 2018 4:27 pm
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Hello Protozone! I'm not laughing at all: using shoes is indeed one of the use-cases of our beacons, to replace a wahwah or expression pedal: https://fiwe.studio/hardware-details/#beacon We are currently using the pitch (vertical) angle from a single beacon, but your idea goes further: using the yaw...
by Fiwe
Wed Jun 27, 2018 9:02 pm
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

@gimmeapill: I have put a new Android version online that works, at least on a Samsung Galaxy. The audio is not working though, I'll investigate tomorrow... :)
by Fiwe
Wed Jun 27, 2018 12:07 pm
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Hello ! @tramp: ok, the knobs are fixed ;) Yes, having the UI connect via a (bluetooth or usb) socket to the engine is actually already the case with the engine running on our hardware. Separating engine and UI also for the usage of the local sound-card hardware (through udp socket) should therefore...
by Fiwe
Tue Jun 26, 2018 4:00 pm
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

@gimmeapill: I have actually quickly implemented flipping the user interface. You may toggle it from the "Gear->Advanced" menu...
by Fiwe
Tue Jun 26, 2018 11:25 am
Forum: Linux Distributions & Other Software
Topic: Fiwe - wireless audio effects
Replies: 45
Views: 13560

Re: Fiwe - wireless audio effects

Hello, thank you guys for testing! @gimmeapill: I have put online a new version that accepts any jack sampling rate and block size, which should fix your issue. Xruns are shown as the Vu-meters flashing black, so if it happens you may want to increase the block size (-p64 for example). Also, I'll se...