Search found 74 matches
- Tue Mar 09, 2021 6:07 am
- Forum: Module Designer
- Topic: Issues on module approval
- Replies: 6
- Views: 4635
Re: Issues on module approval
Do we need to resubmit the modules?
- Mon Mar 08, 2021 10:42 pm
- Forum: Module Designer
- Topic: Issues on module approval
- Replies: 6
- Views: 4635
Re: Issues on module approval
I have the same problem. I think the new interface saves the help url even if its empty.
- Wed Feb 24, 2021 7:06 am
- Forum: Module Designer
- Topic: How to invite betatesters?
- Replies: 4
- Views: 2885
Re: How to invite betatesters?
Go to the "People" tab in the menu, there you find a section called "Send Invitation".
Regards
Tobias
Regards
Tobias
- Sun Jan 24, 2021 12:28 pm
- Forum: weevil
- Topic: Rhythm Divider
- Replies: 3
- Views: 13533
Re: Rhythm Divider
Hey, didn't see this until now. Thanks, this makes me very happy!
Would be fun to see a couple of your patches (either a patch or a video), especially for the ambient / sound space example, thats a use-case I never thought of
Regards
Tobias
Would be fun to see a couple of your patches (either a patch or a video), especially for the ambient / sound space example, thats a use-case I never thought of
Regards
Tobias
- Tue Jan 19, 2021 7:07 am
- Forum: Voltage Modular
- Topic: Wavetables for Byte Oscillator
- Replies: 1
- Views: 1852
Wavetables for Byte Oscillator
Hi
I have published an updated version of the Byte Oscillator with wavetable support.
To celebrate the addition I've put it on sale for the coming 2 weeks.
The module now supports:
normal byte beats
samples
wavetables
audio in for processing
up to 7 simultaneous outputs
However, its is not ...
I have published an updated version of the Byte Oscillator with wavetable support.
To celebrate the addition I've put it on sale for the coming 2 weeks.
The module now supports:
normal byte beats
samples
wavetables
audio in for processing
up to 7 simultaneous outputs
However, its is not ...
- Tue Jan 19, 2021 7:01 am
- Forum: Voltage Modular
- Topic: How to "hold" incoming MIDI notes?
- Replies: 21
- Views: 18133
Re: How to "hold" incoming MIDI notes?
An updated version is published now where mapping of CV C should work.
- Sun Jan 17, 2021 4:25 pm
- Forum: Module Designer
- Topic: Limit to number of internal classes
- Replies: 6
- Views: 4050
Re: Limit to number of internal classes
Laziness is the reason for me as well...
- Sun Jan 17, 2021 4:21 pm
- Forum: Voltage Modular
- Topic: How to "hold" incoming MIDI notes?
- Replies: 21
- Views: 18133
Re: How to "hold" incoming MIDI notes?
I encountered a few problems with MIDI learn functions.
When trying to learn the "CV C" outputs the learn button jumps to the "CV B" output. Short video here >> https://gofile.io/d/ew1VXj
This happens on all four "CV C" outputs. Outputs 3 and 4 also refuse to "learn" on the "CV" outputs. There ...
- Sun Jan 17, 2021 1:16 pm
- Forum: Module Designer
- Topic: Limit to number of internal classes
- Replies: 6
- Views: 4050
Re: Limit to number of internal classes
My other big problem is that run with external profiler has stopped working. I submitted a post on the forum 6 month ago but no response from cherry audio yet:
https://forums.cherryaudio.com/viewtopic.php?f=9&t=1077&p=4229&hilit=profiler#p4229
I still think its great that the debugger and the ...
https://forums.cherryaudio.com/viewtopic.php?f=9&t=1077&p=4229&hilit=profiler#p4229
I still think its great that the debugger and the ...
- Sat Jan 16, 2021 3:49 pm
- Forum: Module Designer
- Topic: Limit to number of internal classes
- Replies: 6
- Views: 4050
Limit to number of internal classes
Hi
Is there a limit to the number of inner classes you can have? I normally handle Undo by creating an inner undo class for all functions inheriting from this:
public abstract class Undo {
public abstract void Undo();
}
The byte oscillator is by now a fairly large module, when adding some more ...
Is there a limit to the number of inner classes you can have? I normally handle Undo by creating an inner undo class for all functions inheriting from this:
public abstract class Undo {
public abstract void Undo();
}
The byte oscillator is by now a fairly large module, when adding some more ...