mgood7123

Results 106 issues of mgood7123

```kotlin fun t(a: String): TextView { val textView = TextView(this) textView.text = a textView.setTextColor(Color.WHITE) textView.setAutoSizeTextTypeWithDefaults(TextView.AUTO_SIZE_TEXT_TYPE_UNIFORM) textView.setPadding(0, 0, 0, 0) textView.setTypeface(Typeface.MONOSPACE, Typeface.BOLD) return textView } AndroidToolkit.setup(this, R.drawable::class.java) val table = Table()...

adding lines like ``` line1 line2 ``` results in github merging those lines ``` line1 line2 ``` the correct result is obtained by adding an additional new line ``` line1...

when using uint128_t i am getting constant underruns when using divide while uint64_t has no underruns | | | |--99.24%-- AudioTime::update(unsigned long, SoundRecordingAudioData*) | | | | |--2.14%-- [hit in...

stage 2 and 3 should not be mixed together ![Screen Shot 2022-01-18 at 11 34 08 pm](https://user-images.githubusercontent.com/26642847/149947304-5d853fa8-6079-42b9-9982-4a7abad26be8.png) im not sure if `A source file that is not empty shall end...

AAudioTrack2 ``` AAudioTrack2 .cxx build .transforms generated intermediates nativeLib gradle.mk tmp.mk outputs tmp ``` `#include // not found` ```CMake include (${ANDROID_GRADLE_NATIVE_BUNDLE_PLUGIN_MK}) add_library(engine SHARED ardour/AudioEngine/AudioBackend.cpp ardour/AudioEngine/AudioEngine.cpp ardour/Backends/AAudio.cpp smallville7123/MidiMap.cpp smallville7123/TempoGrid.cpp ) target_link_libraries(engine...

is there a way to export and import per-module for example Module | Type | Dependancies | Dependancies Imported By Other Dependancies ---------- | ------ | ------------ | ------------------------------------------- RingBuffer...

is it possible to move this into a View? For example, as an embedded file view in an app, similar to what PowerAmp does Eg ```java FileManager fv = new...

**Description** Alpha8 GPU color does not match Alpha8 CPU color **Code** ```cs string tmp_string; SKImageInfo IMAGE_INFO = new(1, 1, SKColorType.Alpha8); var color = new SKColor(25, 0, 0, 50); using SKBitmap...

Where would I find technical information about the psp? As I did stumble across this http://daifukkat.su/docs/psptek/ But I'm not sure if there are any better or alternative documentation for it...

What cpu platforms are supported? Eg x86, arm, mips, powerpc, ect