Plug-ins, Hosts, Apps,
Hardware, Soundware
Developers
(Brands)
Videos Groups
Whats's in?
Banks & Patches
Download & Upload
Music Search
KVR
   
KVR Forum » xoxos
Thread Read
sifft not working?
brok landers
KVRAF
- profile
- pm
- www
PostPosted: Fri Nov 23, 2012 4:08 pm reply with quote
hi xoxos,

i thought i'd try the dc entries, now i'm at sifft, but for the love of my life, i can't get it to do _anything_ at all exept silence. once a short sample is loaded via "file", shouldn't it output sound as soon as one plays a key/midinote?
i tried in energy 1.4, energyXT and studio one pro with different drumsamples, all relatively short (maximum lenght think 909 snare), same issue, just blank silence. i'm on a 32bit win xp pro, service pack3... Confused
----
reg, the brok

-gear is as good as the innovation behind it-the man-
^ Joined: 25 Sep 2003  Member: #9331  Location: right here, as you can see ...
xoxos
Mr Entertainment
- profile
- pm
- www
PostPosted: Sun Nov 25, 2012 10:31 am reply with quote
the only thing i can think of is perhaps the samples have loop points or something in the headers.. the file opener is only coded to deal with elementary headers.

it opens all the samples i have, but these are all ~pre 2005 and none of them are from commercial packs that might have standardised information.


but - if it makes no noise, this means it didn't load the file for some reason.
----
neither a follower nor a leader be
http://www.xoxos.net - free vst
^ Joined: 29 Apr 2002  Member: #2639  Location: i might peeramid
brok landers
KVRAF
- profile
- pm
- www
PostPosted: Sun Nov 25, 2012 11:23 am reply with quote
hmm... no... at least one sample i tried to load is a sample i took out of a vocal recording of which i had to make a remix of in 1994. and that for sure has no loop info, is 16bit mono wav and half a second long...
is there an idication whatsoever on the gui, as soon as the sample is loaded? cos to me it looks like as you assumed - that the sample is actually not getting loaded at all...
----
reg, the brok

-gear is as good as the innovation behind it-the man-
^ Joined: 25 Sep 2003  Member: #9331  Location: right here, as you can see ...
xoxos
Mr Entertainment
- profile
- pm
- www
PostPosted: Mon Nov 26, 2012 9:17 am reply with quote
there's no indicator on the gui, i try to keep gui from using any cpu.

press button, select file, trigger note, hear sound. simple and reliable from here. if that's not happening, something i am not able to discern is amiss :p
----
neither a follower nor a leader be
http://www.xoxos.net - free vst
^ Joined: 29 Apr 2002  Member: #2639  Location: i might peeramid
camsr
KVRAF
- profile
- pm
PostPosted: Wed Nov 28, 2012 6:48 pm reply with quote
It's not working for me either. Load the sample, play note, then nothing.
----
^ Joined: 16 Feb 2005  Member: #58183  
xoxos
Mr Entertainment
- profile
- pm
- www
PostPosted: Wed Nov 28, 2012 7:16 pm reply with quote
os, hosts?
----
neither a follower nor a leader be
http://www.xoxos.net - free vst
^ Joined: 29 Apr 2002  Member: #2639  Location: i might peeramid
camsr
KVRAF
- profile
- pm
PostPosted: Wed Nov 28, 2012 10:24 pm reply with quote
FL studio and vista 64-bit
----
^ Joined: 16 Feb 2005  Member: #58183  
xoxos
Mr Entertainment
- profile
- pm
- www
PostPosted: Thu Nov 29, 2012 10:51 am reply with quote
looking for continuity here, if anyone else wants to report their os and host issues.
----
neither a follower nor a leader be
http://www.xoxos.net - free vst
^ Joined: 29 Apr 2002  Member: #2639  Location: i might peeramid
werd
KVRist
- profile
- pm
PostPosted: Thu Nov 29, 2012 11:53 am reply with quote
No issues winXP sp3/bidule 0.927
----
Musica Ex Machina: "I am all bionic except my voice"
^ Joined: 01 Feb 2007  Member: #138398  
xoxos
Mr Entertainment
- profile
- pm
- www
PostPosted: Fri Nov 30, 2012 10:04 am reply with quote
probably host related, maybe in some cases i should ask for "host, os, employer" HiHi

trust me, all those moving parts in there were coded by me. they're pretty nuts and bolts, so to speak ...

i open a file with
fopen(filename, "rb");

there's not a lot of complexity to it. as far as i see.. possible reasons could be.. host is appending or otherwise disrupting filename path, which would require the host coder to have taken a cavalier approach that would elicit itself elsewhere.. or samples containing unusual headers.. i'm not profit oriented enough to address all the possibilities for coding wav headers (where cavalierism predominates) so while i am happy to collate host reports for those who are interested in making decisions based on reports, i'm not sweating it a whole lot because i can see the part where it says fopen(filename,"rb");
----
neither a follower nor a leader be
http://www.xoxos.net - free vst
^ Joined: 29 Apr 2002  Member: #2639  Location: i might peeramid
camsr
KVRAF
- profile
- pm
PostPosted: Fri Nov 30, 2012 6:56 pm reply with quote
xoxos wrote:
probably host related, maybe in some cases i should ask for "host, os, employer" HiHi

trust me, all those moving parts in there were coded by me. they're pretty nuts and bolts, so to speak ...

i open a file with
fopen(filename, "rb");

there's not a lot of complexity to it. as far as i see.. possible reasons could be.. host is appending or otherwise disrupting filename path, which would require the host coder to have taken a cavalier approach that would elicit itself elsewhere.. or samples containing unusual headers.. i'm not profit oriented enough to address all the possibilities for coding wav headers (where cavalierism predominates) so while i am happy to collate host reports for those who are interested in making decisions based on reports, i'm not sweating it a whole lot because i can see the part where it says fopen(filename,"rb");


You can ignore the tags in the WAV. Just use the main and sub chunk, it has all the info.

Maybe the problem is SE? SE plugins work for me, but none of them load files, so I can't confirm it's a SE problem.
----
^ Joined: 16 Feb 2005  Member: #58183  
xoxos
Mr Entertainment
- profile
- pm
- www
PostPosted: Sat Dec 01, 2012 11:53 am reply with quote
camsr wrote:

Maybe the problem is SE? SE plugins work for me, but none of them load files, so I can't confirm it's a SE problem.


cheers, that clears it up for me. sifft is indeed an SE plugin that loads files Wink

could be something like i mentioned a few posts up about the file path.. in SE, modules open files from a local 'audio' folder in the SE directory by default.. when file paths are passed in the SE modular environment as text strings, this local location is assumed, which is different than when the ensemble is compiled as a .dll and used in a host.

since SE plugins that load files work in many hosts, it seems probably due to some factor of your host interacting with SE. certainly i am not able to address this, but given awareness of the above, i wonder if sifft and other file loading SE plugins will load for you if target files are located in the same folder as the .dll?

i have no insight unless FL and jeff (and possibly mr. vista) get together to agree on path handling, i'd have to really want to use a tool in order to relocate wavs to a specific folder to use it.
----
neither a follower nor a leader be
http://www.xoxos.net - free vst
^ Joined: 29 Apr 2002  Member: #2639  Location: i might peeramid
camsr
KVRAF
- profile
- pm
PostPosted: Sat Dec 01, 2012 9:02 pm reply with quote
Putting a wav file inside the sifft dll directory didn't work. Please figure something out!
----
^ Joined: 16 Feb 2005  Member: #58183  
All times are GMT - 8 Hours

Printable version
Page 1 of 1
Display posts from previous:   
ReplyNew TopicPrevious TopicNext Topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Username: Password:  
KVR Developer Challenge 2012