Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/iPlug2/iPlug2

C++ Audio Plug-in Framework for desktop, mobile and web
https://github.com/iPlug2/iPlug2

fixed dropped const in IGraphicsWin under c++20 (MSVC)

MeijisIrlnd opened this pull request 9 months ago
Dropping const qualifier in IGraphics/Platforms/IGraphicsWin

MeijisIrlnd opened this issue 9 months ago
mac-opengl render: proper init and exit (fixes issue #1080)

svantana opened this pull request 9 months ago
Macos OpenGL: multiple instances clash

svantana opened this issue 9 months ago
Skia METAL bitmap colours appear incorrect

AlexHarker opened this issue 10 months ago
IOS App plugin never gets deconstructed

AlexHarker opened this issue 10 months ago
Correct color for background using search

AlexHarker opened this pull request 10 months ago
Missing color search info the background of IVControls

AlexHarker opened this issue 10 months ago
Rework IGraphics::ShowMessageBox()

olilarkin opened this pull request 10 months ago
Improve webview support

olilarkin opened this pull request 10 months ago
Add IPlatformView and IPlatformViewControl

olilarkin opened this pull request 10 months ago
ShowMessageBox: fix for switched caption and string on mac

svantana opened this pull request 10 months ago
ShowMessageBox mixes up message and caption on mac

svantana opened this issue 10 months ago
IMidiMsg.mOffset

infobeisel opened this issue 10 months ago
Add IGraphics::InitiateExternalFileDragDrop()

olilarkin opened this pull request 11 months ago
Add macOS/iOS App Group to config.h / IPlugPluginBase / IGraphics

olilarkin opened this pull request 11 months ago
external drag-n-drop

svantana opened this pull request 11 months ago
WebView: crash when rapidly closing/reopening window in FLStudio on windows

Vector-Hector opened this pull request 11 months ago
WebUI example crashes when double-clicked

Vector-Hector opened this issue 11 months ago
Fixed memory leak when closing opengl window on macos (fix for issue #1060)

svantana opened this pull request 11 months ago
MacOS OpenGLContext leaks ~4MB on window close

svantana opened this issue 11 months ago
iOS: UITableViewPopup menu bounds should be based on content

olilarkin opened this issue 11 months ago
Make GetWantsGestures() virtual

AlexHarker opened this pull request 11 months ago
iOS: Add MIDI I/O

olilarkin opened this pull request 11 months ago
iOS App: Restart audio engine when configuration changes

olilarkin opened this pull request 11 months ago
Add IGraphics::DrawMultiLineText

olilarkin opened this pull request 11 months ago
APP: Use wide versions of win32 functions

olilarkin opened this pull request 11 months ago
WAM: Stop base64 encoding AudioWorklet WASM

olilarkin opened this issue 12 months ago
WAM: Fix missing atob in audioworklet

olilarkin opened this pull request 12 months ago
WAM: Fails with latest emscripten

olilarkin opened this issue 12 months ago
Limited input in value field of IVKnobControl

John-Crosby opened this issue 12 months ago
added platform defines to igraphics_select

svantana opened this pull request 12 months ago
igraphics_select.h doesn't always have platform defined

svantana opened this issue 12 months ago
Make IEditorDelegate::ConstrainEditorResize() virtual

olilarkin opened this pull request about 1 year ago
Unicode improvements and fixes

AlexHarker opened this pull request about 1 year ago
App/separate settings dialog

AlexHarker opened this pull request about 1 year ago
Incorrect VST key press events in reaper

olilarkin opened this pull request about 1 year ago
Pr/801

xcactuzx opened this pull request about 1 year ago
iGraphics accessibility

brightening-eyes opened this issue about 1 year ago
Rework RealtimeResampler

olilarkin opened this pull request about 1 year ago
`RealtimeResampler` has errors

sdatkinson opened this issue about 1 year ago
Fix LanczosResampler's magic `4`s

sdatkinson opened this pull request about 1 year ago
Studio One 6 crashes with IPlug2 AUv2

hor-net opened this issue about 1 year ago
Add DCBlocker - multichannel HPF for DC filtering

olilarkin opened this pull request about 1 year ago
Add Extras/NoiseGate.h - a multichannel noise gate

olilarkin opened this pull request about 1 year ago
Add IAboutBoxControl

olilarkin opened this pull request about 1 year ago
Improve Drag & Drop

olilarkin opened this issue about 1 year ago
Add IGraphics::OnDropMultiple

olilarkin opened this pull request about 1 year ago
Add IGraphics::SetFilePathInClipboard()

olilarkin opened this pull request about 1 year ago
Add IVTabbedPagesControl

olilarkin opened this pull request about 1 year ago
set a filepath in the system clipboard (mac & win)

svantana opened this pull request about 1 year ago
Put a filepath in the system clipboard

svantana opened this issue about 1 year ago
handle multiple items being drag-and-dropped: OnDropMultiple

svantana opened this pull request about 1 year ago
handle multiple files being drag-n-dropped

svantana opened this issue about 1 year ago
Update IGraphicsMac_view.mm - getMouseLeft

janhase88 opened this pull request about 1 year ago
IMouseMod.L always true on MacOS

janhase88 opened this issue about 1 year ago
Latency tidying

AlexHarker opened this pull request about 1 year ago
Tidy up test projects

AlexHarker opened this pull request about 1 year ago
Many of the scripts assume that you are running them from their location

AlexHarker opened this issue about 1 year ago
Update common-win.props

olilarkin opened this pull request about 1 year ago
Fix IPlugReaperPlugin paths

olilarkin opened this pull request about 1 year ago
Update Reaper SDK and add IPlugReaperPlugin example

olilarkin opened this pull request about 1 year ago
IOS make sure that reused cells display correctly enabled

AlexHarker opened this pull request about 1 year ago
IOS native popups disabled items act incorrectly

AlexHarker opened this issue about 1 year ago
Switch to libremidi?

olilarkin opened this issue about 1 year ago
Add multi-channel NonIntegerResampler class

olilarkin opened this pull request about 1 year ago
Clean up IPlugOSC

olilarkin opened this pull request about 1 year ago
Fixing whitespace violations

tristan00b opened this issue over 1 year ago
Update EditorConfig to reduce noise in commits due to whitespace changes

tristan00b opened this pull request over 1 year ago
Fix various unicode problems on windows

olilarkin opened this pull request over 1 year ago
Add SVG stroke/fill color overrides (NanoSVG only)

olilarkin opened this pull request over 1 year ago
Implement OnParamReset in initWithComponentDescription()

olilarkin opened this pull request over 1 year ago
Resizing App can move the window

AlexHarker opened this issue over 1 year ago
Fixed nanoVG purple edge glitch

Youlean opened this issue over 1 year ago
IGraphics::GetTextEntryControl() is non-const

AlexHarker opened this issue over 1 year ago
Implement IDropTarget (win32)

olilarkin opened this issue over 1 year ago
download-iplug-sdks.sh fails on Windows

dschiller opened this issue over 1 year ago
"Windows" Get started in Wiki uses wrong URL

dschiller opened this issue over 1 year ago
Time info AUv3 transport bug

Youlean opened this issue over 1 year ago
IGraphicsMac: use beginSheetModalForWindow rather than beginWithCompl…

olilarkin opened this pull request over 1 year ago
AUv3 never calls OnParamReset()

AlexHarker opened this issue over 1 year ago
Issue Title

xcactuzx opened this issue over 1 year ago
IGraphics: Add default draw scale constants

olilarkin opened this pull request over 1 year ago
Replace deprecated codecvt usage

olilarkin opened this issue over 1 year ago
Apple Magic Mouse & scrollwheel

olilarkin opened this issue over 1 year ago
Fix VST3/distributed compilation

olilarkin opened this pull request over 1 year ago
ISysEx and SysExData are inconsistent

AlexHarker opened this issue over 1 year ago