Search found 346 matches

by tux99
Thu Mar 15, 2018 5:41 pm
Forum: Developer's Section
Topic: does a tutorial exist on how to write a MIDI VST plugin?
Replies: 8
Views: 4019

Re: does a tutorial exist on how to write a MIDI VST plugin?

It needs to be VST as it has to be multi-platform and work with all common DAWs.

Or does some kind of wrapper exist to use a LV2 in VST compatible DAWs?
by tux99
Wed Mar 14, 2018 11:18 pm
Forum: Developer's Section
Topic: does a tutorial exist on how to write a MIDI VST plugin?
Replies: 8
Views: 4019

Re: does a tutorial exist on how to write a MIDI VST plugin?

I know pizmidi are a collection of vst midi plugins, so checking out its source might serve as documentation. Thanks will check it out, but as I said, reading source code (unless it's full of comments) does not help me a lot at my skill-level. Documentation for VST SDK has always been lackluster, i...
by tux99
Wed Mar 14, 2018 8:03 pm
Forum: Developer's Section
Topic: does a tutorial exist on how to write a MIDI VST plugin?
Replies: 8
Views: 4019

Re: does a tutorial exist on how to write a MIDI VST plugin?

Thanks falkTX, that's a starting point for me, but if anybody knows of proper documentation or a tutorial and could post a link to it, it would be even better.
by tux99
Wed Mar 14, 2018 2:09 pm
Forum: Developer's Section
Topic: does a tutorial exist on how to write a MIDI VST plugin?
Replies: 8
Views: 4019

does a tutorial exist on how to write a MIDI VST plugin?

I have been searching everywhere but I can't find a tutorial or some documentation that explains how the VST API is used to write pure MIDI plugins (such as synth editors). All I can find is examples and tutorials on how to write sound plugins. Purely looking at source code of existing MIDI plugins ...
by tux99
Sun Mar 04, 2018 1:58 pm
Forum: KXStudio Discussion
Topic: Anyone up for a KXStudio discord server?
Replies: 30
Views: 8465

Re: Anyone up for a KXStudio discord server?

It also seems a very popular service these days, especially amongst Windows users, so it could mean more people with a casual interest asking questions and engaging which can only be a good thing. I have never used discord and have no idea what it is but my impression of kxstudio is that it aims to...
by tux99
Sat Mar 03, 2018 4:13 am
Forum: KXStudio Discussion
Topic: Anyone up for a KXStudio discord server?
Replies: 30
Views: 8465

Re: Anyone up for a KXStudio discord server?

If I went to view everything as you say, then I'd have to stop using youtube, twitch, vimeo and other video platforms. That's a completely unfitting example. These are public web sites usable with any modern browser (including opensource browsers), therefore not proprietary at all but rather based ...
by tux99
Fri Mar 02, 2018 7:02 pm
Forum: KXStudio Discussion
Topic: Anyone up for a KXStudio discord server?
Replies: 30
Views: 8465

Re: Anyone up for a KXStudio discord server?

falkTX wrote:Most users go there, ask something, wait around 5 minutes, see no answer and then just quit.
In that case a forum like this one is the better option for them. Still don't see the reason for some proprietary cloud service.
by tux99
Fri Mar 02, 2018 3:34 pm
Forum: KXStudio Discussion
Topic: Anyone up for a KXStudio discord server?
Replies: 30
Views: 8465

Re: Anyone up for a KXStudio discord server?

IMHO IRC is just fine. IRC chats can be archived and stored as web pages that can be indexed by search engines too (so that if any good tips or solutions to problems get posted in the chat they can be found by other people in future too), there are bots available for that. People don't even need a s...
by tux99
Fri Mar 02, 2018 1:57 pm
Forum: KXStudio Discussion
Topic: Anyone up for a KXStudio discord server?
Replies: 30
Views: 8465

Re: Anyone up for a KXStudio discord server?

This is true for any cloud-side platform though, that was my point before... When someone hosts a service for you, that someone else has control over your data - does not matter if the underlying code is open or not. And even in opensource platforms, they can sometimes drop legacy or random feature...
by tux99
Thu Mar 01, 2018 12:14 am
Forum: KXStudio Discussion
Topic: Anyone up for a KXStudio discord server?
Replies: 30
Views: 8465

Re: Anyone up for a KXStudio discord server?

By proprietary I mean not based on open and standard protocols to which you can connect with any client that implements the open standard. IRC and XMPP are examples of open platforms, Whatsapp, Skype and Discord are examples of proprietary platforms. Any platform that requires you to use their clien...
by tux99
Wed Feb 28, 2018 2:24 pm
Forum: KXStudio Discussion
Topic: Anyone up for a KXStudio discord server?
Replies: 30
Views: 8465

Re: Anyone up for a KXStudio discord server?

I find a forum topic a lot more appropriate than some proprietary chat solution.
by tux99
Thu Feb 01, 2018 7:36 pm
Forum: Marketplace
Topic: ELK - The Music Operating System
Replies: 14
Views: 7616

Re: ELK - The Music Operating System

So I bet that complying with the GPL won't be at the top of their todo list... Before starting to throw around random GPL violation accusations maybe you should re-read and truly understand the GPL licensing terms. The GPL only obliges them to provide the source code to whom they provide the binari...
by tux99
Fri Jan 19, 2018 3:25 pm
Forum: Computer Related Hardware
Topic: Open Source and the new Korg Prologue
Replies: 1
Views: 1748

Re: Open Source and the new Korg Prologue

That's hardly open source, it's simply a user customizable feature that they wrongly call open source to attract attention.

Besides that at €2000 with only one LFO and without even an aftertouch keyboard it's way overpriced.
by tux99
Thu Jan 18, 2018 1:44 pm
Forum: Recorders & Sequencers
Topic: Recording the SPDIF input of M-Audio Audiophile 2496 PCI card in Audacity, how?
Replies: 16
Views: 7933

Re: Recording the SPDIF input of M-Audio Audiophile 2496 PCI card in Audacity, how?

not the linux ALSA driver as I can select and record only the two SPDIF channels arecord is doing what BackupBand does. You ask the app for 2 chans. Alsa driver says "Sorry it's 10 channels or nothing." So the app replies "THen gimme 10 chans. As the data (0 values or "digital s...
by tux99
Thu Jan 18, 2018 9:46 am
Forum: Recorders & Sequencers
Topic: Recording the SPDIF input of M-Audio Audiophile 2496 PCI card in Audacity, how?
Replies: 16
Views: 7933

Re: Recording the SPDIF input of M-Audio Audiophile 2496 PCI card in Audacity, how?

Jeff thanks for your reply but the problem is not the linux ALSA driver as I can select and record only the two SPDIF channels just fine when using ALSA directly with 'arecord' or even with 'mhwaveedit'. The problem is in the portaudio library that Audacity unfortunately uses. I did notice other pro...