Search found 9 matches

by Kati Maya
Sun Dec 08, 2013 3:23 am
Forum: Developer's Section
Topic: SFZ Instrument Maker for Philharmonia Orchestra samples...
Replies: 4
Views: 4127

Re: SFZ Instrument Maker for Philharmonia Orchestra samples.

linuxsampler looks really good, but i spent a long time writing up an introduction and it got deleted, so i'm not sure if that's the path i should be taking or not, or if it's just that i'm currently out of synchronization and it's not quite time yet, like i need to get my song done first or somethi...
by Kati Maya
Thu Dec 05, 2013 9:16 pm
Forum: Developer's Section
Topic: SFZ Instrument Maker for Philharmonia Orchestra samples...
Replies: 4
Views: 4127

Re: SFZ Instrument Maker for Philharmonia Orchestra samples.

I don't know what deal they have with Cakewalk, but maybe they'd like to put out a version of their product that doesn't have Cakewalk's name all over it. Who knows, they might throw a couple bucks your way for the commercial license to use your sampler. That sounds pretty good to me. I don't think...
by Kati Maya
Wed Dec 04, 2013 11:17 pm
Forum: Developer's Section
Topic: SFZ Instrument Maker for Philharmonia Orchestra samples...
Replies: 4
Views: 4127

SFZ Instrument Maker for Philharmonia Orchestra samples...

Hey guys, I finally finished the public beta of my first freeware app, which downloads and indexes the 13,000 sample library of the philharmonia orchestra into a sqlite database and then allows you to generate SFZ files from it: http://www.kvraudio.com/product/sfz-instrument-maker-philharmonia-editi...
by Kati Maya
Tue Nov 26, 2013 11:49 am
Forum: Samplers & samples
Topic: How to make SFZ files
Replies: 18
Views: 13756

Re: How to make SFZ files

It's great you're doing this, good luck. Hey thanks, I have been going thru that. I'm going to publish the first version of the app on kvr audio hopefully today, however I probably won't post it here since it's windows-based at the moment, and I haven't figured out a good cross-platform solution ye...
by Kati Maya
Mon Nov 18, 2013 7:14 am
Forum: Samplers & samples
Topic: How to make SFZ files
Replies: 18
Views: 13756

Re: How to make SFZ files

I guess I've been doing it right, just the attack/release is funky, and I haven't had a chance to really figured out how to correct that. Here is an example... //================================================================================================ // Generated By: SFZ Instrument Maker (fo...
by Kati Maya
Sun Nov 17, 2013 1:14 am
Forum: Developer's Section
Topic: Does anyone else use ChucK?
Replies: 2
Views: 3419

Does anyone else use ChucK?

I'm taking the coursera class on it now. It's a scripting language that centers around the idea of time. Central to its approach is a "now" object, and when you want to run some code (like play an oscillator into a dac) you can just "chuck" a certain amount of time to "now&q...
by Kati Maya
Sat Nov 16, 2013 11:23 pm
Forum: Music & FOSS Advocacy
Topic: donation-ware vs. FOSS
Replies: 9
Views: 11277

donation-ware vs. FOSS

I was in IT for over a decade and then I did my own business for 7 years. I'm burned out from all that stuff, so I'm just focusing on becoming a musician. However I'm finding myself getting sucked back into code because I want things to work a certain way. And I realize that I really love writing co...
by Kati Maya
Sat Nov 16, 2013 9:57 pm
Forum: Music & FOSS Advocacy
Topic: Please, stop the FLOSS donation guilt trips and begging!
Replies: 21
Views: 18610

Re: Please, stop the FLOSS donation guilt trips and begging!

I haven't read all the posts in this thread but the only one I noticed that annoyed the crap out of me was cyberbegging in order to download Ardour . I wanted to try that one out but the cyberbegging thing really rubbed me the wrong way. Try entering $0 in the donation and clicking to download and y...
by Kati Maya
Sat Nov 16, 2013 8:10 am
Forum: Samplers & samples
Topic: How to make SFZ files
Replies: 18
Views: 13756

Re: How to make SFZ files

I'm trying to figure out the SFZ format as well, specifically to take advantage of the Philharmonia sample library: http://www.philharmonia.co.uk/explore/make_music/ I've written a bunch of code that indexes all of the instruments, lengths, dynamics, and default pitch from all of the sample files. I...