Renetik

Results 21 comments of Renetik

As I wrote I am getting this on standard android emulators as well as device (also I am on M1 MacBook but that should not make difference as Samsung tablet...

I found a fix not a problem.. I moved oboe in my target_link_libraries to upper position and I can now use new oboe versions again. ``` target_link_libraries( renetik-instruments-library-audio cpufeatures android...

@jrl290 I am also having issues with missing midi events and cannot find the cause... I am using standard android impl and tried also this lib but cannot get it...

``` import { Component, Prop, Vue } from 'vue-property-decorator' @Component export default class CSYoutubeVideo extends Vue { @Prop({ required: true }) videoId!: string @Prop({ required: true }) width!: string @Prop({...

+1 wau I was looking for this also coming from QuickDialog where this was quite good done...

I **"fixed"** it by removing platform part ``` jazzy \ --clean \ --author Renetik \ --author_url https://renetik.github.io \ --source-host github \ --source-host-url https://github.com/renetik/renetik-ios-layout \ --module RenetikLayout \ --swift-build-tool xcodebuild --build-tool-arguments...

Yeah leaving this library SCLAlertView will be sufficient.

I am using 48000 sample rate hard coded now in my apps and originally used VoiceRecognition so that was not working .. I tried some other preset and when realized...

Well I dont like this solution you propose as it will clutter build gradle. Isnt it better to just ommit and use that cmake solution ? Or you cannot for...