Search found 260 matches

by SpotlightKid
Sun Feb 06, 2022 3:01 pm
Forum: Developer's Section
Topic: Writing a Sequencer, outputting MIDI messages?
Replies: 13
Views: 8119

Re: Writing a Sequencer, outputting MIDI messages?

If you want cross-platform support RtMidi is a good choice. If you are only developing for Linux, using the ALSA or JACK API directly is not that hard either. RtMidi can be used by just dropping the RtMidi.cpp and .h file into your project and compiling it in statically. Details are at the bottom of...
by SpotlightKid
Tue Jan 18, 2022 8:16 am
Forum: Original Scores & Recordings
Topic: A Castle in Bohemia (Reface DX-Mas)
Replies: 5
Views: 7999

Re: A Castle in Bohemia (Reface DX-Mas)

You mean there is a channel where one can watch Christmas series all year round? Civilization has reached its climax, i can die happy! :)
by SpotlightKid
Wed Dec 29, 2021 2:09 pm
Forum: Original Scores & Recordings
Topic: A Castle in Bohemia (Reface DX-Mas)
Replies: 5
Views: 7999

A Castle in Bohemia (Reface DX-Mas)

Here is a musical greeting for the end of the year to LinuxMusician: The theme to a soppy Christmas television mini-series from the eighties that never was Soundcloud: https://soundcloud.com/spotlightkid/a-castle-in-bohemia Ogg Vorbis download: https://0x20.eu/nc/s/RFBjkL6kFacMWo9 FLAC download: htt...
by SpotlightKid
Mon Dec 27, 2021 7:18 pm
Forum: Developer's Section
Topic: First project - KDE Widget for Jack Transport
Replies: 7
Views: 15991

Re: First project - KDE Widget for Jack Transport

Do you want to write the main program logic in C++ or Python? In latter case, check out jackclient-python.

This example shows how to connect to a running JACK server and query and manipulate the transport state:

https://github.com/spatialaudio/jackcli ... sporter.py
by SpotlightKid
Sun Oct 24, 2021 7:11 pm
Forum: Developer's Section
Topic: Open-source vst2 header project to bypass steinberg
Replies: 4
Views: 10867

Re: Open-source vst2 header project to bypass steinberg

GPL3 for a header? That's gonna be blocker for many.
by SpotlightKid
Tue Aug 17, 2021 1:12 pm
Forum: Developer's Section
Topic: vst3 framework used by carla, ardour, qtractor, ..
Replies: 24
Views: 24413

Re: vst3 framework used by carla, ardour, qtractor, ..

Accoding to falktx (Carla's author) on IRC:

"all those 3 have different implementations. carla uses the juce hosting code. qtractor and ardour implement their own way"
by SpotlightKid
Thu Apr 22, 2021 4:55 pm
Forum: Developer's Section
Topic: Book about programming DSP algorithms.
Replies: 19
Views: 31790

Re: Book about programming DSP algorithms.

And it instantly wins my favour by showing a picture of knobs clearly from a Waldorf microWave II, one of my all-time favourite synths.
by SpotlightKid
Sat Feb 06, 2021 11:48 am
Forum: Music & FOSS Advocacy
Topic: Can WebRTC help musicians?
Replies: 20
Views: 26067

Re: Can WebRTC help musicians?

Unfortunately I missed the stream :( The slides had some very interesting links in them, though. Is the video of the talk or the stream available for download or viewing again (or will it be)?
by SpotlightKid
Thu Oct 15, 2020 12:50 pm
Forum: The Producer's Area
Topic: Libre Music Challenge #4: Listen to the muzak
Replies: 20
Views: 17133

Re: Libre Music Challenge #4: Listen to the muzak

I hope it's not too late for voting: +---+---------------------+----------------------+-------+ | | Artist | Track | Score | +---+---------------------+----------------------+-------+ | 1 | Any Three Words | Stay | 3 | +---+---------------------+----------------------+-------+ | 2 | Draco | Elevator...
by SpotlightKid
Sun Oct 11, 2020 2:35 pm
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.1
Replies: 3
Views: 1260

Re: [ANN] Konfyt Digital Keyboard Workstation v1.1.1

noedig wrote: Sun Oct 11, 2020 12:10 pm Is there any reason you prefer sfizz?
Mainly licensing concerns, but also to me sfizz seems to be the SFZ-related project with the most development drive behind it at the moment and the sanest general practices. For me Linuxsampler never really worked well in terms of SFZ support and performance.
by SpotlightKid
Sat Oct 10, 2020 4:55 pm
Forum: Linux Music News
Topic: [ANN] Konfyt Digital Keyboard Workstation v1.1.1
Replies: 3
Views: 1260

Re: [ANN] Konfyt Digital Keyboard Workstation v1.1.1

This has been on my list of things to try out for a long time. Great to see that it is actively maintained. Hopefully this release will give me the push to finally look into it.

Are there any plans to integrate sfizz as a SFZ engine maybe?
by SpotlightKid
Mon Oct 05, 2020 1:42 pm
Forum: The Producer's Area
Topic: Libre Music Challenge #5: Halloween
Replies: 18
Views: 17675

Re: Libre Music Challenge #5: Halloween

falktx is working on an updated Patroneo package for KXStudio.
by SpotlightKid
Wed Sep 16, 2020 8:03 pm
Forum: Developer's Section
Topic: Real time audio programming (with RtAudio)
Replies: 4
Views: 11010

Re: Real time audio programming (with RtAudio)

I second the suggestion to look into LV2. * You don't have to care about audio I/O, the plugin hosts takes care of that. * Same for MIDI I/O. * You don't have to take care of mapping/routing MIDI/OSC messages to parameter control, the host manages that. * You don't have to implement preset storing/l...
by SpotlightKid
Thu Sep 10, 2020 8:45 pm
Forum: The Producer's Area
Topic: Libre Music Challenge #3 : B.Excellent
Replies: 29
Views: 22408

Re: Libre Music Challenge #3 : B.Excellent

SpotlightKid wrote: Wed Sep 09, 2020 3:34 pmWill his track be played on unfa's channel, still?
For those, who - like me - missed it, unfa did a live stream playing all the challenge submissions:

https://www.youtube.com/watch?v=NqumahsbbLY
by SpotlightKid
Wed Sep 09, 2020 3:34 pm
Forum: The Producer's Area
Topic: Libre Music Challenge #3 : B.Excellent
Replies: 29
Views: 22408

Re: Libre Music Challenge #3 : B.Excellent

Congratulations to MyLoFy!

Will his track be played on unfa's channel, still?

And thanks for organizing the challenge, Rob!

Not sure, whether I will have time to participate in the next one, but I'll certainly do another one in the future.