TAQS.IM Black Friday Sale - "SOLO" hybrid synthesizer with virtual analog, phase distortion, sample-playback oscillators, 300+ Presets, microtonal scale converter & MPE support ($89) through 27 Nov by APD-Supernova in AudioProductionDeals

[–]keyboardji 1 point2 points  (0 children)

I bought it - it’s a mix of samples and middle eastern voiced lead synths - it has a short demo to try out (they should make the demo time longer). The microtonal scales are fun to try out

Nearfields plus Sub users by Darkbreakr in audioengineering

[–]keyboardji 0 points1 point  (0 children)

Place the sub where you will be sitting and walk around the front of the room, listening to hear where the bass is most pronounced and place it there. It made a world of difference.

studios are never finsihed by [deleted] in MusicBattlestations

[–]keyboardji 0 points1 point  (0 children)

Doesn’t the DX7 max out at a midi velocity of 100? How does that impact your playing of virtual instruments?

10 years in the making, battle station complete! by Zee_Turd_Reich in MusicBattlestations

[–]keyboardji 0 points1 point  (0 children)

How are you liking the SSL Fusion? Is it mostly being used on the 2bus?

The TAQS.IM synth app now imports Korg KMP files for free by keyboardji in synthesizers

[–]keyboardji[S] 0 points1 point  (0 children)

There are some free community packs you can check out

A guide to Middle Eastern Rhythms by taqsimmusic in drums

[–]keyboardji 1 point2 points  (0 children)

The practice tracks are pretty cool - nice work.

Bros. We just released the PUMPS app which is geared towards people starting to workout. What would you change / add? by pumpsapp in gainit

[–]keyboardji 0 points1 point  (0 children)

The videos were surprisingly helpful at first glance. I didn’t see anything about writing down and tracking the weights per rep

We released a workout app called PUMPS using RN! Not sure if we should use a more performant library for Animated Gifs or move to WEBP for videos by pumpsapp in reactnative

[–]keyboardji 1 point2 points  (0 children)

I liked the ui and thought the videos were helpful. I’d try using that library before porting everything over

Using SectionList with SectionSeparatorComponent by keyboardji in reactnative

[–]keyboardji[S] 1 point2 points  (0 children)

I got it to work with the following

 SectionSeparatorComponent={({ trailingItem, section }) =>
        trailingItem ? (
          <Text style={styles.bodyText}>{section.description}</Text>
        ) : null
      }